Skip to content
Snippets Groups Projects
Commit 45b4858e authored by Jeong Han Lee's avatar Jeong Han Lee
Browse files

fixed EPICS_HOST_ARCH in config export

parent 46a93108
No related branches found
Tags 3.15.5-3.0.0/2.8.0-1811021557
No related merge requests found
# Variables should be transferred to module_name.makefile
EPICS_HOST_ARCH:=$(-shell $(EPICS_BASE)/startup/EpicsHostArch.pl)
EPICS_HOST_ARCH:=$(shell perl $(EPICS_BASE)/startup/EpicsHostArch.pl)
# In near future, BASE may drop "startup" directory, so
#
ifeq ($(strip $(EPICS_HOST_ARCH)),)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment