X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=target%2FMakefile;h=a3b15b26592c8b4bc041ba11777b2fcceb4b18e2;hb=071b53a00d0ed3f7609ba6d00b3b7a9a3f800c05;hp=1b6cbb54ee1014e6f024f8c8fba6fe1e698fd6a9;hpb=93dbc52b0bd6a4af1ab5f5c777a34e29696884ba;p=15.05%2Fopenwrt.git diff --git a/target/Makefile b/target/Makefile index 1b6cbb54ee..a3b15b2659 100644 --- a/target/Makefile +++ b/target/Makefile @@ -51,4 +51,5 @@ image_install: image_compile imagebuilder_install: image_install $(MAKE) -C imagebuilder install -$(eval $(call default_subtargets,)) +%-prereq %-prepare %-download %-clean %-compile %-install %-refresh %-update: FORCE + $(MAKE) -C $* $(patsubst $*-%,%,$@)