mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-20 00:15:56 +02:00
use default_subtargets in package/Makefile and target/Makefile
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6380 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
50de7d1654
commit
02059e7283
@ -22,20 +22,7 @@ $(STAMP_DIR) $(TARGET_DIR):
|
|||||||
%-prereq: $(STAMP_DIR) $(TARGET_DIR)
|
%-prereq: $(STAMP_DIR) $(TARGET_DIR)
|
||||||
$(MAKE) -C $(patsubst %-prereq,%,$@) prereq
|
$(MAKE) -C $(patsubst %-prereq,%,$@) prereq
|
||||||
|
|
||||||
%-download: $(STAMP_DIR) $(TARGET_DIR)
|
$(eval $(call default_subtargets,$(TARGET_DIR)))
|
||||||
$(MAKE) -C $(patsubst %-download,%,$@) download
|
|
||||||
|
|
||||||
%-prepare: $(STAMP_DIR) $(TARGET_DIR)
|
|
||||||
$(MAKE) -C $(patsubst %-prepare,%,$@) prepare
|
|
||||||
|
|
||||||
%-compile: $(STAMP_DIR) $(TARGET_DIR)
|
|
||||||
$(MAKE) -C $(patsubst %-compile,%,$@) compile
|
|
||||||
|
|
||||||
%-install: $(STAMP_DIR) $(TARGET_DIR)
|
|
||||||
$(MAKE) -C $(patsubst %-install,%,$@) install
|
|
||||||
|
|
||||||
%-clean: $(STAMP_DIR) $(TARGET_DIR)
|
|
||||||
$(MAKE) -C $(patsubst %-clean,%,$@) clean
|
|
||||||
|
|
||||||
ifeq ($(SDK),1)
|
ifeq ($(SDK),1)
|
||||||
GENDEP_OPTS := -s
|
GENDEP_OPTS := -s
|
||||||
|
@ -51,14 +51,4 @@ image_install: image_compile
|
|||||||
imagebuilder_install: image_install
|
imagebuilder_install: image_install
|
||||||
$(MAKE) -C imagebuilder install
|
$(MAKE) -C imagebuilder install
|
||||||
|
|
||||||
%-clean: FORCE
|
$(eval $(call default_subtargets,))
|
||||||
$(MAKE) -C $(patsubst %-clean,%,$@) clean
|
|
||||||
%-download: FORCE
|
|
||||||
$(MAKE) -C $(patsubst %-download,%,$@) download
|
|
||||||
%-prepare: FORCE
|
|
||||||
$(MAKE) -C $(patsubst %-prepare,%,$@) prepare
|
|
||||||
%-compile: %-prepare
|
|
||||||
$(MAKE) -C $(patsubst %-compile,%,$@) compile
|
|
||||||
%-install: %-compile
|
|
||||||
$(MAKE) -C $(patsubst %-install,%,$@) install
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user