[ros-diffs] [cfinck] 29020: Check for the Makefile instead of the ".svn" directory, when "Build-Shared.cmd" is executed. The ".svn" directory does not exist, when you try to build an SVN Export. (and all "src" Release packages are SVN Exports)

cfinck at svn.reactos.org cfinck at svn.reactos.org
Wed Sep 12 17:34:15 CEST 2007


Author: cfinck
Date: Wed Sep 12 19:34:14 2007
New Revision: 29020

URL: http://svn.reactos.org/svn/reactos?rev=29020&view=rev
Log:
Check for the Makefile instead of the ".svn" directory, when "Build-Shared.cmd" is executed.
The ".svn" directory does not exist, when you try to build an SVN Export. (and all "src" Release packages are SVN Exports)

Modified:
    trunk/tools/RosBE-Windows/Root/Build-Shared.cmd

Modified: trunk/tools/RosBE-Windows/Root/Build-Shared.cmd
URL: http://svn.reactos.org/svn/reactos/trunk/tools/RosBE-Windows/Root/Build-Shared.cmd?rev=29020&r1=29019&r2=29020&view=diff
==============================================================================
--- trunk/tools/RosBE-Windows/Root/Build-Shared.cmd (original)
+++ trunk/tools/RosBE-Windows/Root/Build-Shared.cmd Wed Sep 12 19:34:14 2007
@@ -31,7 +31,7 @@
 ::
 if %logdiff% == 0 (
 if not exist "RosBE-Logs\." (
-        if not exist ".svn\." (
+        if not exist "Makefile" (
             echo Folder is empty. No Build can be performed without a Source Code.
             goto :EOB
         ) else (




More information about the Ros-diffs mailing list