* Makefile.am (version.h): Allow a trailing '/' in the repository URL.
authorRaja R Harinath <harinath@hurrynot.org>
Mon, 21 Jul 2008 14:22:45 +0000 (14:22 -0000)
committerRaja R Harinath <harinath@hurrynot.org>
Mon, 21 Jul 2008 14:22:45 +0000 (14:22 -0000)
svn path=/trunk/mono/; revision=108346

mono/mini/ChangeLog
mono/mini/Makefile.am

index b14cf6919c8736e06cbff20e54a6ed159050f626..f46573f76bedfd8503cddf4da6c74337972181ef 100644 (file)
@@ -1,3 +1,7 @@
+2008-07-21  Raja R Harinath  <harinath@hurrynot.org>
+
+       * Makefile.am (version.h): Allow a trailing '/' in the repository URL.
+
 2008-07-21  Bill Holmes  <billholmes54@gmail.com>
 
        * mini-amd64.c (get_call_info): Correcting the case for MONO_TYPE_TYPEDBYREF
index 22eab1ceac8c5de0a5f4b73efc77c6173b9123f3..4627dc1e23202f2cabda47a47e484a2d56fa7362 100644 (file)
@@ -524,7 +524,7 @@ version.h: Makefile
        if test -n "$$svn_info"; then \
                (cd $(top_srcdir); \
                        LANG=C; export LANG; \
-                       branch=`$$svn_info | grep URL | sed -e 's/.*source//' -e 's,mono$$,,'`; \
+                       branch=`$$svn_info | grep URL | sed -e 's/.*source//' -e 's,mono/?$$,,'`; \
                        version=`$$svn_info | grep Revision | sed 's/.*: //'`; \
                        echo "#define FULL_VERSION \"$$branch r$$version\""; \
                ); \