Skip to content

Commit 3ceb0fa

Browse files
13haktastintel
authored andcommitted
build: prepare config.seed before package compilation
Signed-off-by: Vitaly Chekryzhev <13hakta@gmail.com>
1 parent b03b293 commit 3ceb0fa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,10 @@ diffconfig: FORCE
9292
$(SCRIPT_DIR)/diffconfig.sh > $(BIN_DIR)/config.seed
9393

9494
prepare: .config $(tools/stamp-compile) $(toolchain/stamp-compile)
95+
$(_SINGLE)$(SUBMAKE) -r diffconfig
96+
9597
world: prepare $(target/stamp-compile) $(package/stamp-compile) $(package/stamp-install) $(target/stamp-install) FORCE
9698
$(_SINGLE)$(SUBMAKE) -r package/index
97-
$(_SINGLE)$(SUBMAKE) -r diffconfig
9899
$(_SINGLE)$(SUBMAKE) -r checksum
99100

100101
.PHONY: clean dirclean prereq prepare world package/symlinks package/symlinks-install package/symlinks-clean

0 commit comments

Comments
 (0)