aboutsummaryrefslogtreecommitdiffstats
path: root/util/fixNT.sh
diff options
context:
space:
mode:
authorRich Salz <rsalz@openssl.org>2016-03-12 11:04:10 -0500
committerRich Salz <rsalz@openssl.org>2016-03-18 09:40:25 -0400
commit71cdcfc6069ca8afe92cda636805a8c46f000862 (patch)
treeeb1f678af7e1112e7cdcf5e0e95e95cd4a999a69 /util/fixNT.sh
parenta57bfe43e33f5e7e9dec034796c301fa0628a4b7 (diff)
downloadopenssl-71cdcfc6069ca8afe92cda636805a8c46f000862.tar.gz
Remove more unused things.
Moved doc/standards.txt to the web. Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'util/fixNT.sh')
-rwxr-xr-xutil/fixNT.sh14
1 files changed, 0 insertions, 14 deletions
diff --git a/util/fixNT.sh b/util/fixNT.sh
deleted file mode 100755
index ab9e766b86..0000000000
--- a/util/fixNT.sh
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/bin/sh
-#
-# clean up the mess that NT makes of my source tree
-#
-
-if [ -f makefile -a ! -f Makefile ]; then
- /bin/mv makefile Makefile
-fi
-chmod +x Configure util/*
-echo cleaning
-/bin/rm -f `find . -name '*.$$$' -print` 2>/dev/null >/dev/null
-echo 'removing those damn ^M'
-perl -pi -e 's/\015//' `find . -type 'f' -print |grep -v '.obj$' |grep -v '.der$' |grep -v '.gz'`
-make -f Makefile links