Revision 9880
Added by Aaron Marcuse-Kubitza over 11 years ago
inputs/input.Makefile | ||
---|---|---|
94 | 94 |
sortFile := import_order.txt |
95 | 95 |
noImportFile := _no_import |
96 | 96 |
|
97 |
dontImport = $(wildcard $(1)/$(noImportFile))$(if\ |
|
97 |
dontImport = $(wildcard $(noImportFile))$(wildcard $(1)/$(noImportFile))$(if\
|
|
98 | 98 |
$(import_source),,$(filter Source,$(1))) |
99 | 99 |
|
100 | 100 |
tables := $(if $(wildcard $(sortFile)),$(shell cat $(sortFile))) |
Also available in: Unified diff
inputs/input.Makefile: $(dontImport): also support putting a _no_import file at the top level in the datasource to exclude the entire datasource