mirror of
https://github.com/outbackdingo/openwrt.git
synced 2026-02-23 19:07:13 +00:00
add package install target
SVN-Revision: 3869
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user