projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2576919
)
allow target specific builddir list override
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 28 Jul 2007 03:01:10 +0000
(
03:01
+0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 28 Jul 2007 03:01:10 +0000
(
03:01
+0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8204
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
include/subdir.mk
patch
|
blob
|
history
diff --git
a/include/subdir.mk
b/include/subdir.mk
index
046a6ad
..
7962423
100644
(file)
--- a/
include/subdir.mk
+++ b/
include/subdir.mk
@@
-39,7
+39,7
@@
define subdir
)
)
$(foreach target,$(SUBTARGETS),
- $(call warn_eval,$(1),t,T,$(1)/$(target): $($(1)/) $(foreach bd,$(
$(1)/builddirs
),$(1)/$(bd)/$(target)))
+ $(call warn_eval,$(1),t,T,$(1)/$(target): $($(1)/) $(foreach bd,$(
if $($(1)/builddirs-$(target)),$($(1)/builddirs-$(target)),$($(1)/builddirs)
),$(1)/$(bd)/$(target)))
)
endef
This page took
0.023591 seconds
and
4
git commands to generate.