mirror of
git://projects.qi-hardware.com/fped.git
synced 2024-11-22 08:38:26 +02: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:
parent
53a01182a3
commit
3ba5a476b8
3
Makefile
3
Makefile
@ -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 +)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user