Revision 12993
Added by Aaron Marcuse-Kubitza almost 11 years ago
input.Makefile | ||
---|---|---|
487 | 487 |
# we validate still use old-style import |
488 | 488 |
|
489 | 489 |
validate: _always |
490 |
echo "SELECT remake_diff_tables('$(datasrc)');"|$(psqlAsBien) |
|
490 |
echo "SELECT remake_diff_tables('$(datasrc)');"\ |
|
491 |
|$(psqlAsBien)$(if $(log), >>.$(log_) 2>&1) |
|
491 | 492 |
|
492 | 493 |
### old-style aggregating validations (not related to old-style import) |
493 | 494 |
|
Also available in: Unified diff
inputs/input.Makefile: validate: redirect the output to the log, as for other import-related operations