Project

General

Profile

« Previous | Next » 

Revision 11794

inputs/input.Makefile: scrub: clarified that using & (background process) also ignores TNRS errors (the primary purpose of & , of course, is to run asynchronously)

View differences:

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
# using & (background process) also ignores TNRS errors, so that TNRS bugs do
459
# not prevent the remaining tables from being imported even if TNRS can't be run
460 460

  
461 461
# Removes TNRS taxondeterminations
462 462
unscrub: _always

Also available in: Unified diff