Project

General

Profile

« Previous | Next » 

Revision 9874

inputs/input.Makefile: %/VegBIEN.csv: when a runscript is available, instead map the output columns of map.csv to VegBIEN, because the columns have been renamed in the staging table

View differences:

input.Makefile
339 339
endif
340 340

  
341 341
%/VegBIEN.csv: %/map.csv $(coreMap)
342
	<$< $(bin)/cat_cols 1 2|$(bin)/join $(coreMap)|$(bin)/sort_map >$@
342
	<$< $(bin)/cat_cols 1 2$(if $(wildcard $*/run),|$(bin)/cols 1 1 3\
343
)|$(bin)/join $(coreMap)|$(bin)/sort_map >$@
343 344
maps += $(autogenMaps)
344 345

  
345 346
maps: $(maps) _always ;

Also available in: Unified diff