IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 20, 2007, 4:54:33 PM (19 years ago)
Author:
eugene
Message:

fixed weird error with module checks: prior modules invalidate later tests

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psconfig/mkbuild

    r11739 r11953  
    3434    }
    3535    if ($ARGV[0] eq "-start") {
    36         $stop = $ARGV[1];
     36        $start = $ARGV[1];
    3737        shift; shift; next;
    3838    }
     
    8787    for ($i = 0; $i < @cvsname; $i++) {
    8888        if (($start ne "") && ($start ne $cvsname[$i])) { next; }
     89        $start = "";
     90
    8991        ($do_tag, $do_build, $do_package, $do_update) = $mode[$i] =~ m|(\S)(\S)(\S)(\S)|;
    9092        if ($do_build eq "N") { next; }
     
    102104 
    103105        if (-e "Build.PL") {
    104             print $PERL5LIB;
    105 
    106106            vsystem ("$psperlbuild");
    107107            if ($?) { &failure($cvsname[$i], "failure in perl Build.PL"); }
     
    150150        vsystem ("make install");
    151151        if ($?) { &failure($cvsname[$i], "failure in make install"); }
     152
     153        print "*** done with $cvsname[$i] ***\n";
    152154
    153155      success:
Note: See TracChangeset for help on using the changeset viewer.