projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
76c8e8f
)
add {package,target,toolchain}/* targets to toplevel makefile
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 30 May 2006 14:11:24 +0000
(14:11 +0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 30 May 2006 14:11:24 +0000
(14:11 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3838
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
9b341f1
..
96dd2e0
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-70,5
+70,14
@@
config: scripts/config/conf
config-clean:
$(MAKE) -C scripts/config clean
+package/%:
+ $(MAKE) -C toolchain $(patsubst package/%,%,$@)
+
+target/%:
+ $(MAKE) -C toolchain $(patsubst target/%,%,$@)
+
+toolchain/%:
+ $(MAKE) -C toolchain $(patsubst toolchain/%,%,$@)
+
.PHONY: FORCE
FORCE:
This page took
0.022876 seconds
and
4
git commands to generate.