Project

General

Profile

« Previous | Next » 

Revision 4644

input.Makefile: Maps building: %/map.csv: If it doesn't exist, generate directly using $(mkSrcMap) instead of by copying %/src.csv, in order to eventually avoid the need to create a separate src.csv at all. Note that this avoids the need to run make twice when the table is first created to properly bootstrap all maps.

View differences:

input.Makefile
284 284
	+$(selfMake) $(<:%/map.csv=%/new_terms.csv)
285 285
# Include comment column so commented mappings are never removed
286 286
else
287
%/map.csv: %/src.csv _always
288
	$(if $(wildcard $@),,$(if $(wildcard $<),$(CP) $< $@))
287
%/map.csv: _always
288
	$(if $(wildcard $@),,$(if $(nonXml),$(mkSrcMap)))
289 289
	+$(selfMake) $(@:%/map.csv=%/.map.csv.last_cleanup)
290 290
endif
291 291

  

Also available in: Unified diff