summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2006-05-31 20:00:21 +0000
committerFelix Fietkau <nbd@openwrt.org>2006-05-31 20:00:21 +0000
commit59c8b4ea41b37610cf12de0d234545399f329e9d (patch)
treeff8436bd75c4eef410de23501ef6f8607c383719
parent72d69accc3c295734a4dfa32ac4b1a1e1ce4943d (diff)
downloadmtk-20170518-59c8b4ea41b37610cf12de0d234545399f329e9d.zip
mtk-20170518-59c8b4ea41b37610cf12de0d234545399f329e9d.tar.gz
mtk-20170518-59c8b4ea41b37610cf12de0d234545399f329e9d.tar.bz2
add package install target
SVN-Revision: 3869
-rw-r--r--openwrt/package/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/openwrt/package/Makefile b/openwrt/package/Makefile
index adeb238..12ea942 100644
--- 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