From 50977ae12f3d3edd8eae4d895662ea6ae675c353 Mon Sep 17 00:00:00 2001 From: timmmooney <mooney@aps.anl.gov> Date: Tue, 6 Sep 2011 20:12:27 +0000 Subject: [PATCH] CHECK_RELEASE is in CONFIG_SITE --- configure/Makefile | 8 -------- 1 file changed, 8 deletions(-) diff --git a/configure/Makefile b/configure/Makefile index ade29a7..aefe673 100644 --- a/configure/Makefile +++ b/configure/Makefile @@ -2,14 +2,6 @@ TOP=.. include $(TOP)/configure/CONFIG -# CHECK_RELEASE controls the consistency checking of the support -# applications defined in the $(TOP)/configure/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 the build even if conflicts are found. -CHECK_RELEASE = YES - TARGETS = $(CONFIG_TARGETS) CONFIGS += $(subst ../,,$(wildcard $(CONFIG_INSTALLS))) -- GitLab