Skip to content
Snippets Groups Projects
Commit e800f9b7 authored by Juntong Liu's avatar Juntong Liu
Browse files

remove e3.cfg and ess-env.conf from .gitlabignore and delete DEFINES_REQUIRE

parent 9f842b91
No related branches found
No related tags found
No related merge requests found
......@@ -21,5 +21,3 @@ __pycache__
require-ess/require.Makefile
require-ess/Db/*.db
require-ess/Db/*.d
e3.cfg
tools/ess-env.conf
# Generate E3 setE3Env.bash configuration
# Remove the genrated indent
define G_E3_VAR0
endef
# EPICS_BASE
define G_E3_VAR1
declare -g DEFAULT_EPICS_BASE=$(E3_MODULES_PATH)
endef
# E3_REQUIRE_NAME
define G_E3_VAR2
declare -g DEFAULT_REQUIRE_NAME=$(E3_REQUIRE_NAME)
endef
# E3_REQUIRE_VERSION
define G_E3_VAR3
declare -g DEFAULT_REQUIRE_VERSION=$(E3_REQUIRE_VERSION)
endef
define E3_CFG_VARS :=
$(G_E3_VAR0)
$(G_E3_VAR1)
$(G_E3_VAR2)
$(G_E3_VAR3)
endef
VARS_EXCLUDES+=E3_CFG_VARS
VARS_EXCLUDES+=G_E3_VAR0
......@@ -5,7 +5,6 @@ include $(TOP)/configure/E3/DEFINES_FT
#
# We cannot use file operation in CentOS7.4,
# because Makefile version is 3.8.
# include $(TOP)/configure/E3/DEFINES_REQUIRE
include $(TOP)/configure/E3/RULES_E3
include $(TOP)/configure/E3/RULES_EPICS
......
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