[Scummvm-cvs-logs] SF.net SVN: scummvm:[48344] scummvm/branches/branch-1-1-0/backends/platform /dc/dreamcast.mk

marcus_c at users.sourceforge.net marcus_c at users.sourceforge.net
Sun Mar 21 01:34:21 CET 2010


Revision: 48344
          http://scummvm.svn.sourceforge.net/scummvm/?rev=48344&view=rev
Author:   marcus_c
Date:     2010-03-21 00:34:18 +0000 (Sun, 21 Mar 2010)

Log Message:
-----------
The $VERSION string with "pre" at the end is too long, shorten it down by replaing the inital "V" with "p" and dropping the suffix.

Modified Paths:
--------------
    scummvm/branches/branch-1-1-0/backends/platform/dc/dreamcast.mk

Modified: scummvm/branches/branch-1-1-0/backends/platform/dc/dreamcast.mk
===================================================================
--- scummvm/branches/branch-1-1-0/backends/platform/dc/dreamcast.mk	2010-03-20 23:40:13 UTC (rev 48343)
+++ scummvm/branches/branch-1-1-0/backends/platform/dc/dreamcast.mk	2010-03-21 00:34:18 UTC (rev 48344)
@@ -30,5 +30,6 @@
 	if [ x"$(VER_EXTRA)" = xsvn ]; then \
 	  if [ -z "$(VER_SVNREV)" ]; then ver="SVN"; else ver="r$(VER_SVNREV)"; fi; \
 	else ver="V$(VERSION)"; fi; \
+	ver="`echo \"$$ver\"|sed -e 's/^V\(.*\)pre$/p\1/'`"; \
 	sed -e 's/[@]VERSION[@]/'"$$ver"/ -e 's/[@]DATE[@]/$(shell date '+%Y%m%d')/' < $< > $@
 


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list