projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
988fa85
)
add package install target
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 31 May 2006 20:00:21 +0000
(20:00 +0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 31 May 2006 20:00:21 +0000
(20:00 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3869
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/Makefile
patch
|
blob
|
history
diff --git
a/package/Makefile
b/package/Makefile
index
adeb238
..
12ea942
100644
(file)
--- a/
package/Makefile
+++ b/
package/Makefile
@@
-16,6
+16,10
@@
$(STAMP_DIR) $(TARGET_DIR):
@echo "-> make $@"
$(MAKE) -C $(patsubst %-compile,%,$@) compile
+%-install: $(STAMP_DIR) $(TARGET_DIR)
+ @echo "-> make $@"
+ $(MAKE) -C $(patsubst %-install,%,$@) install
+
%-clean: $(STAMP_DIR) $(TARGET_DIR)
$(MAKE) -C $(patsubst %-clean,%,$@) clean
This page took
0.031008 seconds
and
4
git commands to generate.