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

add EPICS_BASE CONFIG_BASE_VERSION in global conf

parent 281f0782
No related branches found
No related tags found
No related merge requests found
......@@ -19,6 +19,7 @@ endif
include $(EPICS_BASE)/configure/CONFIG_BASE_VERSION
include $(TOP)/configure/E3/CONFIG_REQUIRE
include $(TOP)/configure/E3/CONFIG_E3_PATH
include $(TOP)/configure/E3/CONFIG_E3_MAKEFILE
......@@ -26,3 +27,13 @@ include $(TOP)/configure/E3/CONFIG_EPICS
include $(TOP)/configure/E3/CONFIG_SUDO
include $(TOP)/configure/E3/CONFIG_EXPORT
VARS_EXCLUDES+=EPICS_VERSION
VARS_EXCLUDES+=EPICS_REVISION
VARS_EXCLUDES+=EPICS_MODIFICATION
VARS_EXCLUDES+=EPICS_PATCH_LEVEL
VARS_EXCLUDES+=EPICS_DEV_SNAPSHOT
VARS_EXCLUDES+=EPICS_PATCH_VSTRING
VARS_EXCLUDES+=EPICS_SITE_VSTRING
VARS_EXCLUDES+=COMMIT_DATE
# -*- mode: Makefile;-*-
include $(EPICS_BASE)/configure/CONFIG_BASE_VERSION
include $(REQUIRE_CONFIG)/CONFIG_REQUIRE
include $(REQUIRE_CONFIG)/CONFIG_E3_PATH
include $(REQUIRE_CONFIG)/CONFIG_E3_MAKEFILE
......@@ -8,3 +9,12 @@ include $(REQUIRE_CONFIG)/CONFIG_SUDO
include $(REQUIRE_CONFIG)/CONFIG_DKMS
include $(REQUIRE_CONFIG)/CONFIG_EXPORT
VARS_EXCLUDES+=EPICS_VERSION
VARS_EXCLUDES+=EPICS_REVISION
VARS_EXCLUDES+=EPICS_MODIFICATION
VARS_EXCLUDES+=EPICS_PATCH_LEVEL
VARS_EXCLUDES+=EPICS_DEV_SNAPSHOT
VARS_EXCLUDES+=EPICS_PATCH_VSTRING
VARS_EXCLUDES+=EPICS_SITE_VSTRING
VARS_EXCLUDES+=COMMIT_DATE
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