Browse Source

make source-check without permanently changing WGET command

Ulf Samuelsson 18 years ago
parent
commit
e7c08c297d
2 changed files with 3 additions and 7 deletions
  1. 2 6
      Makefile
  2. 1 1
      package/Makefile.in

+ 2 - 6
Makefile

@@ -252,12 +252,8 @@ $(TARGET_DIR)/etc/hostname:	$(TARGET_DIR) .config
 
 source: $(TARGETS_SOURCE) $(HOST_SOURCE)
 
-.config.check: dependencies
-	$(SED) '/BR2_WGET/s/\"$$/ --spider\"/g' .config
-	touch $@
-
-_source-check: .config.check
-	$(MAKE) source
+_source-check: 
+	$(MAKE) SPIDER=--spider source
 
 #############################################################
 #

+ 1 - 1
package/Makefile.in

@@ -12,7 +12,7 @@ MAKE:=$(HOSTMAKE) -j$(BR2_JLEVEL)
 # Strip off the annoying quoting
 ARCH:=$(strip $(subst ",, $(BR2_ARCH)))
 #"))
-WGET:=$(strip $(subst ",, $(BR2_WGET)))
+WGET:=$(strip $(subst ",, $(BR2_WGET))) $(SPIDER)
 #"))
 SVN:=$(strip $(subst ",, $(BR2_SVN)))
 #"))