[or-cvs] r17043: {torvm} Automated build option fixes. (in torvm/trunk: . build/win32/files)

coderman at seul.org coderman at seul.org
Sun Oct 5 12:28:22 UTC 2008


Author: coderman
Date: 2008-10-05 08:28:21 -0400 (Sun, 05 Oct 2008)
New Revision: 17043

Modified:
   torvm/trunk/Makefile
   torvm/trunk/build/win32/files/install.bat
Log:
Automated build option fixes.

Modified: torvm/trunk/Makefile
===================================================================
--- torvm/trunk/Makefile	2008-10-05 12:17:49 UTC (rev 17042)
+++ torvm/trunk/Makefile	2008-10-05 12:28:21 UTC (rev 17043)
@@ -141,7 +141,7 @@
 ifeq (TRUE,$(AUTO_SHUTDOWN))
   W32MK:=AUTO_SHUTDOWN=TRUE $(W32MK)
 endif
-ifneq (TRUE,$(DEBUG_NO_STRIP))
+ifeq (TRUE,$(DEBUG_NO_STRIP))
   W32MK:=DEBUG_NO_STRIP=TRUE $(W32MK)
 endif
 ifneq (,$(W32AUTO_BUILD_CMD))

Modified: torvm/trunk/build/win32/files/install.bat
===================================================================
--- torvm/trunk/build/win32/files/install.bat	2008-10-05 12:17:49 UTC (rev 17042)
+++ torvm/trunk/build/win32/files/install.bat	2008-10-05 12:28:21 UTC (rev 17043)
@@ -65,6 +65,8 @@
   cd ssh
   copy *.* %DDRV%%MDIR%\%MVER%\home\%USERNAME%\.ssh\
 )
+cd /d %DDRV%
+cd %MDIR%\%MVER%
 IF EXIST %ISODRV%\bldopts (
   print %ISODRV%\bldopts >> etc\profile.d\bldopts.sh
 )



More information about the tor-commits mailing list