Skip to content

Commit

Permalink
build: prepare config.seed before package compilation
Browse files Browse the repository at this point in the history
Signed-off-by: Vitaly Chekryzhev <[email protected]>
  • Loading branch information
13hakta authored and stintel committed Mar 18, 2017
1 parent b03b293 commit 3ceb0fa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3ceb0fa

Please sign in to comment.