Project

General

Profile

« Previous | Next » 

Revision 8244

inputs/input.Makefile: %/map.csv: make $*/header.csv first in case it doesn't exist (e.g. if it has been deleted so that it will be remade)

View differences:

input.Makefile
323 323
.PRECIOUS: %/.map.csv.last_cleanup
324 324
else
325 325
%/map.csv: _always
326
	+$(selfMake) $*/header.csv
326 327
	$(if $(wildcard $@),,$(if $(nonXml),$(mkSrcMap)))
327 328
	+$(selfMake) $(@:%/map.csv=%/.map.csv.last_cleanup)
328 329
.PRECIOUS: %/map.csv

Also available in: Unified diff