mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-07-10 14:24:10 +01:00
Coreutils: Only test the non-root stuff in chapter 05, but test everything in chapter 6
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2621 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
d1377e48b8
commit
6198a8c322
@ -78,6 +78,10 @@
|
||||
</itemizedlist>
|
||||
</para></listitem>
|
||||
|
||||
<listitem><para>May 21st, 2003 [winkie]: Chapter 05 & 06 - Installing
|
||||
Coreutils: Only test the non-root stuff in Chapter 05, but test everything
|
||||
in Chapter 06.</para></listitem>
|
||||
|
||||
<listitem><para>May 21st, 2003 [winkie]: Chapter 05 - Installing Expect:
|
||||
Don't both passing anything more than --prefix=/stage1. None of it is
|
||||
needed.</para></listitem>
|
||||
|
@ -5,7 +5,7 @@
|
||||
|
||||
<para><screen><userinput>./configure --prefix=/stage1
|
||||
make
|
||||
make check-root
|
||||
make RUN_EXPENSIVE_TESTS=yes check
|
||||
make install</userinput></screen></para>
|
||||
|
||||
|
||||
|
@ -23,7 +23,8 @@ Prevent the installation of hostname with this patch:</para>
|
||||
|
||||
<para><screen><userinput>make</userinput></screen></para>
|
||||
|
||||
<para><screen><userinput>make check-root</userinput></screen></para>
|
||||
<para><screen><userinput>make check-root
|
||||
make RUN_EXPENSIVE_TESTS=yes check</userinput></screen></para>
|
||||
|
||||
<para>Install the package:</para>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user