IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 28383 for trunk/psconfig


Ignore:
Timestamp:
Jun 16, 2010, 8:53:51 PM (16 years ago)
Author:
eugene
Message:

deactivate automatic qt build; point verify streaks at qtlib in ipp home directory

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psconfig/psbuild

    r28067 r28383  
    8181        $developer = 1;
    8282        $optimize = 1;
    83         $magic = 1;
     83        $magic = 1;
    8484        shift; next;
    8585    }
     
    183183    # the operations system needs to first update the magic software
    184184    if ($magic) {
    185         $homedir = `pwd`; chomp $homedir;
    186         chdir "../magic";
    187 
    188         if (! -d magic || ! -d ssa-core-cpp || ! -d qt-everywhere-opensource-src-4.6.1) {
    189             $status = vsystem ("make update");
    190             if ($status) { die "failed to untar magic directories"; }
    191         } else {
    192             print "magic directories exist; run make update manually if needed\n";
    193         }
    194         chdir $homedir;
     185        $homedir = `pwd`; chomp $homedir;
     186        chdir "../magic";
     187
     188        if (! -d "magic" || ! -d "ssa-core-cpp") {
     189            $status = vsystem ("make update");
     190            if ($status) { die "failed to untar magic directories"; }
     191        } else {
     192            print "magic directories exist; run make update manually if needed\n";
     193        }
     194        chdir $homedir;
    195195    }
    196196
Note: See TracChangeset for help on using the changeset viewer.