diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2010-05-27 14:11:26 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-05-27 14:11:26 +0200 |
commit | aacfa1803358fa97afc3e2423956d97a9292d60d (patch) | |
tree | 1814a5cfe45bc45a117970fab4d07668d6df4bba /Makefile | |
parent | 062cebb08fa9079b39f61144224de2ad2e2e56a6 (diff) | |
parent | 0e12aa3e0f9a3a1170196c1f078f633fcbc92568 (diff) |
Merge branch 'graph-dependencies' of git://git.busybox.net/~tpetazzoni/git/buildroot
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -447,6 +447,9 @@ external-deps: @$(MAKE) -Bs BR2_WGET=$(TOPDIR)/toolchain/wget-show-external-deps.sh \ SPIDER=--spider source +show-targets: + @echo $(TARGETS) + ifeq ($(BR2_CONFIG_CACHE),y) # drop configure cache if configuration is changed $(BUILD_DIR)/tgt-config.cache: .config |