summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>2009-06-22 00:44:02 +0000
committerjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>2009-06-22 00:44:02 +0000
commit7132f9dfba0ca4d9a5f639360dcb009d29fa4782 (patch)
tree5b2b8d41c6f516847504879e18826d1b2d83feb9
parentbd535ad16fe4740a9a55e5528b140b311bc1ebf2 (diff)
downloadopenvpn-7132f9dfba0ca4d9a5f639360dcb009d29fa4782.tar.gz
openvpn-7132f9dfba0ca4d9a5f639360dcb009d29fa4782.tar.xz
openvpn-7132f9dfba0ca4d9a5f639360dcb009d29fa4782.zip
Rename generated tapdrvr.cod to a unique name to avoid the issue where
building for multiple architectures causes the previous tapdrvr.cod to be overwritten. git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@4604 e7ae566f-a301-0410-adde-c780ea21d3b5
-rw-r--r--install-win32/maketap1
1 files changed, 1 insertions, 0 deletions
diff --git a/install-win32/maketap b/install-win32/maketap
index 94ee4d5..0d33329 100644
--- a/install-win32/maketap
+++ b/install-win32/maketap
@@ -40,6 +40,7 @@ if [ -z "$DRVBINSRC" ] ; then
for mode in "$w2ktarget" "$amdtarget"; do
echo '**********' build TAP $mode
cmd //c "C:\\WINDDK\\$DDKVER\\bin\\setenv.bat C:\\WINDDK\\$DDKVER $mode && cd `perl install-win32/dosname.pl $t` && build -cef"
+ mv tap-win32/tapdrvr.cod "tap-win32/tapdrvr-$(echo $mode | tr ' ' '-').cod"
done
title openvpn-build &>/dev/null