Changeset cdd254a
- Timestamp:
- 07/07/2007 01:26:44 PM (16 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/python-mods, qt5new, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- ea29d13
- Parents:
- 97f6e38
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Makefile
r97f6e38 rcdd254a 106 106 /tmp/lfs-full.xml 107 107 108 @echo "Che king URLs, first pass..."108 @echo "Checking URLs, first pass..." 109 109 $(Q)rm -f $(BASEDIR)/{good,bad,true_bad}_urls 110 110 $(Q)for URL in `cat $(BASEDIR)/test-links`; do \ … … 115 115 done 116 116 117 @echo "Che king URLs, second pass..."117 @echo "Checking URLs, second pass..." 118 118 $(Q)for URL2 in `cat $(BASEDIR)/bad_urls`; do \ 119 119 wget --spider --tries=2 --timeout=60 $$URL2 >>/dev/null 2>&1; \
Note:
See TracChangeset
for help on using the changeset viewer.