summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorPeter Korsgaard2008-07-24 15:38:39 +0200
committerPeter Korsgaard2008-07-24 15:38:39 +0200
commitbcad6288f5f23229677a63e3ccea65093efcb933 (patch)
tree6eb57249e8ed9e01e3751ccd9d91808d2c76b5e7 /Makefile
parentgrep: make locale handling less verbose (diff)
downloadbuildroot-bcad6288f5f23229677a63e3ccea65093efcb933.tar.gz
buildroot-bcad6288f5f23229677a63e3ccea65093efcb933.tar.xz
buildroot-bcad6288f5f23229677a63e3ccea65093efcb933.zip
Makefile.autotools.in: fix make source-check/external-deps differently
The MAKELEVEL test is not that robust; It fails with the recent log support or if buildroot is driven from an external Makefile. Rework it to instead detect source-check/external-deps by the fact that they set SPIDER.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c23ec7160..8cadf5c3a 100644
--- a/Makefile
+++ b/Makefile
@@ -350,7 +350,7 @@ _source-check:
external-deps:
@$(MAKE) -Bs BR2_WGET=$(TOPDIR)/toolchain/wget-show-external-deps.sh \
- source
+ SPIDER=--spider source
#############################################################
#