r1337 - in trunk/BOOK: chapter05 chapter06
robert at linuxfromscratch.org
robert at linuxfromscratch.org
Sun Feb 17 17:19:51 MST 2008
Author: robert
Date: 2008-02-17 17:19:50 -0700 (Sun, 17 Feb 2008)
New Revision: 1337
Modified:
trunk/BOOK/chapter05/m4.xml
trunk/BOOK/chapter06/m4.xml
Log:
The find/touch command in the m4 pages, to cheat autofoo, doesn't work, so I removed them
Modified: trunk/BOOK/chapter05/m4.xml
===================================================================
--- trunk/BOOK/chapter05/m4.xml 2008-02-17 07:58:04 UTC (rev 1336)
+++ trunk/BOOK/chapter05/m4.xml 2008-02-18 00:19:50 UTC (rev 1337)
@@ -33,12 +33,9 @@
overflow in the <filename>configure</filename> tests. This patch
is from upstream:
<ulink url="http://cvs.savannah.gnu.org/viewvc/gnulib/m4/printf.m4?root=gnulib&r1=1.35&r2=1.36"/>.
- Apply this patch with the following command, and run
- <command>touch</command> to prevent the autotools packages from rebuilding
- the config files:</para>
+ Apply this patch with the following command:</para>
-<screen><userinput>patch -Np1 -i ../&m4-fixes-patch;
-find . -type f -exec touch {} \;</userinput></screen>
+<screen><userinput>patch -Np1 -i ../&m4-fixes-patch;</userinput></screen>
<para>Prepare M4 for compilation:</para>
Modified: trunk/BOOK/chapter06/m4.xml
===================================================================
--- trunk/BOOK/chapter06/m4.xml 2008-02-17 07:58:04 UTC (rev 1336)
+++ trunk/BOOK/chapter06/m4.xml 2008-02-18 00:19:50 UTC (rev 1337)
@@ -28,8 +28,7 @@
<para>Patch the <filename>configure</filename> tests:</para>
-<screen><userinput>patch -Np1 -i ../&m4-fixes-patch;
-find . -type f -exec touch {} \;</userinput></screen>
+<screen><userinput>patch -Np1 -i ../&m4-fixes-patch;</userinput></screen>
<para>Prepare M4 for compilation:</para>
More information about the hlfs-book
mailing list