Revision 8384
Added by Aaron Marcuse-Kubitza over 11 years ago
inputs/input.Makefile | ||
---|---|---|
272 | 272 |
$(selfMake) $*/postprocess |
273 | 273 |
$(exportHeader) |
274 | 274 |
$(cleanup) |
275 |
.PRECIOUS: %/header.csv |
|
276 | 275 |
|
277 | 276 |
%/install: _always |
278 | 277 |
$(if $(isCsv),$(import_install_)) |
... | ... | |
335 | 334 |
+$(selfMake) $*/header.csv |
336 | 335 |
$(if $(nonXml),$(mkSrcMap)) |
337 | 336 |
endef |
338 |
.PRECIOUS: %/map.csv |
|
339 | 337 |
endif |
340 | 338 |
|
341 | 339 |
%/VegBIEN.csv: %/map.csv $(coreMap) |
Also available in: Unified diff
inputs/input.Makefile: Removed .PRECIOUS from %/header.csv, %/map.csv so that these scripts are deleted on error. This is useful for the runscripts and for non-data dirs whose header.csv cannot be made.