Revision 7108
Added by Aaron Marcuse-Kubitza almost 12 years ago
inputs/.TNRS/public.unscrubbed_taxondetermination_view/scrub.make | ||
---|---|---|
10 | 10 |
let maxPause=9*60*60 # sec; =9 hr; must be >= max partition import time (1.5 hr) |
11 | 11 |
test "$pause" -le "$maxPause" || exit -1 |
12 | 12 |
|
13 |
unset n # ($n would limit the # rows/iteration, rather than the total rows) |
|
14 |
|
|
13 | 15 |
cd "$selfDir/.." # needed by make |
14 | 16 |
|
15 | 17 |
make () { env make --makefile=../input.Makefile "$@"; } |
Also available in: Unified diff
inputs/.TNRS/public.unscrubbed_taxondetermination_view/scrub.make: Unset $n to avoid limiting the # rows/iteration