Project

General

Profile

« Previous | Next » 

Revision 2891

input.Makefile: Staging tables: import/install-%: Only output to the log file if log option is non-empty (which it is by default)

View differences:

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

  
176 177
##### Maps building
177 178

  

Also available in: Unified diff