Project

General

Profile

« Previous | Next » 

Revision 4624

input.Makefile: Maps building: %/.map.csv.last_cleanup: Removed no longer needed subtraction of automapped entries, because information about unmapped and new terms is now available in unmapped_terms.csv and new_terms.csv

View differences:

input.Makefile
286 286
%/.map.csv.last_cleanup: %/map.csv $(coreMap) $(vocab) $(dict)
287 287
	$(bin)/in_place $< $(bin)/canon 1 $(word 3,$+)
288 288
	$(bin)/in_place $< $(bin)/translate 1 $(word 4,$+)
289
	$(bin)/in_place $< env ignore=1 $(bin)/subtract $(word 2,$+) 0 1 2
290 289
	touch $@
291 290
	+$(selfMake) $(<:%/map.csv=%/unmapped_terms.csv)
292 291
	+$(selfMake) $(<:%/map.csv=%/new_terms.csv)

Also available in: Unified diff