Author: manuel
Date: 2007-01-25 13:16:07 -0700 (Thu, 25 Jan 2007)
New Revision: 6465
Modified:
trunk/BOOK/Makefile
Log:
Small fix in test-links Makefile target.
Modified: trunk/BOOK/Makefile
===================================================================
--- trunk/BOOK/Makefile 2007-01-25 19:55:05 UTC (rev 6464)
+++ trunk/BOOK/Makefile 2007-01-25 20:16:07 UTC (rev 6465)
@@ -114,6 +114,7 @@
mkdir -p $(BASEDIR)
xsltproc --xinclude --nonet --stringparam list_mode full \
stylesheets/wget-list.xsl index.xml > $(BASEDIR)/test-links
+ rm -f $(BASEDIR)/{good,bad,true_bad}_urls
for URL in `cat $(BASEDIR)/test-links`; do \
wget --spider --tries=2 --timeout=60 $$URL >>/dev/null 2>&1; \
if test $$? -ne 0 ; then echo $$URL >> $(BASEDIR)/bad_urls ; \
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page