Revision 4464
Added by Aaron Marcuse-Kubitza about 12 years ago
inputs/input.Makefile | ||
---|---|---|
119 | 119 |
tables := $(if $(wildcard $(sortFile)),$(shell cat $(sortFile))) |
120 | 120 |
# $(shell) replaces "\n" with " " |
121 | 121 |
allSubdirs := $(call wildcard/,*/) |
122 |
allTables := $(call sortFilenames,$(filter-out _% verify,$(allSubdirs:%/=%))) |
|
122 |
allTables := $(call sortFilenames,$(filter-out _% verify logs,$(allSubdirs:%/=%)))
|
|
123 | 123 |
joinedTables := $(filter-out $(tables),$(allTables)) |
124 | 124 |
allTables := $(joinedTables) $(tables)# move joined tables to beginning |
125 | 125 |
ifeq ($(tables),)# none specified in sort file |
Also available in: Unified diff
input.Makefile: Existing maps discovery: Fixed bug where top-level logs dir needed to be excluded from list of subdirs that are treated as tables