Changeset 71bbe67 for chapter06


Ignore:
Timestamp:
06/07/2004 06:52:47 PM (20 years ago)
Author:
Zack Winkles <winkie@…>
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, 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:
9109cd4
Parents:
cb983a8
Message:

Updated patch names to the new naming scheme used by the patches project

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

Location:
chapter06
Files:
10 edited

Legend:

Unmodified
Added
Removed
  • chapter06/bash.xml

    rcb983a8 r71bbe67  
    3333patch:</para>
    3434
    35 <screen><userinput>patch -Np1 -i ../bash-&bash-version;-gnu-fixes-2.patch</userinput></screen>
     35<screen><userinput>patch -Np1 -i ../bash-&bash-version;-gnu_fixes-2.patch</userinput></screen>
    3636
    3737<para>Now prepare Bash for compilation:</para>
  • chapter06/coreutils.xml

    rcb983a8 r71bbe67  
    4040by other programs:</para>
    4141
    42 <screen><userinput>patch -Np1 -i ../coreutils-&coreutils-version;-dupes-1.patch</userinput></screen>
     42<screen><userinput>patch -Np1 -i ../coreutils-&coreutils-version;-suppress_hostname_uptime_kill_su-1.patch</userinput></screen>
    4343
    4444<para>Now prepare Coreutils for compilation:</para>
  • chapter06/flex.xml

    rcb983a8 r71bbe67  
    3232<para>Flex contains several known bugs. Fix these with the following patch:</para>
    3333
    34 <screen><userinput>patch -Np1 -i ../flex-&flex-version;-debian-fixes-2.patch</userinput></screen>
     34<screen><userinput>patch -Np1 -i ../flex-&flex-version;-debian_fixes-2.patch</userinput></screen>
    3535
    3636<para>The GNU autotools detects that the Flex source code has been modified by the patch,
  • chapter06/gcc.xml

    rcb983a8 r71bbe67  
    4545the Specs patch) also used in the previous chapter:</para>
    4646
    47 <screen><userinput>patch -Np1 -i ../gcc-&gcc-short-version;-no-fixincludes-1.patch</userinput></screen>
     47<screen><userinput>patch -Np1 -i ../gcc-&gcc-short-version;-no_fixincludes-1.patch</userinput></screen>
    4848
    4949<para>Now apply a sed substitution that will suppress the installation of
  • chapter06/inetutils.xml

    rcb983a8 r71bbe67  
    3232by applying the following patch:</para>
    3333
    34 <screen><userinput>patch -Np1 -i ../inetutils-&inetutils-version;-kernel-headers-1.patch</userinput></screen>
     34<screen><userinput>patch -Np1 -i ../inetutils-&inetutils-version;-kernel_headers-1.patch</userinput></screen>
    3535
    3636<para>We are not going to install all the programs that come with Inetutils.
     
    3838pages anyway. The following patch will correct this situation:</para>
    3939
    40 <screen><userinput>patch -Np1 -i ../inetutils-&inetutils-version;-no-server-man-pages-1.patch</userinput></screen>
     40<screen><userinput>patch -Np1 -i ../inetutils-&inetutils-version;-no_server_man_pages-1.patch</userinput></screen>
    4141
    4242<para>Now prepare Inetutils for compilation:</para>
  • chapter06/mktemp.xml

    rcb983a8 r71bbe67  
    3131Patch mktemp to include a <command>tempfile</command> wrapper:</para>
    3232
    33 <screen><userinput>patch -Np1 -i ../mktemp-&mktemp-version;-add-tempfile-1.patch</userinput></screen>
     33<screen><userinput>patch -Np1 -i ../mktemp-&mktemp-version;-add_tempfile-1.patch</userinput></screen>
    3434
    3535<para>Now prepare Mktemp for compilation:</para>
  • chapter06/net-tools.xml

    rcb983a8 r71bbe67  
    4747by applying the following patch:</para>
    4848
    49 <screen><userinput>patch -Np1 -i ../net-tools-&net-tools-version;-kernel-headers-1.patch</userinput></screen>
     49<screen><userinput>patch -Np1 -i ../net-tools-&net-tools-version;-kernel_headers-1.patch</userinput></screen>
    5050
    5151<para>Now prepare Net-tools for compilation (if you intend to accept the
  • chapter06/readline.xml

    rcb983a8 r71bbe67  
    3333patch:</para>
    3434
    35 <screen><userinput>patch -Np1 -i ../readline-&readline-version;-gnu-fixes-1.patch</userinput></screen>
     35<screen><userinput>patch -Np1 -i ../readline-&readline-version;-gnu_fixes-1.patch</userinput></screen>
    3636
    3737<para>Now prepare Readline for compilation:</para>
  • chapter06/sysklogd.xml

    rcb983a8 r71bbe67  
    3232by applying the following patch:</para>
    3333
    34 <screen><userinput>patch -Np1 -i ../sysklogd-&sysklogd-version;-kernel-headers-1.patch</userinput></screen>
     34<screen><userinput>patch -Np1 -i ../sysklogd-&sysklogd-version;-kernel_headers-1.patch</userinput></screen>
    3535
    3636<para>There is also a race condition in the signal handling logic, and this
  • chapter06/util-linux.xml

    rcb983a8 r71bbe67  
    4949by applying the following patch:</para>
    5050
    51 <screen><userinput>patch -Np1 -i ../util-linux-&util-linux-version;-kernel-headers-1.patch</userinput></screen>
     51<screen><userinput>patch -Np1 -i ../util-linux-&util-linux-version;-kernel_headers-1.patch</userinput></screen>
    5252
    5353<para>Prepare Util-linux for compilation:</para>
Note: See TracChangeset for help on using the changeset viewer.