Revision 15530,
414 bytes
checked in by ghudson, 24 years ago
(diff) |
This commit was generated by cvs2svn to compensate for changes in r15529,
which included commits to RCS files with non-trunk default branches.
|
-
Property svn:executable set to
*
|
Line | |
---|
1 | #!/bin/sh |
---|
2 | # |
---|
3 | # clean up the mess that NT makes of my source tree |
---|
4 | # |
---|
5 | |
---|
6 | if [ -f makefile.ssl -a ! -f Makefile.ssl ]; then |
---|
7 | /bin/mv makefile.ssl Makefile.ssl |
---|
8 | fi |
---|
9 | chmod +x Configure util/* |
---|
10 | echo cleaning |
---|
11 | /bin/rm -f `find . -name '*.$$$' -print` 2>/dev/null >/dev/null |
---|
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'` |
---|
14 | make -f Makefile.ssl links |
---|
Note: See
TracBrowser
for help on using the repository browser.