Revision 3590
Added by Aaron Marcuse-Kubitza over 12 years ago
inputs/input.Makefile | ||
---|---|---|
425 | 425 |
|
426 | 426 |
##### Documentation |
427 | 427 |
|
428 |
steps = $(selfMake) import test=1 by_col=1 verbosity=2 n=100\ |
|
428 |
steps = $(selfMake) -s import test=1 by_col=1 verbosity=2 n=100\
|
|
429 | 429 |
2>&1|$(bin)/debug2redmine >$@ |
430 | 430 |
|
431 | 431 |
import/steps.by_col.sql: _always |
Also available in: Unified diff
input.Makefile: Documentation: import/steps.by_col.sql: Added -s to make to avoid echoing make commands to the log file