Revision 385
Added by Aaron Marcuse-Kubitza about 13 years ago
inputs/input.Makefile | ||
---|---|---|
97 | 97 |
mysqlAsBien := $(call mysqlAs,bien) |
98 | 98 |
|
99 | 99 |
import-%: map.VegBIEN.%.csv _always |
100 |
-$($@_cmd)
|
|
100 |
-$(import_cmd)
|
|
101 | 101 |
import_cmd = (set -x; "time" env commit=1 $(map) $<) \ |
102 | 102 |
$(if $(n),,>>$(log)) 2>&1$(if $(n),|tee -a $(log)) |
103 | 103 |
|
Also available in: Unified diff
input.Makefile: Fixed syntax error with use of import_cmd variable