From: james Date: Mon, 22 Jun 2009 00:44:02 +0000 (+0000) Subject: Rename generated tapdrvr.cod to a unique name to avoid the issue where X-Git-Tag: v2.1_rc19~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7132f9dfba0ca4d9a5f639360dcb009d29fa4782;p=thirdparty%2Fopenvpn.git 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 --- diff --git a/install-win32/maketap b/install-win32/maketap index 94ee4d50a..0d3332979 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