Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Hutchinson <mhutchinson@novell.com>2009-11-11 09:40:43 +0300
committerMichael Hutchinson <mhutchinson@novell.com>2009-11-11 09:40:43 +0300
commit1755c3024c3a998e95a2c020abebc2c6b1eebdbe (patch)
treed139d521d1fa14bcef5d472c78e3fb7bea093269 /main/build
parentb8d8fd17dc51fc5a4d85fa1537d96de73cafcdd5 (diff)
2009-11-11 Michael Hutchinson <mhutchinson@novell.com>
* Makefile.am: Use Last Changed Rev in updateinfo. svn path=/trunk/monodevelop/; revision=145929
Diffstat (limited to 'main/build')
-rw-r--r--main/build/MacOSX/ChangeLog4
-rw-r--r--main/build/MacOSX/Makefile.am2
2 files changed, 5 insertions, 1 deletions
diff --git a/main/build/MacOSX/ChangeLog b/main/build/MacOSX/ChangeLog
index d861bf217c..043393c712 100644
--- a/main/build/MacOSX/ChangeLog
+++ b/main/build/MacOSX/ChangeLog
@@ -1,3 +1,7 @@
+2009-11-11 Michael Hutchinson <mhutchinson@novell.com>
+
+ * Makefile.am: Use Last Changed Rev in updateinfo.
+
2009-11-05 Michael Hutchinson <mhutchinson@novell.com>
* monodevelop: Don't tee because it leaves zombie processes
diff --git a/main/build/MacOSX/Makefile.am b/main/build/MacOSX/Makefile.am
index fcd8d9e979..d6f2be747d 100644
--- a/main/build/MacOSX/Makefile.am
+++ b/main/build/MacOSX/Makefile.am
@@ -67,7 +67,7 @@ MonoDevelop.app: ../AddIns/* ../AddIns/*/* ../AddIns/*/*/* ../bin/* ../data/*/*
if test -n "$$svn_info"; then \
version=$$(cd ..; \
LANG=C; export LANG; \
- eval $$svn_info | sed -n -e '/Revision/ s/.*: //p'; \
+ eval $$svn_info | sed -n -e '/Last Changed Rev/ s/.*: //p'; \
); \
echo "a3140c14-ef90-4019-ae6c-9d93804d6611 $$version" > "$(MACOS)/updateinfo"; \
fi;