diff options
author | Xi Ruoyao <xry111@mengyan1223.wang> | 2019-05-08 12:48:15 +0000 |
---|---|---|
committer | Xi Ruoyao <xry111@mengyan1223.wang> | 2019-05-08 12:48:15 +0000 |
commit | 50b12a8abbc73d465a1e2197369cd9e09edb6232 (patch) | |
tree | 5772f48dee282e71e3fb0cb7cd4b845492ce5430 /chapter06/coreutils.xml | |
parent | 032b60c66b5c5cdae01dad28effa673e584281bd (diff) |
Remove an environment not needed anymore in coreutils
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11595 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/coreutils.xml')
-rw-r--r-- | chapter06/coreutils.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/coreutils.xml b/chapter06/coreutils.xml index fc2ea82f3..42ea98b0d 100644 --- a/chapter06/coreutils.xml +++ b/chapter06/coreutils.xml @@ -100,7 +100,7 @@ FORCE_UNSAFE_CONFIGURE=1 ./configure \ <para>Compile the package:</para> -<screen><userinput remap="make">FORCE_UNSAFE_CONFIGURE=1 make</userinput></screen> +<screen><userinput remap="make">make</userinput></screen> <para>Skip down to <quote>Install the package</quote> if not running the test suite.</para> |