X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=rules.mk;h=0ce75f55c0c5dea4be0bd8c572b99aa645658724;hb=cc7a307ec3461ce54bfc34632cec26452a44693b;hp=4bc7dfab48e538aaf511e6051f85b567212fb71d;hpb=947ca6f4e8cf3e67ce50d0af0f669e1099d6ea8c;p=openwrt.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