[Scummvm-cvs-logs] SF.net SVN: scummvm:[48945] scummvm/trunk/Makefile.common

dhewg at users.sourceforge.net dhewg at users.sourceforge.net
Tue May 4 22:14:06 CEST 2010


Revision: 48945
          http://scummvm.svn.sourceforge.net/scummvm/?rev=48945&view=rev
Author:   dhewg
Date:     2010-05-04 20:14:05 +0000 (Tue, 04 May 2010)

Log Message:
-----------
Switch from "svn status" to "svn info", which is way faster (especially over NFS).

Modified Paths:
--------------
    scummvm/trunk/Makefile.common

Modified: scummvm/trunk/Makefile.common
===================================================================
--- scummvm/trunk/Makefile.common	2010-05-04 20:07:22 UTC (rev 48944)
+++ scummvm/trunk/Makefile.common	2010-05-04 20:14:05 UTC (rev 48945)
@@ -169,7 +169,7 @@
 # Get Subversion's working copy information
 ######################################################################
 
-ifeq ($(shell LANG=C svn stat $(srcdir) 2>&1 | grep "is not a working copy"),)
+ifeq ($(shell LANG=C svn info $(srcdir) 2>&1 | grep "is not a working copy"),)
 SVNROOT := $(srcdir)
 ifeq ($(origin VER_SVNREV), undefined)
 # Get the working copy base revision


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list