From: nbd Date: Wed, 31 May 2006 20:00:21 +0000 (+0000) Subject: add package install target X-Git-Url: https://git.rohieb.name/openwrt.git/commitdiff_plain/9fc4e815acb2180e069122dd6eda528a47759e91 add package install target git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3869 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/Makefile b/package/Makefile index adeb238d4..12ea942a6 100644 --- 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