1
0
mirror of git://projects.qi-hardware.com/fped.git synced 2024-06-24 16:25:27 +03:00

- Makefile (SVN_VERSION): use "svn info -R" to get the correct SVN revision

git-svn-id: http://svn.openmoko.org/trunk/eda/fped@5846 99fdad57-331a-0410-800a-d7fa5415bdb3
This commit is contained in:
werner 2010-02-18 14:18:30 +00:00
parent 53a01182a3
commit 3ba5a476b8

View File

@ -45,7 +45,8 @@ LDLIBS = -lm -lfl $(LIBS_GTK)
YACC = bison -y
YYFLAGS = -v
SVN_VERSION=$(shell svn info | sed '/Last Changed Rev: /s///p;d')
SVN_VERSION=$(shell svn info -R | sed '/Last Changed Rev: /s///p;d' | \
sort -r | sed 1q)
SVN_STATUS=$(shell [ -z "`svn status -q`" ] || echo +)