Revision 7071
Added by Aaron Marcuse-Kubitza almost 12 years ago
inputs/input.Makefile | ||
---|---|---|
366 | 366 |
trace = $(log_:.log.sql=.trace) |
367 | 367 |
import = -$(if $(profileTest),$(profileOnly),(set -x; "time" env commit=1\ |
368 | 368 |
$(if $(profile),profile_to=$(trace)) $(map2db)) $(if $(log),\ |
369 |
$(if $(n),,&>$(log_)))$(if $(log),$(if $(n), 2>&1|tee -a $(log_))))
|
|
369 |
$(if $(n),,&>$(log_))$(if $(n), 2>&1|tee -a $(log_)))) |
|
370 | 370 |
# don't abort on import errors, which often relate to invalid input data |
371 | 371 |
|
372 | 372 |
import? = $(if $(call and,$(public_import),$(call dontImport,.)),,$(import)) |
Also available in: Unified diff
input.Makefile: Import to VegBIEN: $(import): Merged consecutive $(if $(log),...)