X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=blobdiff_plain;f=Makefile;h=b220dfd3c56a11f3e27d70e3d6e58cc6448abd2f;hp=51ed5a1132e358c2fade97b93f1ab38c1608e9de;hb=a46d1fde4b5eb24e2d744230fdb307bbf821cdd7;hpb=7a315b0b5d6aa91695853a8647383876e4b49a7a diff --git a/Makefile b/Makefile index 51ed5a1132..b220dfd3c5 100644 --- a/Makefile +++ b/Makefile @@ -87,9 +87,14 @@ prereq: $(target/stamp-prereq) tmp/.prereq_packages checksum: FORCE $(call sha256sums,$(BIN_DIR)) +diffconfig: FORCE + mkdir -p $(BIN_DIR) + $(SCRIPT_DIR)/diffconfig.sh > $(BIN_DIR)/config.seed + prepare: .config $(tools/stamp-install) $(toolchain/stamp-install) 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