Revision 10241
Added by Aaron Marcuse-Kubitza over 11 years ago
inputs/input.Makefile | ||
---|---|---|
300 | 300 |
$(selfMake) $*/postprocess |
301 | 301 |
$(exportHeader) |
302 | 302 |
$(cleanup) |
303 |
$(selfMake) $*/map_table |
|
303 | 304 |
ifneq ($(noclobber),) |
304 | 305 |
.PRECIOUS: %/header.csv |
305 | 306 |
endif |
... | ... | |
309 | 310 |
$(selfMake) $*/postprocess |
310 | 311 |
-$(exportHeader) |
311 | 312 |
-$(if $(isCsv),,$(cleanup)) |
313 |
$(selfMake) $*/map_table |
|
312 | 314 |
# ignore errors if table does not exist (non-data dir) |
313 | 315 |
define import_install_ |
314 | 316 |
(. $(bin)/vegbien_dest; unset schemas; "time" nice -n +5\ |
Also available in: Unified diff
inputs/input.Makefile: Staging tables installation: %/install: run %/map_table at end to rename the staging table columns for new-style datasources