projects
/
openwrt
/
staging
/
zorun.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bdae688
)
fix package/ and target/ targets
author
Felix Fietkau
<nbd@openwrt.org>
Tue, 30 May 2006 17:09:06 +0000
(17:09 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Tue, 30 May 2006 17:09:06 +0000
(17:09 +0000)
SVN-Revision: 3840
openwrt/Makefile
patch
|
blob
|
history
diff --git
a/openwrt/Makefile
b/openwrt/Makefile
index 96dd2e0e0d37bdb30e4b50cbf29349d2c1a85272..8a2e6bbb8e2c90064bdf2f03ca607410091c4b2c 100644
(file)
--- a/
openwrt/Makefile
+++ b/
openwrt/Makefile
@@
-71,10
+71,10
@@
config-clean:
$(MAKE) -C scripts/config clean
package/%:
- $(MAKE) -C
toolchain
$(patsubst package/%,%,$@)
+ $(MAKE) -C
package
$(patsubst package/%,%,$@)
target/%:
- $(MAKE) -C t
oolchain
$(patsubst target/%,%,$@)
+ $(MAKE) -C t
arget
$(patsubst target/%,%,$@)
toolchain/%:
$(MAKE) -C toolchain $(patsubst toolchain/%,%,$@)