Revision 9843
Added by Aaron Marcuse-Kubitza over 11 years ago
input.Makefile | ||
---|---|---|
279 | 279 |
$(if $(isCsv),$(import_install_)) |
280 | 280 |
$(selfMake) $*/postprocess |
281 | 281 |
-$(exportHeader) |
282 |
-$(cleanup)
|
|
282 |
-$(if $(isCsv),,$(cleanup))
|
|
283 | 283 |
# ignore errors if table does not exist (non-data dir) |
284 | 284 |
define import_install_ |
285 | 285 |
(. $(bin)/vegbien_dest; unset schemas; "time" nice -n +5\ |
Also available in: Unified diff
bugfix: inputs/input.Makefile: %/install: don't run $(cleanup) if it has already been run by $(import_install_), so that it doesn't run twice