Project

General

Profile

« Previous | Next » 

Revision 2922

input.Makefile: Staging tables: import/install-%: Include the table name in the log file name so that successive tables for the same datasource don't overwrite the same log file

View differences:

inputs/input.Makefile
172 172
	$(if $(isCsv),$(import_install_))
173 173
import_install_ = (prefix=; . $(bin)/vegbien_dest; "time" env schema=$(datasrc)\
174 174
table=$* $(bin)/csv2db $(catSrcs)\
175
$(if $(log),$(if $(quiet),&>,2>&1|tee )import/install.log))
175
$(if $(log),$(if $(quiet),&>,2>&1|tee )import/install-$*.log))
176 176

  
177 177
##### Maps building
178 178

  

Also available in: Unified diff