Changeset e043985 for chapter05


Ignore:
Timestamp:
02/19/2014 10:21:37 PM (10 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, 7.5, 7.6, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 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:
4e8a532
Parents:
b83d43e
Message:

Spelling and other general cleanup.
Use better method for installing kmod man pages.

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

Location:
chapter05
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter05/gettext.xml

    rb83d43e re043985  
    4545
    4646    <para>For our temporary set of tools, we only need to build and install
    47     one binary from Gettext.</para>
     47    three programs from Gettext.</para>
    4848
    4949    <para>Prepare Gettext for compilation:</para>
     
    7777
    7878<screen><userinput remap="make">make -C gnulib-lib
    79 make -C src msgfmt</userinput></screen>
     79make -C src msgfmt
     80make -C src msgmerge
     81make -C src xgettext</userinput></screen>
    8082
    81     <para>As only one binary has been compiled, it is not possible to run the
     83    <para>As only three prograsm have been compiled, it is not possible to run the
    8284    test suite without compiling additional support libraries from the Gettext
    8385    package. It is therefore not recommended to attempt to run the test suite at
    8486    this stage.</para>
    8587
    86     <para>Install the <command>msgfmt</command> binary:</para>
     88    <para>Install the <command>msgfmt</command>, <command>msgmerge</command> and
     89    <command>xgettext</command> programs:</para>
    8790
    88 <screen><userinput remap="install">cp -v src/msgfmt /tools/bin</userinput></screen>
     91<screen><userinput remap="install">cp -v src/{msgfmt,msgmerge,xgettext} /tools/bin</userinput></screen>
    8992
    9093  </sect2>
  • chapter05/util-linux.xml

    rb83d43e re043985  
    7676          features that may be available on the host. Note that the location
    7777          shown for setting this environment variable is different from other
    78           LFS sections where variables are set preceeding the command.  This
     78          LFS sections where variables are set preceding the command.  This
    7979          location is shown to demonstrate an alternative way of setting an
    8080          environment variable when using configure.</para>
Note: See TracChangeset for help on using the changeset viewer.