From: nbd Date: Wed, 31 May 2006 20:00:21 +0000 (+0000) Subject: add package install target X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=9fc4e815acb2180e069122dd6eda528a47759e91;p=10.03%2Fopenwrt.git 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