forked from epics_driver_modules/motorBase
Explicitly specify directories and order of processing.
This commit is contained in:
@@ -2,8 +2,7 @@
|
||||
TOP = .
|
||||
include $(TOP)/configure/CONFIG
|
||||
DIRS := $(DIRS) $(filter-out $(DIRS), configure)
|
||||
DIRS := $(DIRS) $(filter-out $(DIRS), $(wildcard *App))
|
||||
DIRS := $(DIRS) $(filter-out $(DIRS), $(wildcard *app))
|
||||
DIRS := $(DIRS) $(filter-out $(DIRS), $(wildcard iocBoot))
|
||||
DIRS := $(DIRS) $(filter-out $(DIRS), $(wildcard iocboot))
|
||||
DIRS := $(DIRS) $(filter-out $(DIRS), motorApp)
|
||||
DIRS := $(DIRS) $(filter-out $(DIRS), motorExApp)
|
||||
DIRS := $(DIRS) $(filter-out $(DIRS), iocBoot)
|
||||
include $(TOP)/configure/RULES_TOP
|
||||
|
||||
Reference in New Issue
Block a user