Moved wildcards from unnecessary file configure/RULES.iocBoot to iocBoot/Makefile
This commit is contained in:
@@ -11,7 +11,6 @@ TEMPLATES += top/configure/Makefile
|
||||
TEMPLATES += top/configure/RELEASE
|
||||
TEMPLATES += top/configure/RULES
|
||||
TEMPLATES += top/configure/RULES.ioc
|
||||
TEMPLATES += top/configure/RULES.iocBoot
|
||||
TEMPLATES += top/configure/RULES_DIRS
|
||||
TEMPLATES += top/configure/RULES_TOP
|
||||
|
||||
|
||||
@@ -1,4 +0,0 @@
|
||||
#RULES.iocBoot
|
||||
DIRS += $(wildcard *ioc*)
|
||||
DIRS += $(wildcard as*)
|
||||
include $(EPICS_BASE)/configure/RULES_DIRS
|
||||
@@ -1,3 +1,6 @@
|
||||
TOP = ..
|
||||
include $(TOP)/configure/CONFIG
|
||||
include $(TOP)/configure/RULES.iocBoot
|
||||
DIRS += $(wildcard *ioc*)
|
||||
DIRS += $(wildcard as*)
|
||||
include $(EPICS_BASE)/configure/RULES_DIRS
|
||||
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
TOP = ..
|
||||
include $(TOP)/configure/CONFIG
|
||||
include $(TOP)/configure/RULES.iocBoot
|
||||
DIRS += $(wildcard *ioc*)
|
||||
DIRS += $(wildcard as*)
|
||||
include $(EPICS_BASE)/configure/RULES_DIRS
|
||||
|
||||
|
||||
Reference in New Issue
Block a user