Changeset c5f3cf70


Ignore:
Timestamp:
Oct 15, 2008, 11:13:47 AM (16 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
9d5337b
Parents:
eda6cc0
Message:

Various text/grammar fixes

Location:
BOOK
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/glibc.xml

    reda6cc0 rc5f3cf70  
    4747
    4848    <para os="c">The following patch fixes an issue that can
    49     cause <command>localdef</command> to segfault:</para>
     49    cause <command>localedef</command> to segfault:</para>
    5050
    5151<screen os="d"><userinput>patch -Np1 -i ../&glibc-localedef_segfault-patch;</userinput></screen>
  • BOOK/temp-system/common/coreutils.xml

    reda6cc0 rc5f3cf70  
    3434    program it just built to perform the install. This will not work if the
    3535    target architecture is incompatible with the host architecture. The
    36     following command causes the Makefile to use the hosts
     36    following command causes the Makefile to use the host's
    3737    <command>install</command> to perform the install:</para>
    3838
     
    4040
    4141    <para os="ba">Configure can not properly determine how to get free space
    42     when cross-compiling, Without putting the following entry into
    43     <filename>config.cache</filename> the <command>df</command> program will
    44     not be built.</para>
     42    when cross-compiling - as a result, the <command>df</command> program will
     43    not be built. Add the following entry to <filename>config.cache</filename>
     44    to correct this:</para>
    4545
    4646<screen os="bb"><userinput>echo "fu_cv_sys_stat_statfs2_bsize=yes" &gt; config.cache</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.