Include all of $(SHARE)/config/CONFIG_APP if SHARE is defined.
This commit is contained in:
@@ -67,19 +67,19 @@ if [ ! -d config ]; then
|
||||
cat > config/CONFIG_APP <<-\END
|
||||
#CONFIG_APP DO NOT EDIT THIS FILE
|
||||
include $(TOP)/config/RELEASE
|
||||
ifdef SHARE
|
||||
include $(SHARE)/config/CONFIG_APP
|
||||
else
|
||||
ifndef T_A
|
||||
T_A = $(HOST_ARCH)
|
||||
endif
|
||||
endif #ifndef T_A
|
||||
include $(EPICS_BASE)/config/CONFIG
|
||||
ifdef SHARE
|
||||
USR_INCLUDES += -I$(SHARE)/include
|
||||
SHARE_BIN = $(SHARE)/bin/$(T_A)
|
||||
endif
|
||||
ifdef MASTER_IOCAPPS
|
||||
USR_INCLUDES += -I$(MASTER_IOCAPPS)/include
|
||||
MASTER_IOCAPPS_BIN = $(MASTER_IOCAPPS)/bin/$(T_A)
|
||||
endif
|
||||
endif #ifdef MASTER_IOCAPPS
|
||||
include $(TOP)/config/CONFIG
|
||||
endif #ifdef SHARE
|
||||
END
|
||||
cat > config/RELEASE <<-END
|
||||
#RELEASE Location of external products
|
||||
|
||||
Reference in New Issue
Block a user