Revision 10870
Added by Aaron Marcuse-Kubitza over 11 years ago
inputs/input.Makefile | ||
---|---|---|
424 | 424 |
rm: _always |
425 | 425 |
echo "SELECT datasource_rm('$(datasrc)');"|"time" $(psqlAsBien) |
426 | 426 |
|
427 |
reimport: _always rm import ;
|
|
427 |
reimport: _always rm import_publish ; # replace the previous import
|
|
428 | 428 |
|
429 | 429 |
profileTest = $(if $(profile),$(if $(test),1)) |
430 | 430 |
profileOnly = -env profile_to=/dev/fd/3 $(map2db) 3>&1 1>&2|\ |
Also available in: Unified diff
inputs/input.Makefile: reimport: use import_publish instead of import so that the reimport replaces the previous import