Changeset 41d1d0e


Ignore:
Timestamp:
05/11/2003 05:47:47 PM (21 years ago)
Author:
Timothy Bauscher <timothy@…>
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, 6.0, 6.1, 6.1.1, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 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, v5_0, v5_1, v5_1_1, 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:
b3b1237
Parents:
41903a5
Message:

Zack's patches: added --with-included-regex to grep and linux manpage installation.

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r41903a5 r41d1d0e  
    7272Bzip2, Installing Zlib: Modified build commands per bug #524.</para></listitem>
    7373
     74<listitem><para>May 11th, 2003 [winkie]: Chapter 06 - Installing Glibc:
     75Install the linuxthreads man pages, too. This got lost somewhere.</para></listitem>
     76
     77<listitem><para>May 11th, 2003 [winkie]: Chapter 06 - Installing Grep:
     78Added --with-included-regex to prevent Grep from using Glibc's somewhat
     79bugged regex.</para></listitem>
     80
    7481<listitem><para>May 11th, 2003 [winkie]: Chapter 06 - Installing Coreutils:
    7582Fix some functionality of the uname command with a patch.</para></listitem>
  • chapter06/glibc-inst.xml

    r41903a5 r41d1d0e  
    7575file in the <filename>glibc-&glibc-version;</filename> tree.</para>
    7676
     77<para>Build the linuxthreads man pages:</para>
     78
     79<para><screen><userinput>make -C ../glibc-2.3.2/linuxthreads/man</userinput></screen></para>
     80
     81<para>Install the man pages:</para>
     82
     83<para><screen><userinput>make -C ../glibc-2.3.2/linuxthreads/man install</userinput></screen></para>
     84
    7785<para>To finish off the installation we'll reload Bash so it will use the new
    7886<filename>libnss_*</filename> files. This will also get rid of the
  • chapter06/grep-inst.xml

    r41903a5 r41d1d0e  
    66<para>Prepare Grep to be compiled:</para>
    77
    8 <para><screen><userinput>./configure --prefix=/usr --bindir=/bin</userinput></screen></para>
     8<para><screen><userinput>./configure --prefix=/usr --bindir=/bin&amp;&amp;
     9&nbsp;&nbsp;&nbsp;&nbsp;--with-included-regex</userinput></screen></para>
    910
    1011<para>Continue with compiling the package:</para>
Note: See TracChangeset for help on using the changeset viewer.