r5846 - trunk/eda/fped

werner at docs.openmoko.org werner at docs.openmoko.org
Thu Feb 18 15:18:30 CET 2010


Author: werner
Date: 2010-02-18 15:18:30 +0100 (Thu, 18 Feb 2010)
New Revision: 5846

Modified:
   trunk/eda/fped/Makefile
Log:
- Makefile (SVN_VERSION): use "svn info -R" to get the correct SVN revision



Modified: trunk/eda/fped/Makefile
===================================================================
--- trunk/eda/fped/Makefile	2010-02-18 14:03:14 UTC (rev 5845)
+++ trunk/eda/fped/Makefile	2010-02-18 14:18:30 UTC (rev 5846)
@@ -45,7 +45,8 @@
 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 +)
 
 




More information about the commitlog mailing list