security/nss/tests/nsspath

Thu, 15 Jan 2015 21:03:48 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 21:03:48 +0100
branch
TOR_BUG_9701
changeset 11
deefc01c0e14
permissions
-rwxr-xr-x

Integrate friendly tips from Tor colleagues to make (or not) 4.5 alpha 3;
This includes removal of overloaded (but unused) methods, and addition of
a overlooked call to DataStruct::SetData(nsISupports, uint32_t, bool.)

     1 #! /bin/tcsh
     3 set PWD=`pwd`
     4 source /u/sonmi/bin/nssdir $*
     5 set OBJDIR=`(cd mozilla/security/nss/tests/common; gmake objdir_name)`
     6 setenv PATH `perl /u/sonmi/bin/path_uniq -s "${PATH}:${UXDIST}/${OBJDIR}/bin"`
     7 if ( `uname -n` == "iws-perf" ) then
     8     setenv LD_LIBRARY_PATH "${UXDIST}/${OBJDIR}/lib:/opt/nfast/toolkits/pkcs11"
     9 else
    10     setenv LD_LIBRARY_PATH "${UXDIST}/${OBJDIR}/lib"
    11 endif
    12 cd $PWD

mercurial