IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 1748


Ignore:
Timestamp:
Sep 8, 2004, 4:24:18 PM (22 years ago)
Author:
desonia
Message:

moved the parseErrorCodes.pl up one directory and rebuilt error codes/text
headers.

Location:
trunk/psLib/src
Files:
1 added
1 deleted
6 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/sys/psErrorCodes.c

    r1713 r1748  
    77 *  @author Robert DeSonia, MHPCC
    88 *
    9  *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2004-09-08 00:09:06 $
     9 *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2004-09-09 02:24:18 $
    1111 *
    1212 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
  • trunk/psLib/src/sys/psErrorCodes.h

    r1713 r1748  
    77 *  @author Robert DeSonia, MHPCC
    88 *
    9  *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2004-09-08 00:09:06 $
     9 *  @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2004-09-09 02:24:18 $
    1111 *
    1212 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
  • trunk/psLib/src/sysUtils/Makefile

    r1696 r1748  
    33##  Makefile:   sysUtils
    44##
    5 ##  $Revision: 1.20 $  $Name: not supported by cvs2svn $
    6 ##  $Date: 2004-09-07 19:05:07 $
     5##  $Revision: 1.21 $  $Name: not supported by cvs2svn $
     6##  $Date: 2004-09-09 02:24:18 $
    77##
    88##  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    4747
    4848psErrorCodes.h: psErrorCodes.dat
    49         perl parseErrorCodes.pl --data=$? $@
     49        perl ../parseErrorCodes.pl --data=$? $@
    5050
    5151psErrorCodes.c: psErrorCodes.dat
    52         perl parseErrorCodes.pl --data=$? $@
     52        perl ../parseErrorCodes.pl --data=$? $@
    5353
    5454psSysUtilsErrors.h: psSysUtilsErrors.dat
    55         perl parseErrorCodes.pl --data=$? $@
     55        perl ../parseErrorCodes.pl --data=$? $@
    5656
    5757
  • trunk/psLib/src/sysUtils/psErrorCodes.c

    r1713 r1748  
    77 *  @author Robert DeSonia, MHPCC
    88 *
    9  *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2004-09-08 00:09:06 $
     9 *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2004-09-09 02:24:18 $
    1111 *
    1212 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
  • trunk/psLib/src/sysUtils/psErrorCodes.h

    r1713 r1748  
    77 *  @author Robert DeSonia, MHPCC
    88 *
    9  *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2004-09-08 00:09:06 $
     9 *  @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2004-09-09 02:24:18 $
    1111 *
    1212 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
  • trunk/psLib/src/sysUtils/psSysUtilsErrors.h

    r1731 r1748  
    77 *  @author Robert DeSonia, MHPCC
    88 *
    9  *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2004-09-08 21:22:47 $
     9 *  @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2004-09-09 02:24:18 $
    1111 *
    1212 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
Note: See TracChangeset for help on using the changeset viewer.