If $(top)/CONFIG_BASE_VERSION exists we are doing a base build.
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user