use default_subtargets in package/Makefile and target/Makefile

SVN-Revision: 6380
This commit is contained in:
Felix Fietkau 2007-02-26 00:41:53 +00:00
parent 27fd6cee56
commit 4e60cfe51f
2 changed files with 2 additions and 25 deletions

View file

@ -51,14 +51,4 @@ image_install: image_compile
imagebuilder_install: image_install
$(MAKE) -C imagebuilder install
%-clean: FORCE
$(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
$(eval $(call default_subtargets,))