Revision 1089
Added by Aaron Marcuse-Kubitza almost 13 years ago
inputs/input.Makefile | ||
---|---|---|
106 | 106 |
|
107 | 107 |
ifneq ($(dbFile)$(inputFiles),) |
108 | 108 |
|
109 |
import: _always import-all verify ;
|
|
109 |
import: _always import-all ; |
|
110 | 110 |
|
111 | 111 |
log = $(@:-all=)$(if $(n),.n=$(n),).$(date).log |
112 | 112 |
import = -(set -x; "time" env commit=1 verbose=1 $(map2db)) $(if $(nolog),,\ |
Also available in: Unified diff
input.Makefile: Don't have make import call verify, because the user often runs import as a test and will not want the output cluttered with verification information. Also, the full imports for which this was intended are often run asynchronously, so that the user will not see the output anyway.