Tue Jul 10 13:07:24 CEST 2007 Paolo Molaro <lupus@ximian.com>
authorPaolo Molaro <lupus@oddwiz.org>
Tue, 10 Jul 2007 10:55:23 +0000 (10:55 -0000)
committerPaolo Molaro <lupus@oddwiz.org>
Tue, 10 Jul 2007 10:55:23 +0000 (10:55 -0000)
* Makefile.am: fix svn invocation to get the svn revision to be
independent of the local language (build fix).

svn path=/trunk/mono/; revision=81695

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

index e00ae4edc9b61b17bc851f643da2e9c5c1d5b5d2..77858bd9705999505c7863bd7b12e2eea95dcf44 100644 (file)
@@ -1,3 +1,9 @@
+
+Tue Jul 10 13:07:24 CEST 2007 Paolo Molaro <lupus@ximian.com>
+
+       * Makefile.am: fix svn invocation to get the svn revision to be
+       independent of the local language (build fix).
+
 2007-07-09  Mark Probst  <mark.probst@gmail.com>
 
        * mini.c (inline_method): Reset cfg->exception_type if the
index 09e59d8e7e97fb54b5caea485529c37fbed4a14b..4a1e10e0c204c7d0376108152dac580903be9b86 100644 (file)
@@ -512,6 +512,7 @@ EXTRA_DIST = $(common_BURGSRC) cprop.c TestDriver.cs ldscript ldscript.mono \
 version.h: Makefile
        if test -d $(srcdir)/.svn; then \
                (cd $(srcdir);  \
+                       export LANG=C;  \
                        branch=`svn info | grep URL | sed -e 's/.*source//' -e 's,mono/mono/mini,,'`; \
                        version=`svn info | grep Revision | sed 's/.*: //'`; \
                        echo "#define FULL_VERSION \"$$branch r$$version\""; \