If $(top)/CONFIG_BASE_VERSION exists we are doing a base build.

This commit is contained in:
Janet B. Anderson
2007-03-27 15:26:35 +00:00
parent b0314690a5
commit 21ebcc6cf6

View File

@@ -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))