Revision 1575
Added by Aaron Marcuse-Kubitza almost 13 years ago
input.Makefile | ||
---|---|---|
164 | 164 |
|
165 | 165 |
log_ = $(@:-all=)$(if $(n),.n=$(n),).$(date).log |
166 | 166 |
trace = $(log_:.log=.trace) |
167 |
import = -(set -x; "time" env commit=1 verbose=1\
|
|
167 |
import = -(set -x; "time" env commit=1\ |
|
168 | 168 |
$(if $(profile),profile_to=$(trace)) $(map2db)) $(if $(log),\ |
169 | 169 |
$(if $(n),,>>$(log_))) 2>&1$(if $(log),$(if $(n),|tee -a $(log_))) |
170 | 170 |
# don't abort on import errors, which often relate to invalid input data |
Also available in: Unified diff
input.Makefile: import: Removed verbose=1 because verbose mode is now automatically on (except in test mode)