[Clfs-commits] commit: r4187 - in /trunk/BOOK/final-system/common: perl.xml procps.xml

svn at cross-lfs.org svn at cross-lfs.org
Mon Dec 22 00:52:44 PST 2008


Author: chris at beaker67.com
Date: Mon Dec 22 08:52:44 2008
New Revision: 4187

Log:
Remove unneeded CC vars

Modified:
    trunk/BOOK/final-system/common/perl.xml
    trunk/BOOK/final-system/common/procps.xml

Modified: trunk/BOOK/final-system/common/perl.xml
==============================================================================
--- trunk/BOOK/final-system/common/perl.xml (original)
+++ trunk/BOOK/final-system/common/perl.xml Mon Dec 22 08:52:44 2008
@@ -51,7 +51,7 @@
     the way this package is built. If you prefer instead to use the defaults
     that Perl auto-detects, prepare Perl for compilation with:</para>
 
-<screen os="b"><userinput>CC=gcc ./configure.gnu --prefix=/usr \
+<screen os="b"><userinput>./configure.gnu --prefix=/usr \
    -Dman1dir=/usr/share/man/man1 \
    -Dman3dir=/usr/share/man/man3 \
    -Dpager="/bin/less -isR" \

Modified: trunk/BOOK/final-system/common/procps.xml
==============================================================================
--- trunk/BOOK/final-system/common/procps.xml (original)
+++ trunk/BOOK/final-system/common/procps.xml Mon Dec 22 08:52:44 2008
@@ -27,7 +27,7 @@
 
     <para os="a">Compile the package:</para>
 
-<screen os="b"><userinput>make CC=gcc</userinput></screen>
+<screen os="b"><userinput>make</userinput></screen>
 
     <para os="c">This package does not come with a test suite.</para>
 




More information about the Clfs-commits mailing list