skip checksum and index packages

This commit is contained in:
coolsnowwolf 2018-10-13 18:56:26 +08:00
parent d086430ba4
commit 3b5ec661f9

View File

@ -97,8 +97,8 @@ 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 checksum
# $(_SINGLE)$(SUBMAKE) -r package/index
# $(_SINGLE)$(SUBMAKE) -r checksum
.PHONY: clean dirclean prereq prepare world package/symlinks package/symlinks-install package/symlinks-clean