From f508e8642ed34bc9765eccf769b00b44b14dd106 Mon Sep 17 00:00:00 2001 From: Jeong Han Lee <jeonghan.lee@gmail.com> Date: Fri, 20 Oct 2017 17:40:36 +0200 Subject: [PATCH] with some assumption, can compile it with the community way --- Makefile | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Makefile b/Makefile index 0932b16..ea9a417 100644 --- a/Makefile +++ b/Makefile @@ -158,4 +158,11 @@ conf: $(QUIET) install -m 644 $(TOP)/$(ESS_MODULE_MAKEFILE) $(EPICS_MODULE_SRC_PATH)/ + +epics: + @echo "EPICS_BASE=/epics/bases/base-3.15.4" > $(TOP)/$(EPICS_MODULE_SRC_PATH)/configure/RELEASE.local + $(MAKE) -C $(EPICS_MODULE_SRC_PATH) + + + .PHONY: env $(E3_ENV_NAME) $(EPICS_MODULE_NAME) git-submodule-sync init help help2 build clean install uninstall conf rebuild -- GitLab