Project

General

Profile

« Previous | Next » 

Revision 7072

input.Makefile: Import to VegBIEN: $(import): Merged consecutive $(if $(n),...)

View differences:

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 $(n), 2>&1|tee -a $(log_))))
369
$(if $(n), 2>&1|tee -a $(log_),&>$(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