Revision 8380
Added by Aaron Marcuse-Kubitza over 11 years ago
inputs/input.Makefile | ||
---|---|---|
270 | 270 |
.PRECIOUS: %/header.csv |
271 | 271 |
|
272 | 272 |
%/install: _always |
273 |
$(if $(nonXml),$(import_install_))
|
|
273 |
$(if $(isCsv),$(import_install_))
|
|
274 | 274 |
$(selfMake) $*/postprocess |
275 | 275 |
$(exportHeader) |
276 | 276 |
$(cleanup) |
Also available in: Unified diff
inputs/input.Makefile: Staging tables installation: %/install: Don't run $(import_install_) for empty dirs because there is no data to import