Revision 10748
Added by Aaron Marcuse-Kubitza about 11 years ago
inputs/input.Makefile | ||
---|---|---|
455 | 455 |
|
456 | 456 |
scrub: _always |
457 | 457 |
$(selfMake) $(root)/scrub & echo $$! |
458 |
# using & (background process) ignores TNRS errors, so that TNRS bugs do not |
|
459 |
# prevent the remaining tables from being imported even if TNRS can't be run |
|
458 | 460 |
|
459 | 461 |
# Removes TNRS taxondeterminations |
460 | 462 |
unscrub: _always |
Also available in: Unified diff
inputs/input.Makefile: scrub: documented that using & (background process) ignores TNRS errors, so that TNRS bugs do not prevent the remaining tables from being imported even if TNRS can't be run