IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 43000


Ignore:
Timestamp:
Apr 24, 2026, 3:08:13 PM (13 days ago)
Author:
eugene
Message:

clean build messages of excess cruft

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-pstamp-20260421/psconfig/psbuild

    r42377 r43000  
    186186    # print "psconfigure: $psconfigure\n";
    187187    # print "psautogen:   $psautogen\n";
    188     print "psperlbuild: $psperlbuild\n";
     188    # print "psperlbuild: $psperlbuild\n";
    189189
    190190    # set build environment variables
     
    204204sub build_distribution {
    205205
    206     vsystem ("date");
     206    # vsystem ("date");
    207207
    208208    # the operations system needs to first update the magic software
     
    253253    # print "psconfigure: $psconfigure\n";
    254254    # print "psautogen:   $psautogen\n";
    255     print "psperlbuild: $psperlbuild\n";
     255    # print "psperlbuild: $psperlbuild\n";
    256256
    257257    # set build environment variables
     
    283283    $homedir = `pwd`; chomp $homedir;
    284284
     285    print "\n\n start: $start, stop: $stop\n";
     286
    285287    $stop_now = 0;
    286288    for ($i = 0; !$stop_now && ($i < @module); $i++) {
     
    289291        if ($start && ($start ne $module[$i])) { next; }
    290292        $start = "";
     293
     294        print "$module[$i] : $mode[$i]\n";
    291295
    292296        ($do_tag, $do_build, $do_package, $do_update, $dev_build) = $mode[$i] =~ m|(\S)(\S)(\S)(\S)(\S)|;
Note: See TracChangeset for help on using the changeset viewer.