summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/util/fixNT.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/util/fixNT.sh')
-rw-r--r--src/lib/libcrypto/util/fixNT.sh6
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
6if [ -f makefile.ssl -a ! -f Makefile.ssl ]; then 6if [ -f makefile -a ! -f Makefile ]; then
7 /bin/mv makefile.ssl Makefile.ssl 7 /bin/mv makefile Makefile
8fi 8fi
9chmod +x Configure util/* 9chmod +x Configure util/*
10echo cleaning 10echo 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
12echo 'removing those damn ^M' 12echo 'removing those damn ^M'
13perl -pi -e 's/\015//' `find . -type 'f' -print |grep -v '.obj$' |grep -v '.der$' |grep -v '.gz'` 13perl -pi -e 's/\015//' `find . -type 'f' -print |grep -v '.obj$' |grep -v '.der$' |grep -v '.gz'`
14make -f Makefile.ssl links 14make -f Makefile links