updated Makefile.in

pull/2/head
Hari Sekhon 5 years ago
parent 92a1a0c9d0
commit 4c7abefe05

@ -62,6 +62,17 @@ ifeq '$(shell id -u)' '0'
SUDO_PIP := SUDO_PIP :=
endif endif
# placeholders to silence check_makefile.sh warnings - should be set in client Makefiles after sourcing
ifndef REPO
REPO := NOTSET
endif
ifndef ARGS
ARGS := NOTSET
endif
ifndef CONF_FILES
CONF_FILES := NOTSET
endif
.PHONY: default .PHONY: default
default: default:
@# 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

Loading…
Cancel
Save