Adjust all the old scripts to deal with the new location.
authorRichard Levitte <levitte@openssl.org>
Fri, 25 Feb 2000 23:18:27 +0000 (23:18 +0000)
committerRichard Levitte <levitte@openssl.org>
Fri, 25 Feb 2000 23:18:27 +0000 (23:18 +0000)
crypto/threads/profile.sh
crypto/threads/ptest.bat
crypto/threads/pthread.sh
crypto/threads/purify.sh
crypto/threads/solaris.sh
crypto/threads/win32.bat

index de5eb0670860ad15d2e28b0da4804323cc9fb78a..6e3e342fc0b32e0f549238526be9ce6b339b31c4 100644 (file)
@@ -1,4 +1,4 @@
 #!/bin/sh
 /bin/rm -f mttest
-cc -p -DSOLARIS -I../include -g mttest.c -o mttest -L/usr/lib/libc -ldl -L.. -lthread  -lssl -lcrypto -lnsl -lsocket
+cc -p -DSOLARIS -I../../include -g mttest.c -o mttest -L/usr/lib/libc -ldl -L../.. -lthread  -lssl -lcrypto -lnsl -lsocket
 
index ccaccae09dc8cf95f65fdafa1496b12fef65e52d..4071b5ffeac23735a596edbe7ca426adc653c669 100755 (executable)
@@ -1,4 +1,4 @@
 del mttest.exe
 
-purify cl /O2 -DWIN32 /MD -I..\out mttest.c /Femttest ..\out\ssl32.lib ..\out\crypt32.lib
+purify cl /O2 -DWIN32 /MD -I..\..\out mttest.c /Femttest ..\..\out\ssl32.lib ..\..\out\crypt32.lib
 
index 7d0b6e55f546aac51d5e016b352eafce399b262d..f1c49821d2fba6508d773d3b86c627adde73a7fa 100644 (file)
@@ -5,5 +5,5 @@
 # http://www.mit.edu:8001/people/proven/pthreads.html
 #
 /bin/rm -f mttest
-pgcc -DPTHREADS -I../include -g mttest.c -o mttest -L.. -lssl -lcrypto 
+pgcc -DPTHREADS -I../../include -g mttest.c -o mttest -L../.. -lssl -lcrypto 
 
index 57c4017073a8286c0b28eb6535936d31f7a196cc..6d44fe26b76a824f8705abe9ea93270586fca57d 100644 (file)
@@ -1,4 +1,4 @@
 #!/bin/sh
 /bin/rm -f mttest
-purify cc -DSOLARIS -I../include -g mttest.c -o mttest -L.. -lthread  -lssl -lcrypto -lnsl -lsocket
+purify cc -DSOLARIS -I../../include -g mttest.c -o mttest -L../.. -lthread  -lssl -lcrypto -lnsl -lsocket
 
index f6a90b17ee0af99a8ecce692ec4eeac5020c5e65..bc93094a27483a4f29e1cac927f9f3fde2cdbaa6 100644 (file)
@@ -1,4 +1,4 @@
 #!/bin/sh
 /bin/rm -f mttest
-cc -DSOLARIS -I../include -g mttest.c -o mttest -L.. -lthread  -lssl -lcrypto -lnsl -lsocket
+cc -DSOLARIS -I../../include -g mttest.c -o mttest -L../.. -lthread  -lssl -lcrypto -lnsl -lsocket
 
index 56089f69be2f5ed41d7a3c7e6f78b9697a95c58f..ee6da80a07d40a8b0ff427f43f2149b5bc0f6e6c 100755 (executable)
@@ -1,4 +1,4 @@
 del mttest.exe
 
-cl /O2 -DWIN32 /MD -I..\out mttest.c /Femttest ..\out\ssleay32.lib ..\out\libeay32.lib
+cl /O2 -DWIN32 /MD -I..\..\out mttest.c /Femttest ..\..\out\ssleay32.lib ..\..\out\libeay32.lib