Revision 990
Added by Aaron Marcuse-Kubitza almost 13 years ago
input.Makefile | ||
---|---|---|
108 | 108 |
import: _always import-all verify ; |
109 | 109 |
|
110 | 110 |
log = $(@:-all=)$(if $(n),.n=$(n),).$(date).log |
111 |
import = -(set -x; "time" env commit=1 $(map2db)) $(if $(nolog),,\ |
|
111 |
import = -(set -x; "time" env commit=1 verbose=1 $(map2db)) $(if $(nolog),,\
|
|
112 | 112 |
$(if $(n),,>>$(log))) 2>&1$(if $(nolog),,$(if $(n),|tee -a $(log))) |
113 | 113 |
# ignore import errors, which are often benign (e.g. invalid date format) |
114 | 114 |
|
Also available in: Unified diff
bin/map: Only print error/run time stats in verbose mode. input.Makefile: Run import in verbose mode so that error/run time stats are still printed.