X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=target%2FMakefile;h=a14749fcaeb8e3960632b31166393d6bc0b721ba;hb=d698fe7f3fe340a73c411c114359efcdedd7226f;hp=5e8c6f28cdc00f46e8f5dd41fbf35115b826efa5;hpb=1f8c7eef481a506990c1c81ec6b9dcbec4a2380b;p=openwrt.git diff --git a/target/Makefile b/target/Makefile index 5e8c6f28cd..a14749fcae 100644 --- a/target/Makefile +++ b/target/Makefile @@ -17,14 +17,21 @@ image_clean: rm -f $(BIN_DIR)/openwrt-* %-clean: + @$(TRACE) target/$(patsubst %-clean,%,$@)/clean $(MAKE) -C $(patsubst %-clean,%,$@) clean %-prepare: + @$(TRACE) target/$(patsubst %-prepare,%,$@)/prepare $(MAKE) -C $(patsubst %-prepare,%,$@) prepare %-compile: %-prepare + @$(TRACE) target/$(patsubst %-compile,%,$@)/compile $(MAKE) -C $(patsubst %-compile,%,$@) compile %-rebuild: + @$(TRACE) target/$(patsubst %-rebuild,%,$@)/rebuild $(MAKE) -C $(patsubst %-rebuild,%,$@) rebuild %-install: %-compile + @$(TRACE) target/$(patsubst %-install,%,$@)/install $(MAKE) -C $(patsubst %-install,%,$@) install - +linux-imagebuilder: + @$(TRACE) target/linux/imagebuilder + $(MAKE) -C linux imagebuilder