mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-19 13:48:06 +00:00
speed up package/install
SVN-Revision: 6588
This commit is contained in:
parent
04ae63915e
commit
b2a976649f
@ -25,7 +25,20 @@ $(STAMP_DIR) $(TARGET_DIR):
|
||||
%-prereq: $(STAMP_DIR) $(TARGET_DIR)
|
||||
$(MAKE) -C $(patsubst %-prereq,%,$@) prereq
|
||||
|
||||
$(eval $(call default_subtargets,$(TARGET_DIR)))
|
||||
%-download: FORCE
|
||||
$(MAKE) -C $(patsubst %-download,%,$@) download
|
||||
|
||||
%-prepare: $(TARGET_DIR) FORCE
|
||||
$(MAKE) -C $(patsubst %-prepare,%,$@) prepare
|
||||
|
||||
%-compile: %-prepare
|
||||
$(MAKE) -C $(patsubst %-compile,%,$@) compile
|
||||
|
||||
%-install:
|
||||
$(MAKE) -C $(patsubst %-install,%,$@) install
|
||||
|
||||
%-clean: FORCE
|
||||
$(MAKE) -C $(patsubst %-clean,%,$@) clean
|
||||
|
||||
ifeq ($(SDK),1)
|
||||
GENDEP_OPTS := -s
|
||||
|
Loading…
Reference in New Issue
Block a user