From 8295de8162df77e25360154db3cadbac5ea5a348 Mon Sep 17 00:00:00 2001 From: jrowlandls Date: Tue, 13 Dec 2011 11:23:40 +0000 Subject: [PATCH] added RELEASE.local override --- configure/CONFIG_SITE | 1 + configure/RELEASE | 2 ++ 2 files changed, 3 insertions(+) diff --git a/configure/CONFIG_SITE b/configure/CONFIG_SITE index 076f0ed..be5b210 100644 --- a/configure/CONFIG_SITE +++ b/configure/CONFIG_SITE @@ -44,3 +44,4 @@ endif INSTALL_INCLUDE = $(INSTALL_LOCATION)/include/pv USR_INCLUDES += -I $(INSTALL_LOCATION)/include +-include $(TOP)/configure/CONFIG_SITE.local diff --git a/configure/RELEASE b/configure/RELEASE index 134c7c4..4ca3c1b 100644 --- a/configure/RELEASE +++ b/configure/RELEASE @@ -37,3 +37,5 @@ EPICS_BASE=/home/install/epics/base # Set RULES here if you want to take build rules from somewhere # other than EPICS_BASE: #RULES=/path/to/epics/support/module/rules/x-y + +-include $(TOP)/configure/RELEASE.local