aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Heider2010-05-04 20:14:05 +0000
committerAndre Heider2010-05-04 20:14:05 +0000
commita753c9a411ba475398d8c9d875a61269e2864b77 (patch)
tree89f1c7a0cafb8a09a1d3bfd1cba2e7baafd6e8e9
parentfc567b1b259a668e48a8d42e891b889c6c5068fb (diff)
downloadscummvm-rg350-a753c9a411ba475398d8c9d875a61269e2864b77.tar.gz
scummvm-rg350-a753c9a411ba475398d8c9d875a61269e2864b77.tar.bz2
scummvm-rg350-a753c9a411ba475398d8c9d875a61269e2864b77.zip
Switch from "svn status" to "svn info", which is way faster (especially over NFS).
svn-id: r48945
-rw-r--r--Makefile.common2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.common b/Makefile.common
index acfb24fcf9..9d1312ef95 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -169,7 +169,7 @@ VER_EXTRA = $(shell echo $(VERSION) | cut -d. -f 3 | cut -c2-)
# 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