Changeset 54739fef


Ignore:
Timestamp:
01/21/2019 05:19:17 PM (5 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
d3c9936
Parents:
6ff35e9
Message:

Make realine instructions consistent.
Simplify sysvinit commands

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11502 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Location:
chapter06
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter06/readline.xml

    r6ff35e9 r54739fef  
    7777    <para>Install the package:</para>
    7878
    79 <screen><userinput remap="install">make SHLIB_LIBS="-L/tools/lib -lncurses" install</userinput></screen>
     79<screen><userinput remap="install">make SHLIB_LIBS="-L/tools/lib -lncursesw" install</userinput></screen>
    8080
    8181    <para>Now move the dynamic libraries to a more appropriate location
  • chapter06/sysvinit.xml

    r6ff35e9 r54739fef  
    7575    <para>Compile the package:</para>
    7676
    77 <screen><userinput remap="make">make -C src</userinput></screen>
     77<screen><userinput remap="make">make</userinput></screen>
    7878
    7979    <para>This package does not come with a test suite.</para>
     
    8181    <para>Install the package:</para>
    8282
    83 <screen><userinput remap="install">make -C src install</userinput></screen>
     83<screen><userinput remap="install">make install</userinput></screen>
    8484
    8585  </sect2>
Note: See TracChangeset for help on using the changeset viewer.