X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=rules.mk;h=0ce75f55c0c5dea4be0bd8c572b99aa645658724;hb=f2fe1b23c1535d6cf2822ccb1a0e2abf8748c748;hp=4bc7dfab48e538aaf511e6051f85b567212fb71d;hpb=0f8b8ec000d3ce1d84e9caf0bfb0e7f1103c1836;p=15.05%2Fopenwrt.git diff --git a/rules.mk b/rules.mk index 4bc7dfab48..0ce75f55c0 100644 --- a/rules.mk +++ b/rules.mk @@ -131,19 +131,6 @@ $(call shvar,$(1))=$$(call $(1)) export $(call shvar,$(1)) endef -# Default targets for subdirectory calls -# Parameters: -# 1: dependencies for the prepare step -define default_subtargets - %-download %-prepare %-compile %-install %-clean: FORCE - $$(MAKE) -C $$* $$(patsubst $$*-%,%,$$@) - - %-compile: %-prepare - %-install: %-compile - .SILENT: %-clean -endef - - all: FORCE: ; .PHONY: FORCE