Project

General

Profile

« Previous | Next » 

Revision 14867

bugfix: inputs/input.Makefile: %/map.csv: need to save it if errors occur in unmapped_terms.csv, new_terms.csv

View differences:

input.Makefile
368 368

  
369 369
$(srcDict):# empty target in case it doesn't exist
370 370

  
371
.PRECIOUS: %/map.csv
372
# save map.csv if errors occur in unmapped_terms.csv, new_terms.csv
373

  
371 374
# Via maps cleanup
372 375
ifneq ($(filter %/.map.csv.last_cleanup,$(MAKECMDGOALS)),)
373 376
%/.map.csv.last_cleanup: %/map.csv $(vocab) $(thesaurus) $(coreMap) $(srcDict)

Also available in: Unified diff