Bail out if EPICS_HOST_ARCH is not set (rather than fail with cryptic errors)

This commit is contained in:
2023-04-13 13:43:02 +02:00
parent 3b8d4aa71c
commit f7805d6d3b
+4
View File
@@ -100,6 +100,10 @@ DEPFILE = ${PRJ}.dep
BASH_ENV=
ENV=
ifeq (${EPICS_HOST_ARCH},)
$(error EPICS_HOST_ARCH is not set)
endif
# Default target is "build" for all versions.
# Don't install anything (different from default EPICS make rules).
default: build