From 21ebcc6cf62e5a3755b3fd212d02e38be162d98f Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Tue, 27 Mar 2007 15:26:35 +0000 Subject: [PATCH] If $(top)/CONFIG_BASE_VERSION exists we are doing a base build. --- configure/CONFIG | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/configure/CONFIG b/configure/CONFIG index c40b169dd..9176112b4 100644 --- a/configure/CONFIG +++ b/configure/CONFIG @@ -17,7 +17,7 @@ # Common build definitions # -ifndef EPICS_BASE +ifneq ($(wildcard $(TOP)/configure/CONFIG_BASE_VERSION),) EPICS_BASE = $(INSTALL_LOCATION) CONFIG = $(TOP)/configure BASE_TOP=YES @@ -53,10 +53,11 @@ include $(CONFIG)/CONFIG_BASE_VERSION # include $(CONFIG)/os/CONFIG.$(EPICS_HOST_ARCH).Common -include $(CONFIG)/os/CONFIG_SITE.$(EPICS_HOST_ARCH).Common --include $(CONFIG)/O.$(T_A)/CONFIG_APP_INCLUDE ifdef T_A +-include $(CONFIG)/O.$(T_A)/CONFIG_APP_INCLUDE + # Cross compile specific definitions # ifneq ($(EPICS_HOST_ARCH),$(T_A))