From: Felix Fietkau Date: Tue, 30 May 2006 14:11:24 +0000 (+0000) Subject: add {package,target,toolchain}/* targets to toplevel makefile X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=aaa9ec6a83d7f4a7e0be1cf636c79b86bdcb2e41;p=15.05%2Fopenwrt.git add {package,target,toolchain}/* targets to toplevel makefile git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3838 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/Makefile b/Makefile index 9b341f1241..96dd2e0e0d 100644 --- a/Makefile +++ b/Makefile @@ -70,5 +70,14 @@ config: scripts/config/conf config-clean: $(MAKE) -C scripts/config clean +package/%: + $(MAKE) -C toolchain $(patsubst package/%,%,$@) + +target/%: + $(MAKE) -C toolchain $(patsubst target/%,%,$@) + +toolchain/%: + $(MAKE) -C toolchain $(patsubst toolchain/%,%,$@) + .PHONY: FORCE FORCE: