Revision 9968
Added by Aaron Marcuse-Kubitza over 11 years ago
inputs/input.Makefile | ||
---|---|---|
274 | 274 |
$(selfMake) $*/postprocess |
275 | 275 |
$(exportHeader) |
276 | 276 |
$(cleanup) |
277 |
ifneq ($(noclobber),) |
|
278 |
.PRECIOUS: %/header.csv |
|
279 |
endif |
|
277 | 280 |
|
278 | 281 |
%/install: _always |
279 | 282 |
$(if $(isCsv),$(import_install_)) |
Also available in: Unified diff
bugfix: inputs/input.Makefile: `%/install %/header.csv: %/create.sql`: in noclobber mode, mark %/header.csv as .PRECIOUS so the existing file won't be deleted if the table already exists (causing an error exit)