1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-01 00:21:51 +02:00

add package install target

SVN-Revision: 3869
This commit is contained in:
Felix Fietkau 2006-05-31 20:00:21 +00:00
parent 72d69accc3
commit 59c8b4ea41

@ -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