Project

General

Profile

« Previous | Next » 

Revision 11236

bugfix: inputs/input.Makefile: %/VegBIEN.csv: `ln -s` to create VegBIEN.csv: enclose the filenames in "" since they may contain * (e.g. taxon_observation.**)

View differences:

inputs/input.Makefile
371 371
endif
372 372

  
373 373
%/VegBIEN.csv: %/map.csv $(coreMap)
374
	$(if $(wildcard $*/run),-ln -s ../$(coreMap) $@\
374
	$(if $(wildcard $*/run),-ln -s "../$(coreMap)" "$@"\
375 375
,<$< $(bin)/cat_cols 1 2|$(bin)/join $(coreMap)|$(bin)/sort_map >$@)
376 376
# ignore errors if symlink exists
377 377
maps += $(autogenMaps)

Also available in: Unified diff