Author: bdubbs
Date: 2012-07-16 11:38:43 -0600 (Mon, 16 Jul 2012)
New Revision: 9909

Modified:
   trunk/BOOK/Makefile
   trunk/BOOK/process-scripts.sh
Log:
Tweak Makefile

Modified: trunk/BOOK/Makefile
===================================================================
--- trunk/BOOK/Makefile 2012-07-16 17:19:20 UTC (rev 9908)
+++ trunk/BOOK/Makefile 2012-07-16 17:38:43 UTC (rev 9909)
@@ -111,10 +111,11 @@
          stylesheets/md5sum.xsl chapter03/chapter03.xml
        $(Q)sed -i -e "s/BOOTSCRIPTS-MD5SUM/$(shell md5sum 
lfs-bootscripts*.tar.bz2 | cut -d' ' -f1)/" \
       $(BASEDIR)/md5sums
-       $(Q)sed -i -e "s/UDEV-MD5SUM/$(shell md5sum udev-config*.tar.bz2 | cut 
-d' ' -f1)/" \
-      $(BASEDIR)/md5sums
 
+#$(Q)sed -i -e "s/UDEV-MD5SUM/$(shell md5sum udev-config*.tar.bz2 | cut -d' ' 
-f1)/" \
+#   $(BASEDIR)/md5sums
 
+
 dump-commands: validate
        @echo "Dumping book commands..."
        $(Q)xsltproc --output $(DUMPDIR)/ \

Modified: trunk/BOOK/process-scripts.sh
===================================================================
--- trunk/BOOK/process-scripts.sh       2012-07-16 17:19:20 UTC (rev 9908)
+++ trunk/BOOK/process-scripts.sh       2012-07-16 17:38:43 UTC (rev 9909)
@@ -23,11 +23,11 @@
 done
 
 # Udev rules
-for s in udev-config/*.rules
-do
-  script=$(basename $s)
-
-  sed  -e 's/\&/\&amp\;/g' -e 's/</\&lt\;/g'   -e 's/>/\&gt\;/g' \
-       -e "s/'/\&apos\;/g" -e 's/"/\&quot\;/g' -e 's/\t/    /g'  \
-       $s > appendices/${script}.script 
-done
+#for s in udev-config/*.rules
+#do
+#  script=$(basename $s)
+#
+#  sed  -e 's/\&/\&amp\;/g' -e 's/</\&lt\;/g'   -e 's/>/\&gt\;/g' \
+#       -e "s/'/\&apos\;/g" -e 's/"/\&quot\;/g' -e 's/\t/    /g'  \
+#       $s > appendices/${script}.script 
+#done

-- 
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