Skip to content
Snippets Groups Projects
Commit 18d6bef4 authored by mooney's avatar mooney
Browse files

build now controlled by configure/RELEASE, not config/MASTER_RELEASE

parent 6a90c849
No related branches found
No related tags found
No related merge requests found
...@@ -36,17 +36,19 @@ ...@@ -36,17 +36,19 @@
#!SUPPORT=$(GATEWAY)/epics/synApps_5_2/support #!SUPPORT=$(GATEWAY)/epics/synApps_5_2/support
# 2ND METHOD; define the path to the synApps support directory and uncomment. # 2ND METHOD; define the path to the synApps support directory and uncomment.
SUPPORT= SUPPORT=/home/oxygen/MOONEY/epics/synApps/support
############################################################################## ##############################################################################
# Choice one, and only one, of the following two methods to define the synApps # Choice one, and only one, of the following two methods to define the synApps
# configuration. # configuration.
# For the standard synApps configuration; uncomment the following line. # For the standard synApps configuration; uncomment the following line.
include $(SUPPORT)/config/MASTER_RELEASE #include $(SUPPORT)/config/MASTER_RELEASE
include $(SUPPORT)/configure/RELEASE
# For a local, custom configuration; copy $(SUPPORT)/config/MASTER_RELEASE # For a local, custom configuration; copy $(SUPPORT)/configure/RELEASE
# to this directory, edit the local copy and uncomment the following line. # to this directory as the file MASTER_RELEASE, edit the file and uncomment
# the following line.
#!include $(TOP)/configure/MASTER_RELEASE #!include $(TOP)/configure/MASTER_RELEASE
TEMPLATE_TOP=$(EPICS_BASE)/templates/makeBaseApp/top TEMPLATE_TOP=$(EPICS_BASE)/templates/makeBaseApp/top
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment