IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 14, 2004, 2:19:42 PM (22 years ago)
Author:
desonia
Message:

made 'make install' only work if '--clean' option is given.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/FullUnitTest

    r1034 r1035  
    1919#  RETURN : integer number of tests which failed
    2020#
    21 #  $Revision: 1.6 $  $Name: not supported by cvs2svn $
    22 #  $Date: 2004-06-15 00:13:57 $
     21#  $Revision: 1.7 $  $Name: not supported by cvs2svn $
     22#  $Date: 2004-06-15 00:19:42 $
    2323#
    2424#  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    229229            # Display the make was successful if silent option not set
    230230            print("\nMake successful.\n") if ( ! $silent);
    231             `make install`;
     231            if ($clean) {
     232                `make install`;
     233            }
    232234        }
    233235    }
Note: See TracChangeset for help on using the changeset viewer.