From: Vitaly Chekryzhev <13hakta@gmail.com> Date: Fri, 6 Jan 2017 11:47:18 +0000 (+0500) Subject: build: prepare config.seed before package compilation X-Git-Tag: v18.06.0-rc1~3319 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=3ceb0fa7c587e10748d70c9ec860d9b0ab16549e build: prepare config.seed before package compilation Signed-off-by: Vitaly Chekryzhev <13hakta@gmail.com> --- 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