Project

General

Profile

« Previous | Next » 

Revision 4653

input.Makefile: Maps building: %/.map.csv.last_cleanup: Reference fixed prerequisites by name instead of by position in the prerequisites list

View differences:

inputs/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 $(word 3,$+)
260
	$(bin)/in_place $< $(bin)/translate 1 $(word 4,$+)
259
	$(bin)/in_place $< $(bin)/canon 1 $(vocab)
260
	$(bin)/in_place $< $(bin)/translate 1 $(dict)
261 261
	touch $@
262 262
	+$(selfMake) $(<:%/map.csv=%/unmapped_terms.csv)
263 263
	+$(selfMake) $(<:%/map.csv=%/new_terms.csv)

Also available in: Unified diff