projects
/
openwrt
/
staging
/
robimarko.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
167846e
)
add check for common config variants for tools/install
author
Felix Fietkau
<nbd@openwrt.org>
Mon, 6 Apr 2009 09:56:21 +0000
(09:56 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Mon, 6 Apr 2009 09:56:21 +0000
(09:56 +0000)
SVN-Revision: 15113
tools/Makefile
patch
|
blob
|
history
diff --git
a/tools/Makefile
b/tools/Makefile
index 49c450f27fd8317fd66fea98d83235d6e3b52f05..ef64dc0e944fa2e8eaadbea7a25221749813fa4c 100644
(file)
--- a/
tools/Makefile
+++ b/
tools/Makefile
@@
-59,5
+59,5
@@
$(curdir)//compile = $(STAGING_DIR)/.prepared $($(curdir)/cmddeps)
$(curdir)/ := .config prereq
$(curdir)//install = $(1)/compile
-$(eval $(call stampfile,$(curdir),tools,install))
+$(eval $(call stampfile,$(curdir),tools,install
,,CONFIG_CCACHE CONFIG_powerpc CONFIG_GCC_VERSION_4_3
))
$(eval $(call subdir,$(curdir)))