Project

General

Profile

« Previous | Next » 

Revision 7216

input.Makefile: Maps validation: %/new_terms.csv: Filter out terms that map to UNUSED, because these are not mappings that are useful as VegCore synonyms

View differences:

input.Makefile
338 338
	$(bin)/autoremove $@
339 339
newTerms = tail -n +2 $<|$(bin)/filter_out_ci 0 $(vocab)|$(bin)/filter_out_ci 0\
340 340
$(dict) $(if $(wildcard $(word 4,$+)),|$(bin)/filter_out_ci 0 $(word 4,$+))\
341
|grep -vE '^"?:' >$@; exit 0# because grep exits nonzero if no match
341
|grep -vE -e '^"?:' -e 'UNUSED' >$@; exit 0 # grep exits nonzero if no match
342 342

  
343 343
termsSubdirs := $(importTables)
344 344

  

Also available in: Unified diff