Author: dnicholson
Date: 2007-07-07 07:26:44 -0600 (Sat, 07 Jul 2007)
New Revision: 6846
Modified:
trunk/BOOK/Makefile
Log:
Fix Makefile typos
Modified: trunk/BOOK/Makefile
===================================================================
--- trunk/BOOK/Makefile 2007-07-07 10:46:15 UTC (rev 6845)
+++ trunk/BOOK/Makefile 2007-07-07 13:26:44 UTC (rev 6846)
@@ -105,7 +105,7 @@
--output $(BASEDIR)/test-links stylesheets/wget-list.xsl \
/tmp/lfs-full.xml
- @echo "Cheking URLs, first pass..."
+ @echo "Checking URLs, first pass..."
$(Q)rm -f $(BASEDIR)/{good,bad,true_bad}_urls
$(Q)for URL in `cat $(BASEDIR)/test-links`; do \
wget --spider --tries=2 --timeout=60 $$URL >>/dev/null 2>&1; \
@@ -114,7 +114,7 @@
fi; \
done
- @echo "Cheking URLs, second pass..."
+ @echo "Checking URLs, second pass..."
$(Q)for URL2 in `cat $(BASEDIR)/bad_urls`; do \
wget --spider --tries=2 --timeout=60 $$URL2 >>/dev/null 2>&1; \
if test $$? -ne 0 ; then echo $$URL2 >> $(BASEDIR)/true_bad_urls ; \
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page