check for hash success in makefile
This commit is contained in:
parent
a3d74c6af2
commit
afd4288cf2
3
makefile
3
makefile
@ -233,7 +233,8 @@ ifeq ($(BYTECODE_DIR),bytecodeSubmodule)
|
||||
@git submodule update --init build/bytecodeSubmodule
|
||||
endif
|
||||
@export bd=$$("${MAKE}" builddir); \
|
||||
mkdir -p "$$bd"; \
|
||||
[ "build/obj/" = "$$bd" ] && echo "Neither shasum nor sha256sum was found; cannot use custom configurations" && exit 1; \
|
||||
mkdir -p "$$bd"; \
|
||||
"${MAKE}" run_incremental_1 bd="$$bd"
|
||||
endif # run build
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user