projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d67567d
)
add default command for dummy targets
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 28 Jul 2007 14:36:21 +0000
(14:36 +0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 28 Jul 2007 14:36:21 +0000
(14:36 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8209
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
include/subdir.mk
patch
|
blob
|
history
diff --git
a/include/subdir.mk
b/include/subdir.mk
index
407f8a8
..
b2bc04b
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,$(if $($(1)/builddirs-$(target)),$($(1)/builddirs-$(target)),$($(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.026466 seconds
and
4
git commands to generate.