Project

General

Profile

« Previous | Next » 

Revision 4656

inputs/*/*/map.csv: Added Filter column to contain any suffix added after the term, so that the automapping mechanism does not have to deal with the filter expressions

View differences:

input.Makefile
269 269
endif
270 270

  
271 271
%/VegBIEN.csv: %/map.csv $(coreMap)
272
	$(bin)/join <$+|$(bin)/sort_map >$@
272
	<$< $(bin)/cat_cols 1 2|$(bin)/join $(coreMap)|$(bin)/sort_map >$@
273 273
maps += $(autogenMaps)
274 274

  
275 275
maps: $(maps) _always ;

Also available in: Unified diff