Project

General

Profile

« Previous | Next » 

Revision 7618

Moved wait on tnrs.make lock from import_all to make_analytical_db, so that running make_analytical_db for a one-time import also waits on the lock

View differences:

bin/make_analytical_db
9 9

  
10 10
(set -x; date)
11 11

  
12
"$selfDir/waitself" "$selfDir/../inputs/.TNRS/tnrs/tnrs.make"
13

  
12 14
mk_analytical_table ()
13 15
{
14 16
    local table="$1"
bin/import_all
44 44
    after_import ()
45 45
    {
46 46
        bin/waitpid $jobs
47
        bin/waitself inputs/.TNRS/tnrs/tnrs.make
48 47
        
49 48
        bin/make_analytical_db
50 49
        

Also available in: Unified diff