summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorUlf Samuelsson2007-07-20 09:34:28 +0200
committerUlf Samuelsson2007-07-20 09:34:28 +0200
commite7c08c297d050816ef439ea47ffa36da9796aaf1 (patch)
treec75d1ba3e3708e12c67d6d96cd4c2528342a0f88 /Makefile
parentFix INITRAMFS target that was broken. Get rid of config stuff out of the top-... (diff)
downloadbuildroot-e7c08c297d050816ef439ea47ffa36da9796aaf1.tar.gz
buildroot-e7c08c297d050816ef439ea47ffa36da9796aaf1.tar.xz
buildroot-e7c08c297d050816ef439ea47ffa36da9796aaf1.zip
make source-check without permanently changing WGET command
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 2 insertions, 6 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
#############################################################
#