updated Makefile.in

pull/2/head
Hari Sekhon 5 years ago
parent 089e9b599e
commit a57c0d0b05

@ -130,7 +130,11 @@ export MAKEFILE_USAGE
default: default:
@printf "CPU Cores: "; nproc 2>/dev/null; sysctl -n hw.ncpu 2>/dev/null; : @printf "CPU Cores: "; nproc 2>/dev/null; sysctl -n hw.ncpu 2>/dev/null; :
@# putting this here instead of inline dep because otherwise check_makefile.sh will fail the target as build target doesn't exist in this Makefile.in @# putting this here instead of inline dep because otherwise check_makefile.sh will fail the target as build target doesn't exist in this Makefile.in
@$(MAKE) build @$(MAKE) retry-build
.PHONY: retry-build
retry-build:
$(BASH_TOOLS)/retry.sh $(MAKE) build
.PHONY: main .PHONY: main
main: main:

Loading…
Cancel
Save