diff options
author | djm <> | 2005-04-29 05:37:32 +0000 |
---|---|---|
committer | djm <> | 2005-04-29 05:37:32 +0000 |
commit | 588543a0946f1dbf0f1dd5135f8f6447486dc183 (patch) | |
tree | f74e14f98abfec33221f0f2e15cc88a34a3df7e5 /src/lib/libcrypto/util/fixNT.sh | |
parent | 00b426069b0dfa8f0d9b87308646e9684f45c515 (diff) | |
download | openbsd-588543a0946f1dbf0f1dd5135f8f6447486dc183.tar.gz openbsd-588543a0946f1dbf0f1dd5135f8f6447486dc183.tar.bz2 openbsd-588543a0946f1dbf0f1dd5135f8f6447486dc183.zip |
import of openssl-0.9.7g; tested on platforms from alpha to zaurus, ok deraadt@
Diffstat (limited to 'src/lib/libcrypto/util/fixNT.sh')
-rw-r--r-- | src/lib/libcrypto/util/fixNT.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libcrypto/util/fixNT.sh b/src/lib/libcrypto/util/fixNT.sh index ce4f19299b..ab9e766b86 100644 --- a/src/lib/libcrypto/util/fixNT.sh +++ b/src/lib/libcrypto/util/fixNT.sh | |||
@@ -3,12 +3,12 @@ | |||
3 | # clean up the mess that NT makes of my source tree | 3 | # clean up the mess that NT makes of my source tree |
4 | # | 4 | # |
5 | 5 | ||
6 | if [ -f makefile.ssl -a ! -f Makefile.ssl ]; then | 6 | if [ -f makefile -a ! -f Makefile ]; then |
7 | /bin/mv makefile.ssl Makefile.ssl | 7 | /bin/mv makefile Makefile |
8 | fi | 8 | fi |
9 | chmod +x Configure util/* | 9 | chmod +x Configure util/* |
10 | echo cleaning | 10 | echo cleaning |
11 | /bin/rm -f `find . -name '*.$$$' -print` 2>/dev/null >/dev/null | 11 | /bin/rm -f `find . -name '*.$$$' -print` 2>/dev/null >/dev/null |
12 | echo 'removing those damn ^M' | 12 | echo 'removing those damn ^M' |
13 | perl -pi -e 's/\015//' `find . -type 'f' -print |grep -v '.obj$' |grep -v '.der$' |grep -v '.gz'` | 13 | perl -pi -e 's/\015//' `find . -type 'f' -print |grep -v '.obj$' |grep -v '.der$' |grep -v '.gz'` |
14 | make -f Makefile.ssl links | 14 | make -f Makefile links |