Switch from "svn status" to "svn info", which is way faster (especially over NFS).
svn-id: r48945
This commit is contained in:
parent
fc567b1b25
commit
a753c9a411
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue