Author: jim
Date: 2005-07-06 20:32:17 -0600 (Wed, 06 Jul 2005)
New Revision: 6428

Modified:
   branches/cross-lfs/BOOK/
   branches/cross-lfs/BOOK/temp-system/common/bash.xml
   branches/cross-lfs/BOOK/temp-system/common/bison.xml
   branches/cross-lfs/BOOK/temp-system/common/bzip2.xml
   branches/cross-lfs/BOOK/temp-system/common/coreutils.xml
   branches/cross-lfs/BOOK/temp-system/common/diffutils.xml
   branches/cross-lfs/BOOK/temp-system/common/findutils.xml
   branches/cross-lfs/BOOK/temp-system/common/flex.xml
   branches/cross-lfs/BOOK/temp-system/common/gawk.xml
   branches/cross-lfs/BOOK/temp-system/common/gettext.xml
   branches/cross-lfs/BOOK/temp-system/common/grep.xml
   branches/cross-lfs/BOOK/temp-system/common/gzip.xml
   branches/cross-lfs/BOOK/temp-system/common/m4.xml
   branches/cross-lfs/BOOK/temp-system/common/make.xml
   branches/cross-lfs/BOOK/temp-system/common/patch.xml
   branches/cross-lfs/BOOK/temp-system/common/sed.xml
   branches/cross-lfs/BOOK/temp-system/common/tar.xml
   branches/cross-lfs/BOOK/temp-system/mips/grep.xml
   branches/cross-lfs/BOOK/temp-system/mips64/grep.xml
   branches/cross-lfs/BOOK/temp-system/multilib/bison.xml
   branches/cross-lfs/BOOK/temp-system/multilib/bzip2.xml
   branches/cross-lfs/BOOK/temp-system/multilib/coreutils.xml
   branches/cross-lfs/BOOK/temp-system/multilib/diffutils.xml
   branches/cross-lfs/BOOK/temp-system/multilib/findutils.xml
   branches/cross-lfs/BOOK/temp-system/multilib/flex.xml
   branches/cross-lfs/BOOK/temp-system/multilib/gawk.xml
   branches/cross-lfs/BOOK/temp-system/multilib/gettext-64bit.xml
   branches/cross-lfs/BOOK/temp-system/multilib/gettext-n32.xml
   branches/cross-lfs/BOOK/temp-system/multilib/gettext.xml
   branches/cross-lfs/BOOK/temp-system/multilib/grep.xml
   branches/cross-lfs/BOOK/temp-system/multilib/gzip.xml
   branches/cross-lfs/BOOK/temp-system/multilib/m4.xml
   branches/cross-lfs/BOOK/temp-system/multilib/make.xml
   branches/cross-lfs/BOOK/temp-system/multilib/patch.xml
   branches/cross-lfs/BOOK/temp-system/multilib/sed.xml
   branches/cross-lfs/BOOK/temp-system/multilib/tar.xml
Log:
 [EMAIL PROTECTED]:  jim | 2005-07-06 16:13:07 -0700
 Removed LDFLAGS=-s in temp-system.



Property changes on: branches/cross-lfs/BOOK
___________________________________________________________________
Name: svk:merge
   - 7321b066-45f8-0310-a5e2-f63eff31be55:/cross-lfs:6760
dfc39d96-41f8-0310-9e44-b84af8e7c7f6:/books/local:5516
   + 7321b066-45f8-0310-a5e2-f63eff31be55:/cross-lfs:6761
dfc39d96-41f8-0310-9e44-b84af8e7c7f6:/books/local:5516

Modified: branches/cross-lfs/BOOK/temp-system/common/bash.xml
===================================================================
--- branches/cross-lfs/BOOK/temp-system/common/bash.xml 2005-07-07 02:32:01 UTC 
(rev 6427)
+++ branches/cross-lfs/BOOK/temp-system/common/bash.xml 2005-07-07 02:32:17 UTC 
(rev 6428)
@@ -85,7 +85,7 @@
 
     <para>Compile the package:</para>
 
-<screen><userinput>make LDFLAGS="-s"</userinput></screen>
+<screen><userinput>make</userinput></screen>
 
     <para>Install the package:</para>
 

Modified: branches/cross-lfs/BOOK/temp-system/common/bison.xml
===================================================================
--- branches/cross-lfs/BOOK/temp-system/common/bison.xml        2005-07-07 
02:32:01 UTC (rev 6427)
+++ branches/cross-lfs/BOOK/temp-system/common/bison.xml        2005-07-07 
02:32:17 UTC (rev 6428)
@@ -50,7 +50,7 @@
 
     <para>Compile the package:</para>
 
-<screen><userinput>make LDFLAGS="-s"</userinput></screen>
+<screen><userinput>make</userinput></screen>
 
     <para>Install the package:</para>
 

Modified: branches/cross-lfs/BOOK/temp-system/common/bzip2.xml
===================================================================
--- branches/cross-lfs/BOOK/temp-system/common/bzip2.xml        2005-07-07 
02:32:01 UTC (rev 6427)
+++ branches/cross-lfs/BOOK/temp-system/common/bzip2.xml        2005-07-07 
02:32:17 UTC (rev 6428)
@@ -51,8 +51,7 @@
     <para>The Bzip2 package does not contain a <command>configure</command>
     script. Compile it with:</para>
 
-<screen><userinput>make CC="${CC}" AR="${AR}" \
-RANLIB="${RANLIB}" LDFLAGS="-s"</userinput></screen>
+<screen><userinput>make CC="${CC}" AR="${AR}" 
RANLIB="${RANLIB}"</userinput></screen>
 
     <para>Install the package:</para>
 

Modified: branches/cross-lfs/BOOK/temp-system/common/coreutils.xml
===================================================================
--- branches/cross-lfs/BOOK/temp-system/common/coreutils.xml    2005-07-07 
02:32:01 UTC (rev 6427)
+++ branches/cross-lfs/BOOK/temp-system/common/coreutils.xml    2005-07-07 
02:32:17 UTC (rev 6428)
@@ -73,7 +73,7 @@
 
     <para>Compile the package:</para>
 
-<screen><userinput>make LDFLAGS="-s"</userinput></screen>
+<screen><userinput>make</userinput></screen>
 
     <para>Install the package:</para>
 

Modified: branches/cross-lfs/BOOK/temp-system/common/diffutils.xml
===================================================================
--- branches/cross-lfs/BOOK/temp-system/common/diffutils.xml    2005-07-07 
02:32:01 UTC (rev 6427)
+++ branches/cross-lfs/BOOK/temp-system/common/diffutils.xml    2005-07-07 
02:32:17 UTC (rev 6428)
@@ -50,7 +50,7 @@
 
     <para>Compile the package:</para>
 
-<screen><userinput>make LDFLAGS="-s"</userinput></screen>
+<screen><userinput>make</userinput></screen>
 
     <para>Install the package:</para>
 

Modified: branches/cross-lfs/BOOK/temp-system/common/findutils.xml
===================================================================
--- branches/cross-lfs/BOOK/temp-system/common/findutils.xml    2005-07-07 
02:32:01 UTC (rev 6427)
+++ branches/cross-lfs/BOOK/temp-system/common/findutils.xml    2005-07-07 
02:32:17 UTC (rev 6428)
@@ -55,7 +55,7 @@
 
     <para>Compile the package:</para>
 
-<screen><userinput>make LDFLAGS="-s"</userinput></screen>
+<screen><userinput>make</userinput></screen>
 
     <para>Install the package:</para>
 

Modified: branches/cross-lfs/BOOK/temp-system/common/flex.xml
===================================================================
--- branches/cross-lfs/BOOK/temp-system/common/flex.xml 2005-07-07 02:32:01 UTC 
(rev 6427)
+++ branches/cross-lfs/BOOK/temp-system/common/flex.xml 2005-07-07 02:32:17 UTC 
(rev 6428)
@@ -66,7 +66,7 @@
 
     <para>Compile the package:</para>
 
-<screen><userinput>make LDFLAGS="-s"</userinput></screen>
+<screen><userinput>make</userinput></screen>
 
     <para>Install the package:</para>
 

Modified: branches/cross-lfs/BOOK/temp-system/common/gawk.xml
===================================================================
--- branches/cross-lfs/BOOK/temp-system/common/gawk.xml 2005-07-07 02:32:01 UTC 
(rev 6427)
+++ branches/cross-lfs/BOOK/temp-system/common/gawk.xml 2005-07-07 02:32:17 UTC 
(rev 6428)
@@ -50,20 +50,8 @@
 
     <para>Compile the package:</para>
 
-<screen><userinput>make LDFLAGS="-s"</userinput></screen>
+<screen><userinput>make</userinput></screen>
 
-    <variablelist>
-      <title>The meaning of the make options:</title>
-
-      <varlistentry>
-        <term><parameter>LDFLAGS="-s"</parameter></term>
-        <listitem>
-          <para>This do ...</para>
-        </listitem>
-      </varlistentry>
-
-    </variablelist>
-
     <para>Install the package:</para>
 
 <screen><userinput>make install</userinput></screen>

Modified: branches/cross-lfs/BOOK/temp-system/common/gettext.xml
===================================================================
--- branches/cross-lfs/BOOK/temp-system/common/gettext.xml      2005-07-07 
02:32:01 UTC (rev 6427)
+++ branches/cross-lfs/BOOK/temp-system/common/gettext.xml      2005-07-07 
02:32:17 UTC (rev 6428)
@@ -81,7 +81,7 @@
 
     <para>Compile the package:</para>
 
-<screen><userinput>make LDFLAGS="-s"</userinput></screen>
+<screen><userinput>make</userinput></screen>
 
     <para>Install the package:</para>
 

Modified: branches/cross-lfs/BOOK/temp-system/common/grep.xml
===================================================================
--- branches/cross-lfs/BOOK/temp-system/common/grep.xml 2005-07-07 02:32:01 UTC 
(rev 6427)
+++ branches/cross-lfs/BOOK/temp-system/common/grep.xml 2005-07-07 02:32:17 UTC 
(rev 6428)
@@ -65,7 +65,7 @@
 
     <para>Compile the package:</para>
 
-<screen><userinput>make LDFLAGS="-s" </userinput></screen>
+<screen><userinput>make</userinput></screen>
 
     <para>Install the package:</para>
 

Modified: branches/cross-lfs/BOOK/temp-system/common/gzip.xml
===================================================================
--- branches/cross-lfs/BOOK/temp-system/common/gzip.xml 2005-07-07 02:32:01 UTC 
(rev 6427)
+++ branches/cross-lfs/BOOK/temp-system/common/gzip.xml 2005-07-07 02:32:17 UTC 
(rev 6428)
@@ -55,7 +55,7 @@
 
     <para>Compile the package:</para>
 
-<screen><userinput>make LDFLAGS="-s"</userinput></screen>
+<screen><userinput>make</userinput></screen>
 
     <para>Install the package:</para>
 

Modified: branches/cross-lfs/BOOK/temp-system/common/m4.xml
===================================================================
--- branches/cross-lfs/BOOK/temp-system/common/m4.xml   2005-07-07 02:32:01 UTC 
(rev 6427)
+++ branches/cross-lfs/BOOK/temp-system/common/m4.xml   2005-07-07 02:32:17 UTC 
(rev 6428)
@@ -50,7 +50,7 @@
 
     <para>Compile the package:</para>
 
-<screen><userinput>make LDFLAGS="-s"</userinput></screen>
+<screen><userinput>make</userinput></screen>
 
     <para>Install the package:</para>
 

Modified: branches/cross-lfs/BOOK/temp-system/common/make.xml
===================================================================
--- branches/cross-lfs/BOOK/temp-system/common/make.xml 2005-07-07 02:32:01 UTC 
(rev 6427)
+++ branches/cross-lfs/BOOK/temp-system/common/make.xml 2005-07-07 02:32:17 UTC 
(rev 6428)
@@ -50,7 +50,7 @@
 
     <para>Compile the package:</para>
 
-<screen><userinput>make LDFLAGS="-s"</userinput></screen>
+<screen><userinput>make</userinput></screen>
 
     <para>Install the package:</para>
 

Modified: branches/cross-lfs/BOOK/temp-system/common/patch.xml
===================================================================
--- branches/cross-lfs/BOOK/temp-system/common/patch.xml        2005-07-07 
02:32:01 UTC (rev 6427)
+++ branches/cross-lfs/BOOK/temp-system/common/patch.xml        2005-07-07 
02:32:17 UTC (rev 6428)
@@ -50,7 +50,7 @@
 
     <para>Compile the package:</para>
 
-<screen><userinput>make LDFLAGS="-s"</userinput></screen>
+<screen><userinput>make</userinput></screen>
 
     <para>Install the package:</para>
 

Modified: branches/cross-lfs/BOOK/temp-system/common/sed.xml
===================================================================
--- branches/cross-lfs/BOOK/temp-system/common/sed.xml  2005-07-07 02:32:01 UTC 
(rev 6427)
+++ branches/cross-lfs/BOOK/temp-system/common/sed.xml  2005-07-07 02:32:17 UTC 
(rev 6428)
@@ -50,7 +50,7 @@
 
     <para>Compile the package:</para>
 
-<screen><userinput>make LDFLAGS="-s"</userinput></screen>
+<screen><userinput>make</userinput></screen>
 
     <para>Install the package:</para>
 

Modified: branches/cross-lfs/BOOK/temp-system/common/tar.xml
===================================================================
--- branches/cross-lfs/BOOK/temp-system/common/tar.xml  2005-07-07 02:32:01 UTC 
(rev 6427)
+++ branches/cross-lfs/BOOK/temp-system/common/tar.xml  2005-07-07 02:32:17 UTC 
(rev 6428)
@@ -55,7 +55,7 @@
 
     <para>Compile the package:</para>
 
-<screen><userinput>make LDFLAGS="-s"</userinput></screen>
+<screen><userinput>make</userinput></screen>
 
     <para>Install the package:</para>
 

Modified: branches/cross-lfs/BOOK/temp-system/mips/grep.xml
===================================================================
--- branches/cross-lfs/BOOK/temp-system/mips/grep.xml   2005-07-07 02:32:01 UTC 
(rev 6427)
+++ branches/cross-lfs/BOOK/temp-system/mips/grep.xml   2005-07-07 02:32:17 UTC 
(rev 6428)
@@ -62,7 +62,7 @@
 
     <para>Compile the package:</para>
 
-<screen><userinput>make LDFLAGS="-s" </userinput></screen>
+<screen><userinput>make</userinput></screen>
 
     <para>Install the package:</para>
 

Modified: branches/cross-lfs/BOOK/temp-system/mips64/grep.xml
===================================================================
--- branches/cross-lfs/BOOK/temp-system/mips64/grep.xml 2005-07-07 02:32:01 UTC 
(rev 6427)
+++ branches/cross-lfs/BOOK/temp-system/mips64/grep.xml 2005-07-07 02:32:17 UTC 
(rev 6428)
@@ -62,7 +62,7 @@
 
     <para>Compile the package:</para>
 
-<screen><userinput>make LDFLAGS="-s" </userinput></screen>
+<screen><userinput>make</userinput></screen>
 
     <para>Install the package:</para>
 

Modified: branches/cross-lfs/BOOK/temp-system/multilib/bison.xml
===================================================================
--- branches/cross-lfs/BOOK/temp-system/multilib/bison.xml      2005-07-07 
02:32:01 UTC (rev 6427)
+++ branches/cross-lfs/BOOK/temp-system/multilib/bison.xml      2005-07-07 
02:32:17 UTC (rev 6428)
@@ -50,7 +50,7 @@
 
     <para>Compile the package:</para>
 
-<screen><userinput>make LDFLAGS="-s"</userinput></screen>
+<screen><userinput>make</userinput></screen>
 
     <para>Install the package:</para>
 

Modified: branches/cross-lfs/BOOK/temp-system/multilib/bzip2.xml
===================================================================
--- branches/cross-lfs/BOOK/temp-system/multilib/bzip2.xml      2005-07-07 
02:32:01 UTC (rev 6427)
+++ branches/cross-lfs/BOOK/temp-system/multilib/bzip2.xml      2005-07-07 
02:32:17 UTC (rev 6428)
@@ -53,8 +53,7 @@
     <para>The Bzip2 package does not contain a <command>configure</command>
     script. Compile it with:</para>
 
-<screen><userinput>make CC="${CC} ${BUILD64}" AR="${AR}" \
-RANLIB="${RANLIB}" LDFLAGS="-s"</userinput></screen>
+<screen><userinput>make CC="${CC} ${BUILD64}" AR="${AR}" 
RANLIB="${RANLIB}"</userinput></screen>
 
     <para>Install the package:</para>
 

Modified: branches/cross-lfs/BOOK/temp-system/multilib/coreutils.xml
===================================================================
--- branches/cross-lfs/BOOK/temp-system/multilib/coreutils.xml  2005-07-07 
02:32:01 UTC (rev 6427)
+++ branches/cross-lfs/BOOK/temp-system/multilib/coreutils.xml  2005-07-07 
02:32:17 UTC (rev 6428)
@@ -63,7 +63,7 @@
 
     <para>Compile the package:</para>
 
-<screen><userinput>make LDFLAGS="-s"</userinput></screen>
+<screen><userinput>make</userinput></screen>
 
     <para>Install the package:</para>
 

Modified: branches/cross-lfs/BOOK/temp-system/multilib/diffutils.xml
===================================================================
--- branches/cross-lfs/BOOK/temp-system/multilib/diffutils.xml  2005-07-07 
02:32:01 UTC (rev 6427)
+++ branches/cross-lfs/BOOK/temp-system/multilib/diffutils.xml  2005-07-07 
02:32:17 UTC (rev 6428)
@@ -50,7 +50,7 @@
 
     <para>Compile the package:</para>
 
-<screen><userinput>make LDFLAGS="-s"</userinput></screen>
+<screen><userinput>make</userinput></screen>
 
     <para>Install the package:</para>
 

Modified: branches/cross-lfs/BOOK/temp-system/multilib/findutils.xml
===================================================================
--- branches/cross-lfs/BOOK/temp-system/multilib/findutils.xml  2005-07-07 
02:32:01 UTC (rev 6427)
+++ branches/cross-lfs/BOOK/temp-system/multilib/findutils.xml  2005-07-07 
02:32:17 UTC (rev 6428)
@@ -58,7 +58,7 @@
 
     <para>Compile the package:</para>
 
-<screen><userinput>make LDFLAGS="-s"</userinput></screen>
+<screen><userinput>make</userinput></screen>
 
     <para>Install the package:</para>
 

Modified: branches/cross-lfs/BOOK/temp-system/multilib/flex.xml
===================================================================
--- branches/cross-lfs/BOOK/temp-system/multilib/flex.xml       2005-07-07 
02:32:01 UTC (rev 6427)
+++ branches/cross-lfs/BOOK/temp-system/multilib/flex.xml       2005-07-07 
02:32:17 UTC (rev 6428)
@@ -66,7 +66,7 @@
 
     <para>Compile the package:</para>
 
-<screen><userinput>make LDFLAGS="-s"</userinput></screen>
+<screen><userinput>make</userinput></screen>
 
     <para>Install the package:</para>
 

Modified: branches/cross-lfs/BOOK/temp-system/multilib/gawk.xml
===================================================================
--- branches/cross-lfs/BOOK/temp-system/multilib/gawk.xml       2005-07-07 
02:32:01 UTC (rev 6427)
+++ branches/cross-lfs/BOOK/temp-system/multilib/gawk.xml       2005-07-07 
02:32:17 UTC (rev 6428)
@@ -51,7 +51,7 @@
 
     <para>Compile the package:</para>
 
-<screen><userinput>make LDFLAGS="-s"</userinput></screen>
+<screen><userinput>make</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude";
     href="../common/gawk.xml"

Modified: branches/cross-lfs/BOOK/temp-system/multilib/gettext-64bit.xml
===================================================================
--- branches/cross-lfs/BOOK/temp-system/multilib/gettext-64bit.xml      
2005-07-07 02:32:01 UTC (rev 6427)
+++ branches/cross-lfs/BOOK/temp-system/multilib/gettext-64bit.xml      
2005-07-07 02:32:17 UTC (rev 6428)
@@ -59,7 +59,7 @@
 
     <para>Compile the package:</para>
 
-<screen><userinput>make LDFLAGS="-s"</userinput></screen>
+<screen><userinput>make</userinput></screen>
 
     <para>Install the package:</para>
 

Modified: branches/cross-lfs/BOOK/temp-system/multilib/gettext-n32.xml
===================================================================
--- branches/cross-lfs/BOOK/temp-system/multilib/gettext-n32.xml        
2005-07-07 02:32:01 UTC (rev 6427)
+++ branches/cross-lfs/BOOK/temp-system/multilib/gettext-n32.xml        
2005-07-07 02:32:17 UTC (rev 6428)
@@ -59,7 +59,7 @@
 
     <para>Compile the package:</para>
 
-<screen><userinput>make LDFLAGS="-s"</userinput></screen>
+<screen><userinput>make</userinput></screen>
 
     <para>Install the package:</para>
 

Modified: branches/cross-lfs/BOOK/temp-system/multilib/gettext.xml
===================================================================
--- branches/cross-lfs/BOOK/temp-system/multilib/gettext.xml    2005-07-07 
02:32:01 UTC (rev 6427)
+++ branches/cross-lfs/BOOK/temp-system/multilib/gettext.xml    2005-07-07 
02:32:17 UTC (rev 6428)
@@ -64,7 +64,7 @@
 
     <para>Compile the package:</para>
 
-<screen><userinput>make LDFLAGS="-s"</userinput></screen>
+<screen><userinput>make</userinput></screen>
 
     <para>Install the package:</para>
 

Modified: branches/cross-lfs/BOOK/temp-system/multilib/grep.xml
===================================================================
--- branches/cross-lfs/BOOK/temp-system/multilib/grep.xml       2005-07-07 
02:32:01 UTC (rev 6427)
+++ branches/cross-lfs/BOOK/temp-system/multilib/grep.xml       2005-07-07 
02:32:17 UTC (rev 6428)
@@ -54,7 +54,7 @@
 
     <para>Compile the package:</para>
 
-<screen><userinput>make LDFLAGS="-s" </userinput></screen>
+<screen><userinput>make</userinput></screen>
 
     <para>Install the package:</para>
 

Modified: branches/cross-lfs/BOOK/temp-system/multilib/gzip.xml
===================================================================
--- branches/cross-lfs/BOOK/temp-system/multilib/gzip.xml       2005-07-07 
02:32:01 UTC (rev 6427)
+++ branches/cross-lfs/BOOK/temp-system/multilib/gzip.xml       2005-07-07 
02:32:17 UTC (rev 6428)
@@ -58,7 +58,7 @@
 
     <para>Compile the package:</para>
 
-<screen><userinput>make LDFLAGS="-s"</userinput></screen>
+<screen><userinput>make</userinput></screen>
 
     <para>Install the package:</para>
 

Modified: branches/cross-lfs/BOOK/temp-system/multilib/m4.xml
===================================================================
--- branches/cross-lfs/BOOK/temp-system/multilib/m4.xml 2005-07-07 02:32:01 UTC 
(rev 6427)
+++ branches/cross-lfs/BOOK/temp-system/multilib/m4.xml 2005-07-07 02:32:17 UTC 
(rev 6428)
@@ -50,7 +50,7 @@
 
     <para>Compile the package:</para>
 
-<screen><userinput>make LDFLAGS="-s"</userinput></screen>
+<screen><userinput>make</userinput></screen>
 
     <para>Install the package:</para>
 

Modified: branches/cross-lfs/BOOK/temp-system/multilib/make.xml
===================================================================
--- branches/cross-lfs/BOOK/temp-system/multilib/make.xml       2005-07-07 
02:32:01 UTC (rev 6427)
+++ branches/cross-lfs/BOOK/temp-system/multilib/make.xml       2005-07-07 
02:32:17 UTC (rev 6428)
@@ -50,7 +50,7 @@
 
     <para>Compile the package:</para>
 
-<screen><userinput>make LDFLAGS="-s"</userinput></screen>
+<screen><userinput>make</userinput></screen>
 
     <para>Install the package:</para>
 

Modified: branches/cross-lfs/BOOK/temp-system/multilib/patch.xml
===================================================================
--- branches/cross-lfs/BOOK/temp-system/multilib/patch.xml      2005-07-07 
02:32:01 UTC (rev 6427)
+++ branches/cross-lfs/BOOK/temp-system/multilib/patch.xml      2005-07-07 
02:32:17 UTC (rev 6428)
@@ -50,7 +50,7 @@
 
     <para>Compile the package:</para>
 
-<screen><userinput>make LDFLAGS="-s"</userinput></screen>
+<screen><userinput>make</userinput></screen>
 
     <para>Install the package:</para>
 

Modified: branches/cross-lfs/BOOK/temp-system/multilib/sed.xml
===================================================================
--- branches/cross-lfs/BOOK/temp-system/multilib/sed.xml        2005-07-07 
02:32:01 UTC (rev 6427)
+++ branches/cross-lfs/BOOK/temp-system/multilib/sed.xml        2005-07-07 
02:32:17 UTC (rev 6428)
@@ -50,7 +50,7 @@
 
     <para>Compile the package:</para>
 
-<screen><userinput>make LDFLAGS="-s"</userinput></screen>
+<screen><userinput>make</userinput></screen>
 
     <para>Install the package:</para>
 

Modified: branches/cross-lfs/BOOK/temp-system/multilib/tar.xml
===================================================================
--- branches/cross-lfs/BOOK/temp-system/multilib/tar.xml        2005-07-07 
02:32:01 UTC (rev 6427)
+++ branches/cross-lfs/BOOK/temp-system/multilib/tar.xml        2005-07-07 
02:32:17 UTC (rev 6428)
@@ -58,7 +58,7 @@
 
     <para>Compile the package:</para>
 
-<screen><userinput>make LDFLAGS="-s"</userinput></screen>
+<screen><userinput>make</userinput></screen>
 
     <para>Install the package:</para>
 

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to