X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=Makefile;h=09db75c5508d49d1bc10f66007149136ca0bcf7c;hb=2cd32a3304cd52411da2dfac6db429efcad74ac8;hp=670e6a25dec13755e9b3351d613734cc5d79bcf2;hpb=9467ce42da7fbcec1a4b5b8e08e2dcea3c67aa96;p=openwrt%2Fstaging%2Fdedeckeh.git diff --git a/Makefile b/Makefile index 670e6a25de..09db75c550 100644 --- a/Makefile +++ b/Makefile @@ -92,9 +92,10 @@ diffconfig: FORCE $(SCRIPT_DIR)/diffconfig.sh > $(BIN_DIR)/config.seed prepare: .config $(tools/stamp-compile) $(toolchain/stamp-compile) + $(_SINGLE)$(SUBMAKE) -r diffconfig + world: prepare $(target/stamp-compile) $(package/stamp-compile) $(package/stamp-install) $(target/stamp-install) FORCE $(_SINGLE)$(SUBMAKE) -r package/index - $(_SINGLE)$(SUBMAKE) -r diffconfig $(_SINGLE)$(SUBMAKE) -r checksum .PHONY: clean dirclean prereq prepare world package/symlinks package/symlinks-install package/symlinks-clean