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

svn-id: r48945
This commit is contained in:
Andre Heider 2010-05-04 20:14:05 +00:00
parent fc567b1b25
commit a753c9a411

View file

@ -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