We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b03b293 commit 3ceb0faCopy full SHA for 3ceb0fa
Makefile
@@ -92,9 +92,10 @@ diffconfig: FORCE
92
$(SCRIPT_DIR)/diffconfig.sh > $(BIN_DIR)/config.seed
93
94
prepare: .config $(tools/stamp-compile) $(toolchain/stamp-compile)
95
+ $(_SINGLE)$(SUBMAKE) -r diffconfig
96
+
97
world: prepare $(target/stamp-compile) $(package/stamp-compile) $(package/stamp-install) $(target/stamp-install) FORCE
98
$(_SINGLE)$(SUBMAKE) -r package/index
- $(_SINGLE)$(SUBMAKE) -r diffconfig
99
$(_SINGLE)$(SUBMAKE) -r checksum
100
101
.PHONY: clean dirclean prereq prepare world package/symlinks package/symlinks-install package/symlinks-clean
0 commit comments