IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 20298


Ignore:
Timestamp:
Oct 21, 2008, 11:12:34 AM (18 years ago)
Author:
bills
Message:

Don't let Bill program in perl

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psconfig/pschecklibs

    r20297 r20298  
    136136        # not in the list
    137137        &buildlib ($name, $tarball, $tardir, $configure_opts, $make_opts, $install_opts);
    138         $force{lc($name)} = undef;
     138        delete($force{lc($name)});
    139139        next;
    140140    }
     
    187187my $bad_force;
    188188foreach $k (keys %force) {
    189     print STDERR "\nERROR: -force used for $k which isn't in the list\n";
     189    print STDERR "\nERROR: -force $k requested but $k isn't in the list of libraries\n";
    190190    $bad_force = 1;
    191191}
Note: See TracChangeset for help on using the changeset viewer.