From 3efdac836c09d7615dba8c429024951089048b0a Mon Sep 17 00:00:00 2001 From: jrowlandls Date: Tue, 13 Dec 2011 11:21:34 +0000 Subject: [PATCH] added RELEASE.local override --- configure/CONFIG_SITE | 1 + configure/RELEASE | 1 + 2 files changed, 2 insertions(+) diff --git a/configure/CONFIG_SITE b/configure/CONFIG_SITE index a864dcf..7a0ab23 100644 --- a/configure/CONFIG_SITE +++ b/configure/CONFIG_SITE @@ -32,3 +32,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 b5a7e80..82ea2c3 100644 --- a/configure/RELEASE +++ b/configure/RELEASE @@ -30,3 +30,4 @@ EPICS_BASE=/home/install/epics/base #CAPFAST_TEMPLATES= #SCH2EDIF_PATH= +-include $(TOP)/configure/RELEASE.local