Skip to content

Commit

Permalink
skip checksum and index packages
Browse files Browse the repository at this point in the history
  • Loading branch information
coolsnowwolf committed Oct 13, 2018
1 parent d086430 commit 3b5ec66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -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

Expand Down

0 comments on commit 3b5ec66

Please sign in to comment.