Changeset b75237d for chapter06


Ignore:
Timestamp:
01/25/2016 05:18:52 AM (8 years ago)
Author:
DJ Lucas <dj@…>
Branches:
7.9-systemd
Children:
b6ceddb
Parents:
ee46f60
Message:

Merge from trunk r10988.

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

Location:
chapter06
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter06/bash.xml

    ree46f60 rb75237d  
    4949
    5050<screen><userinput remap="configure">./configure --prefix=/usr                       \
    51             --bindir=/bin                       \
    5251            --docdir=/usr/share/doc/bash-&bash-version; \
    5352            --without-bash-malloc               \
     
    8584<screen><userinput remap="test">su nobody -s /bin/bash -c "PATH=$PATH make tests"</userinput></screen>
    8685
    87     <para>Install the package:</para>
     86    <para>Install the package and move the main executable to
     87    <filename class='directory'>/bin</filename>:</para>
    8888
    89 <screen><userinput remap="install">make install</userinput></screen>
     89<screen><userinput remap="install">make install
     90mv -vf /usr/bin/bash /bin</userinput></screen>
    9091
    9192    <para>Run the newly compiled <command>bash</command> program (replacing the one that is
  • chapter06/coreutils.xml

    ree46f60 rb75237d  
    4949    <para>POSIX requires that programs from Coreutils recognize character
    5050    boundaries correctly even in multibyte locales. The following patch fixes
    51     this non-compliance and other internationalization-related bugs.
    52     <!--Afterwards make sure the timestamp for <filename>Makefile.in</filename> is
    53     later than all other files to prevent a <command>make</command>
    54     error:</para>-->
    55     Afterwards disable a test that fails with the current version of perl.</para>
    56 
    57 <screen><userinput remap="pre">patch -Np1 -i ../&coreutils-i18n-patch;
    58 sed -i '/tests\/misc\/sort.pl/ d' Makefile.in</userinput></screen>
    59 
    60 <!--touch Makefile.in</userinput></screen>-->
     51    this non-compliance and other internationalization-related bugs.</para>
     52
     53<screen><userinput remap="pre">patch -Np1 -i ../&coreutils-i18n-patch;</userinput></screen>
    6154
    6255    <note>
     
    9689    <para>Compile the package:</para>
    9790
    98 <screen><userinput remap="make">make</userinput></screen>
     91<screen><userinput remap="make">FORCE_UNSAFE_CONFIGURE=1 make</userinput></screen>
    9992
    10093    <para>Skip down to <quote>Install the
Note: See TracChangeset for help on using the changeset viewer.