commit | e7c08c297d050816ef439ea47ffa36da9796aaf1 | [log] [tgz] |
---|---|---|
author | Ulf Samuelsson <ulf.samuelsson@atmel.com> | Fri Jul 20 07:34:28 2007 +0000 |
committer | Ulf Samuelsson <ulf.samuelsson@atmel.com> | Fri Jul 20 07:34:28 2007 +0000 |
tree | c75d1ba3e3708e12c67d6d96cd4c2528342a0f88 | |
parent | 62b5ae4b66f214fb2f105590bdac14133f0cdc20 [diff] [blame] |
make source-check without permanently changing WGET command
diff --git a/Makefile b/Makefile index a4d09eb..53a6471 100644 --- a/Makefile +++ b/Makefile
@@ -252,12 +252,8 @@ 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 ############################################################# #