IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 27, 2009, 5:01:10 PM (17 years ago)
Author:
Paul Price
Message:

Allow 'all' not to build, since it's not real.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psconfig/pschecklibs

    r22719 r22721  
    190190my $bad_force;
    191191foreach $k (keys %force) {
     192    next if lc($k) eq 'all';
    192193    print STDERR "\nERROR: -force $k requested but $k isn't in the list of libraries\n";
    193194    $bad_force = 1;
Note: See TracChangeset for help on using the changeset viewer.