Revision 13018
Added by Aaron Marcuse-Kubitza over 10 years ago
input.Makefile | ||
---|---|---|
314 | 314 |
$(exportHeader) |
315 | 315 |
$(cleanup) |
316 | 316 |
define import_install_ |
317 |
(. $(bin)/vegbien_dest; unset schemas; "time" nice -n +5\
|
|
317 |
(. $(bin)/vegbien_dest; unset schemas; "time" $(nice)\
|
|
318 | 318 |
env schema=$(datasrc) table=$* $(bin)/csv2db $(catSrcs) $(logInstall*)) |
319 | 319 |
$(if $(filter $(srcTable),$*),($(inDatasrc);\ |
320 | 320 |
echo 'ALTER TABLE "$(datasrc)"."$*" RENAME row_num TO "$*.row_num";')|"time"\ |
Also available in: Unified diff
lib/common.Makefile: added $(nice) and use it everywhere its definition is used