Project

General

Profile

« Previous | Next » 

Revision 7080

input.Makefile: Import to VegBIEN: $(import): Print the date at the beginning of the import, so successive imports to the same version can be distinguished

View differences:

input.Makefile
370 370
	echo $$(pwd)/$(log_)
371 371

  
372 372
trace = $(log_:.log.sql=.trace)
373
import = -$(if $(profileTest),$(profileOnly),(set -x; "time" env commit=1\
373
import = -$(if $(profileTest),$(profileOnly),(set -x; date; "time" env commit=1\
374 374
$(if $(profile),profile_to=$(trace)) $(map2db))$(if $(log), >>$(log_) 2>&1))
375 375
# don't abort on import errors, which often relate to invalid input data
376 376

  

Also available in: Unified diff