From 37b72b01b0a42feb84167efb5935a461232710b6 Mon Sep 17 00:00:00 2001 From: Matej Sekoranja Date: Fri, 24 Dec 2010 13:28:35 +0100 Subject: [PATCH] Fixed build on linux. --- configure/CONFIG_SITE | 8 -------- configure/Makefile | 8 ++++++++ 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/configure/CONFIG_SITE b/configure/CONFIG_SITE index 72b399d..f3bfd36 100644 --- a/configure/CONFIG_SITE +++ b/configure/CONFIG_SITE @@ -8,14 +8,6 @@ # CONFIG_SITE.Common.$(T_A) # CONFIG_SITE.$(EPICS_HOST_ARCH).$(T_A) -# CHECK_RELEASE controls the consistency checking of the support -# applications pointed to by the RELEASE* files. -# Normally CHECK_RELEASE should be set to YES. -# 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. diff --git a/configure/Makefile b/configure/Makefile index 9254309..1cd830e 100644 --- a/configure/Makefile +++ b/configure/Makefile @@ -2,6 +2,14 @@ TOP=.. include $(TOP)/configure/CONFIG +# CHECK_RELEASE controls the consistency checking of the support +# applications pointed to by the RELEASE* files. +# Normally CHECK_RELEASE should be set to YES. +# 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 + TARGETS = $(CONFIG_TARGETS) CONFIGS += $(subst ../,,$(wildcard $(CONFIG_INSTALLS)))