Revision 966
Added by Aaron Marcuse-Kubitza almost 13 years ago
inputs/input.Makefile | ||
---|---|---|
112 | 112 |
$(if $(n),,>>$(log))) 2>&1$(if $(nolog),,$(if $(n),|tee -a $(log))) |
113 | 113 |
# ignore import errors, which are often benign (e.g. invalid date format) |
114 | 114 |
|
115 |
ifneq ($(inputFiles),) |
|
116 | 115 |
import-all: $(addprefix import-,$(tables)) _always ; |
117 |
else |
|
118 |
import-all: $(directMaps) _always |
|
119 |
$(import) |
|
120 |
endif |
|
121 | 116 |
|
122 | 117 |
import-%: maps/VegBIEN.%.csv _always |
123 | 118 |
$(import) |
Also available in: Unified diff
input.Makefile: For all input types, including DB, import each table in a separate map invocation