Revision 8252
Added by Aaron Marcuse-Kubitza over 11 years ago
input.Makefile | ||
---|---|---|
323 | 323 |
.PRECIOUS: %/.map.csv.last_cleanup |
324 | 324 |
else |
325 | 325 |
%/map.csv: _always |
326 |
+$(selfMake) $*/header.csv |
|
327 |
$(if $(wildcard $@),,$(if $(nonXml),$(mkSrcMap))) |
|
326 |
$(if $(wildcard $@),,$(mk_map_csv)) |
|
328 | 327 |
+$(selfMake) $(@:%/map.csv=%/.map.csv.last_cleanup) |
328 |
define mk_map_csv |
|
329 |
+$(selfMake) $*/header.csv |
|
330 |
$(if $(nonXml),$(mkSrcMap)) |
|
331 |
endef |
|
329 | 332 |
.PRECIOUS: %/map.csv |
330 | 333 |
endif |
331 | 334 |
|
Also available in: Unified diff
inputs/input.Makefile: %/map.csv: Fixed bug where can only make header.csv if map.csv does not exist, because some subdirs are metadata-only and don't have a corresponding DB table