projects
/
lede.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
72d69ac
)
add package install target
author
Felix Fietkau
<nbd@openwrt.org>
Wed, 31 May 2006 20:00:21 +0000
(20:00 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Wed, 31 May 2006 20:00:21 +0000
(20:00 +0000)
SVN-Revision: 3869
openwrt/package/Makefile
patch
|
blob
|
history
diff --git
a/openwrt/package/Makefile
b/openwrt/package/Makefile
index adeb238d437ecbc4165146393e831e128b865bfa..12ea942a6a140a9ddb22c6c8d19081ea6ad9be53 100644
(file)
--- a/
openwrt/package/Makefile
+++ b/
openwrt/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