From 42e2e72474d1cba310fa6230283e7c4177779c55 Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Wed, 2 Apr 2014 16:55:38 -0500 Subject: [PATCH] Enable CHECK_RELEASE warnings --- configure/CONFIG_SITE | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/configure/CONFIG_SITE b/configure/CONFIG_SITE index 99e8a1c..8c7897a 100644 --- a/configure/CONFIG_SITE +++ b/configure/CONFIG_SITE @@ -14,26 +14,14 @@ # Set CHECK_RELEASE to NO to disable checking completely. # Set CHECK_RELEASE to WARN to perform consistency checking but # continue building anyway if conflicts are found. -#CHECK_RELEASE = YES - -# Set this when you only want to compile this application -# for a subset of the cross-compiled target architectures -# that Base is built for. -#CROSS_COMPILER_TARGET_ARCHS = vxWorks-68040 +CHECK_RELEASE = WARN # To install files into a location other than $(TOP) define # INSTALL_LOCATION here. #INSTALL_LOCATION= -# Set this when your IOC and the host use different paths -# to access the application. This will be needed to boot -# from a Microsoft FTP server or with some NFS mounts. -# You must rebuild in the iocBoot directory for this to -# take effect. -#IOCS_APPL_TOP = - INSTALL_INCLUDE = $(INSTALL_LOCATION)/include/pv USR_INCLUDES += -I $(INSTALL_LOCATION)/include --include $(TOP)/../CONFIG_SITE.local -include $(TOP)/configure/CONFIG_SITE.local +-include $(TOP)/../CONFIG_SITE.local