Project

General

Profile

« Previous | Next » 

Revision 4659

input.Makefile: %/.map.csv.last_cleanup: Canonicalize separately on $(coreMap) and $(dict), instead of requiring them to be combined in $(vocab)

View differences:

input.Makefile
256 256
# Via maps cleanup
257 257
ifneq ($(filter %/.map.csv.last_cleanup,$(MAKECMDGOALS)),)
258 258
%/.map.csv.last_cleanup: %/map.csv $(coreMap) $(vocab) $(dict)
259
	$(bin)/in_place $< $(bin)/canon 1 $(vocab)
259
	$(bin)/in_place $< $(bin)/canon 1 $(coreMap)
260
	$(bin)/in_place $< $(bin)/canon 1 $(dict)
260 261
	$(bin)/in_place $< $(bin)/translate 1 $(dict)
261 262
	touch $@
262 263
	+$(selfMake) $(<:%/map.csv=%/unmapped_terms.csv)

Also available in: Unified diff