IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 23799


Ignore:
Timestamp:
Apr 9, 2009, 10:36:06 PM (17 years ago)
Author:
Paul Price
Message:

Fixing cut/paste error.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppArith/src/Makefile.am

    r23795 r23799  
    22
    33if HAVE_SVNVERSION
    4 PSLIB_VERSION=`$(SVNVERSION) ../..`
     4PPARITH_VERSION=`$(SVNVERSION) ../..`
    55else
    6 PSLIB_VERSION="UNKNOWN"
     6PPARITH_VERSION="UNKNOWN"
    77endif
    88
    99if HAVE_SVN
    10 PSLIB_BRANCH=`$(SVN) info ../.. | $(SED) -n -e '/URL:/ h' -e '/Repository Root:/ { x; H; x; s|Repository Root: \(.*\)\nURL: \1\(.*\)|\2| ; s|^/|| ; s|/[a-zA-Z]*/src.*|| ; p }'`
    11 PSLIB_SOURCE=`$(SVN) info | $(SED) -n -e 's/Repository UUID: // p'`
     10PPARITH_BRANCH=`$(SVN) info ../.. | $(SED) -n -e '/URL:/ h' -e '/Repository Root:/ { x; H; x; s|Repository Root: \(.*\)\nURL: \1\(.*\)|\2| ; s|^/|| ; s|/[a-zA-Z]*/src.*|| ; p }'`
     11PPARITH_SOURCE=`$(SVN) info | $(SED) -n -e 's/Repository UUID: // p'`
    1212else
    13 PSLIB_BRANCH="UNKNOWN"
    14 PSLIB_SOURCE="UNKNOWN"
     13PPARITH_BRANCH="UNKNOWN"
     14PPARITH_SOURCE="UNKNOWN"
    1515endif
    1616
Note: See TracChangeset for help on using the changeset viewer.