Project

General

Profile

« Previous | Next » 

Revision 8252

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

View differences:

inputs/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