Skip to content
Snippets Groups Projects
Commit 9ac6d891 authored by Simon Rose's avatar Simon Rose
Browse files

Added many vars to VARS_EXCLUDES

parent 95b26886
No related branches found
No related tags found
No related merge requests found
...@@ -14,6 +14,10 @@ include $(REQUIRE_CONFIG)/CONFIG_EPICS ...@@ -14,6 +14,10 @@ include $(REQUIRE_CONFIG)/CONFIG_EPICS
include $(REQUIRE_CONFIG)/CONFIG_DKMS include $(REQUIRE_CONFIG)/CONFIG_DKMS
include $(REQUIRE_CONFIG)/CONFIG_EXPORT include $(REQUIRE_CONFIG)/CONFIG_EXPORT
VARS_EXCLUDES+=BASE_3_14
VARS_EXCLUDES+=BASE_3_15
VARS_EXCLUDES+=BASE_3_16
VARS_EXCLUDES+=BASE_7_0
VARS_EXCLUDES+=EPICS_VERSION VARS_EXCLUDES+=EPICS_VERSION
VARS_EXCLUDES+=EPICS_REVISION VARS_EXCLUDES+=EPICS_REVISION
VARS_EXCLUDES+=EPICS_MODIFICATION VARS_EXCLUDES+=EPICS_MODIFICATION
......
...@@ -31,3 +31,4 @@ E3_MODULE_MAKE_CMDS:=make $(E3_REQUIRE_MAKEFILE_INPUT_OPTIONS) ...@@ -31,3 +31,4 @@ E3_MODULE_MAKE_CMDS:=make $(E3_REQUIRE_MAKEFILE_INPUT_OPTIONS)
## the following variables to display ## the following variables to display
VARS_EXCLUDES+=E3_REQUIRE_MAKEFILE_INPUT_OPTIONS VARS_EXCLUDES+=E3_REQUIRE_MAKEFILE_INPUT_OPTIONS
VARS_EXCLUDES+=GIT_REMOTE_NAME
...@@ -54,7 +54,7 @@ export M_OPCUA ...@@ -54,7 +54,7 @@ export M_OPCUA
# $(SUDOBASH) "$(MAKE) -C $(E3_MODULE_SRC_PATH)" # $(SUDOBASH) "$(MAKE) -C $(E3_MODULE_SRC_PATH)"
# #
## And so that last line will only run if SUDOBASH is defined to be "bash -c" ## And so that last line will only run if SUDOBASH is defined to be "bash -c"
SUDOBASH := "bash -c" SUDOBASH := bash -c
### Exclude the following variables to display ### Exclude the following variables to display
VARS_EXCLUDES+=COMMUNITY_EPICS_MODULES VARS_EXCLUDES+=COMMUNITY_EPICS_MODULES
...@@ -77,3 +77,5 @@ VARS_EXCLUDES+=M_IPAC ...@@ -77,3 +77,5 @@ VARS_EXCLUDES+=M_IPAC
VARS_EXCLUDES+=M_ADSUPPORT VARS_EXCLUDES+=M_ADSUPPORT
VARS_EXCLUDES+=M_ADCORE VARS_EXCLUDES+=M_ADCORE
VARS_EXCLUDES+=M_OPCUA VARS_EXCLUDES+=M_OPCUA
VARS_EXCLUDES+=SUDOBASH
...@@ -4,3 +4,5 @@ ifdef DEBUG_SHELL ...@@ -4,3 +4,5 @@ ifdef DEBUG_SHELL
else else
SHELL = /usr/bin/bash SHELL = /usr/bin/bash
endif endif
VARS_EXCLUDES+=SHELL
...@@ -4,3 +4,6 @@ TEMP_CELL_PATH := $(TOP)/testMods-$(shell date +"%y%m%d%H%M%S") ...@@ -4,3 +4,6 @@ TEMP_CELL_PATH := $(TOP)/testMods-$(shell date +"%y%m%d%H%M%S")
RMDIR = $(RM) -rf RMDIR = $(RM) -rf
EXPORT_VARS += TEMP_CELL_PATH EXPORT_VARS += TEMP_CELL_PATH
VARS_EXCLUDES += RMDIR
VARS_EXCLUDES += TEMP_CELL_PATH
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