build: prepare config.seed before package compilation

Signed-off-by: Vitaly Chekryzhev <13hakta@gmail.com>
This commit is contained in:
Vitaly Chekryzhev 2017-01-06 16:47:18 +05:00 committed by Stijn Tintel
parent b03b293079
commit 3ceb0fa7c5
1 changed files with 2 additions and 1 deletions

View File

@ -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