X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=util%2FfixNT.sh;h=ab9e766b869900f46410d9a02727c38fae1e9bf5;hp=a4eee1b7f3dbf87febc939ae93ddfb8c082f5852;hb=edc032b5e3f3ebb1006a9c89e0ae00504f47966f;hpb=b7896b3cb86d80206af14a14d69b0717786f2729 diff --git a/util/fixNT.sh b/util/fixNT.sh index a4eee1b7f3..ab9e766b86 100755 --- a/util/fixNT.sh +++ b/util/fixNT.sh @@ -3,12 +3,12 @@ # clean up the mess that NT makes of my source tree # -if [ -f makefile.ssl -a ! -f Makefile.ssl ]; then - /bin/mv makefile.ssl Makefile.ssl +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//' * */* */*/* 2>/dev/null >/dev/null -make -f Makefile.ssl links +perl -pi -e 's/\015//' `find . -type 'f' -print |grep -v '.obj$' |grep -v '.der$' |grep -v '.gz'` +make -f Makefile links