mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-23 22:42:14 +08:00
Fix Makefile typos
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@6846 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
97f6e38146
commit
cdd254a7f1
4
Makefile
4
Makefile
@ -105,7 +105,7 @@ test-links: validxml
|
|||||||
--output $(BASEDIR)/test-links stylesheets/wget-list.xsl \
|
--output $(BASEDIR)/test-links stylesheets/wget-list.xsl \
|
||||||
/tmp/lfs-full.xml
|
/tmp/lfs-full.xml
|
||||||
|
|
||||||
@echo "Cheking URLs, first pass..."
|
@echo "Checking URLs, first pass..."
|
||||||
$(Q)rm -f $(BASEDIR)/{good,bad,true_bad}_urls
|
$(Q)rm -f $(BASEDIR)/{good,bad,true_bad}_urls
|
||||||
$(Q)for URL in `cat $(BASEDIR)/test-links`; do \
|
$(Q)for URL in `cat $(BASEDIR)/test-links`; do \
|
||||||
wget --spider --tries=2 --timeout=60 $$URL >>/dev/null 2>&1; \
|
wget --spider --tries=2 --timeout=60 $$URL >>/dev/null 2>&1; \
|
||||||
@ -114,7 +114,7 @@ test-links: validxml
|
|||||||
fi; \
|
fi; \
|
||||||
done
|
done
|
||||||
|
|
||||||
@echo "Cheking URLs, second pass..."
|
@echo "Checking URLs, second pass..."
|
||||||
$(Q)for URL2 in `cat $(BASEDIR)/bad_urls`; do \
|
$(Q)for URL2 in `cat $(BASEDIR)/bad_urls`; do \
|
||||||
wget --spider --tries=2 --timeout=60 $$URL2 >>/dev/null 2>&1; \
|
wget --spider --tries=2 --timeout=60 $$URL2 >>/dev/null 2>&1; \
|
||||||
if test $$? -ne 0 ; then echo $$URL2 >> $(BASEDIR)/true_bad_urls ; \
|
if test $$? -ne 0 ; then echo $$URL2 >> $(BASEDIR)/true_bad_urls ; \
|
||||||
|
Loading…
Reference in New Issue
Block a user