From e7c08c297d050816ef439ea47ffa36da9796aaf1 Mon Sep 17 00:00:00 2001 From: Ulf Samuelsson Date: Fri, 20 Jul 2007 07:34:28 +0000 Subject: make source-check without permanently changing WGET command --- Makefile | 8 ++------ package/Makefile.in | 2 +- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/Makefile b/Makefile index a4d09eb89..53a647111 100644 --- a/Makefile +++ b/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 ############################################################# # diff --git a/package/Makefile.in b/package/Makefile.in index 29c505835..78731e24f 100644 --- a/package/Makefile.in +++ b/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))) #")) -- cgit v1.2.3