r5891 - trunk/src/host/dfu-util/src

laforge at docs.openmoko.org laforge at docs.openmoko.org
Sun Apr 4 03:24:03 CEST 2010


Author: laforge
Date: 2010-04-04 03:24:03 +0200 (Sun, 04 Apr 2010)
New Revision: 5891

Modified:
   trunk/src/host/dfu-util/src/Makefile.am
Log:
use 'svnversion -n' to prevent newline at end of version info


Modified: trunk/src/host/dfu-util/src/Makefile.am
===================================================================
--- trunk/src/host/dfu-util/src/Makefile.am	2010-04-03 19:45:01 UTC (rev 5890)
+++ trunk/src/host/dfu-util/src/Makefile.am	2010-04-04 01:24:03 UTC (rev 5891)
@@ -2,7 +2,7 @@
 
 dfu-version.h:
 	echo -e '#ifndef DFU_UTIL_VERSION' \
-	'\n#define DFU_UTIL_VERSION "'`svnversion`'"' \
+	'\n#define DFU_UTIL_VERSION "'`svnversion -n`'"' \
 	'\n#endif' > dfu-version.h
 BUILT_SOURCES = dfu-version.h
 




More information about the commitlog mailing list