Changeset e9f3e85 for chapter05


Ignore:
Timestamp:
10/15/2005 12:01:06 AM (19 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
6.1.1
Children:
1ec69ac5
Parents:
8f192d8
Message:

Finished the addition of patches.ent

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

Location:
chapter05
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • chapter05/bash.xml

    r8f192d8 re9f3e85  
    3232it to hang inappropriately.  This patch fixes the problem:</para>
    3333
    34 <screen><userinput>patch -Np1 -i ../bash-&bash-version;-avoid_WCONTINUED-1.patch</userinput></screen>
     34<screen><userinput>patch -Np1 -i ../&bash-avoid_WCONTINUED-patch;</userinput></screen>
    3535
    3636<para>Prepare Bash for compilation:</para>
  • chapter05/binutils-pass1.xml

    r8f192d8 re9f3e85  
    4444compiled by the host system.</para>
    4545
    46 <screen><userinput>patch -Np1 -i ../binutils-&binutils-version;-gcc4-1.patch
    47 </userinput></screen>
     46<screen><userinput>patch -Np1 -i ../&binutils-gcc4-patch;</userinput></screen>
    4847
    4948<para>The Binutils documentation recommends building Binutils outside of the
  • chapter05/expect.xml

    r8f192d8 re9f3e85  
    3333suite run:</para>
    3434
    35 <screen><userinput>patch -Np1 -i ../expect-&expect-version;-spawn-1.patch</userinput></screen>
     35<screen><userinput>patch -Np1 -i ../&expect-spawn-patch;</userinput></screen>
    3636
    3737<para>Now prepare Expect for compilation:</para>
  • chapter05/flex.xml

    r8f192d8 re9f3e85  
    3131following patch:</para>
    3232
    33 <screen><userinput>patch -Np1 -i ../flex-&flex-version;-debian_fixes-3.patch</userinput></screen>
     33<screen><userinput>patch -Np1 -i ../&flex-fixes-patch;</userinput></screen>
    3434
    3535<para>The GNU autotools will detect that the Flex source code has been
  • chapter05/gcc-pass2.xml

    r8f192d8 re9f3e85  
    5959<para>First correct a known problem and make an essential adjustment:</para>
    6060
    61 <screen><userinput>patch -Np1 -i ../gcc-&gcc-version;-no_fixincludes-1.patch
    62 patch -Np1 -i ../gcc-&gcc-version;-specs-2.patch</userinput></screen>
     61<screen><userinput>patch -Np1 -i ../&gcc-no_fixincludes-patch;
     62patch -Np1 -i ../&gcc-specs-patch;</userinput></screen>
    6363
    6464<para>The first patch disables the GCC <command>fixincludes</command>
  • chapter05/glibc.xml

    r8f192d8 re9f3e85  
    4343nor the kernel. If you plan to run the testsuite apply this patch:</para>
    4444
    45 <screen><userinput>patch -Np1 -i ../glibc-&glibc-version;-fix_test-1.patch</userinput></screen>
     45<screen><userinput>patch -Np1 -i ../&glibc-testfix-patch;</userinput></screen>
    4646
    4747<para>The Glibc documentation recommends building Glibc outside of the source
  • chapter05/perl.xml

    r8f192d8 re9f3e85  
    3131the following patch:</para>
    3232
    33 <screen><userinput>patch -Np1 -i ../perl-&perl-version;-libc-1.patch</userinput></screen>
     33<screen><userinput>patch -Np1 -i ../&perl-libc-patch;</userinput></screen>
    3434
    3535<para>Prepare Perl for compilation (make sure to get the 'IO Fcntl POSIX'
Note: See TracChangeset for help on using the changeset viewer.