diff options
author | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2008-10-08 04:53:19 +0000 |
---|---|---|
committer | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2008-10-08 04:53:19 +0000 |
commit | 9ff2821b57c72cb5aa2916e9bbde5b2fd1f517d6 (patch) | |
tree | bd1396ab6a36c12b54777f908b225c832124a9e6 /doclean | |
parent | Copyright notice changed to reflect change in name of (diff) | |
download | openvpn-9ff2821b57c72cb5aa2916e9bbde5b2fd1f517d6.tar.xz |
Version 2.1_rc13v2.1_rc13
Minor fixes to Windows build scripts.
git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@3417 e7ae566f-a301-0410-adde-c780ea21d3b5
Diffstat (limited to 'doclean')
-rwxr-xr-x | doclean | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -9,6 +9,10 @@ # make # make install +if ! [ "$KEEPAUTODEFS" = "yes" ]; then + rm -rf autodefs +fi + rm -f \ *.o \ service-win32/*.o \ @@ -49,7 +53,6 @@ rm -rf \ .deps \ */.deps \ windest \ - autodefs \ gen \ tapinstall \ install-win32/tmp |