Project

General

Profile

« Previous | Next » 

Revision 4596

input.Makefile: Maps building: %/.map.csv.last_cleanup: $(newTerms): Remove the CSV header from the terms lists so that multiple terms lists can easily be appended together

View differences:

input.Makefile
292 292
	touch $@
293 293
# Include comment column so commented mappings are never removed
294 294

  
295
newTerms = $(bin)/filter_out_ci $(1) $(word 3,$+) <$<|$(bin)/cols $(1)
295
newTerms = $(bin)/filter_out_ci $(1) $(word 3,$+) <$<|$(bin)/cols $(1)|tail +2
296 296
else
297 297
%/map.csv: %/src.csv _always
298 298
	$(if $(wildcard $@),,$(if $(wildcard $<),$(CP) $< $@))

Also available in: Unified diff