Project

General

Profile

« Previous | Next » 

Revision 12993

inputs/input.Makefile: validate: redirect the output to the log, as for other import-related operations

View differences:

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