X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=blobdiff_plain;f=Makefile;fp=Makefile;h=5bd4fb2ca71a3b6d83702d52cf26b64b4c70500b;hp=c3e1ed77076feec19eeb171a780fa895a5dca6d8;hb=27854a0a84cd2db9539b662a1f1fc95ef7409962;hpb=4d9fc1bd44e9012de7452c6ec1fe7ca9d098f3dd diff --git a/Makefile b/Makefile index c3e1ed7707..5bd4fb2ca7 100644 --- a/Makefile +++ b/Makefile @@ -83,9 +83,13 @@ prereq: $(target/stamp-prereq) tmp/.prereq_packages exit 1; \ fi +checksum: FORCE + $(call sha256sums,$(BIN_DIR)) + prepare: .config $(tools/stamp-install) $(toolchain/stamp-install) world: prepare $(target/stamp-compile) $(package/stamp-compile) $(package/stamp-install) $(target/stamp-install) FORCE $(_SINGLE)$(SUBMAKE) -r package/index + $(_SINGLE)$(SUBMAKE) -r checksum .PHONY: clean dirclean prereq prepare world package/symlinks package/symlinks-install package/symlinks-clean