Project

General

Profile

« Previous | Next » 

Revision 7267

import_all: Use new import_scrub (input.Makefile) instead of import, which avoids needing to start background processes for tnrs-remake and scrub-remake

View differences:

bin/import_all
36 36
    
37 37
    wait # wait for asynchronous commands
38 38
    
39
    . "$selfDir/with_all" import "$@"
40
    make inputs/.TNRS/tnrs/tnrs-remake wait=1 "$@" &
41
    make inputs/.TNRS/public.unscrubbed_taxondetermination_view/scrub-remake \
42
        wait=1 "$@" &
39
    . "$selfDir/with_all" import_scrub "$@"
43 40
    
44 41
    after_import ()
45 42
    {

Also available in: Unified diff