[SM-Commit] GIT changes to master grimoire by Vlad Glagolev (e13a4738f5543cacd0cbe0cbd21010c9fbd9facf)

Vlad Glagolev scm at sourcemage.org
Tue Sep 23 06:01:44 EDT 2008


GIT changes to master grimoire by Vlad Glagolev <stealth at sourcemage.org>:

 editors/translator/HISTORY   |    3 +++
 editors/translator/PRE_BUILD |    2 ++
 2 files changed, 5 insertions(+)

New commits:
commit e13a4738f5543cacd0cbe0cbd21010c9fbd9facf
Author: Vlad Glagolev <stealth at sourcemage.org>
Commit: Vlad Glagolev <stealth at sourcemage.org>

    translator: removed debug output in binary

diff --git a/editors/translator/HISTORY b/editors/translator/HISTORY
index 202ab59..7184cf0 100644
--- a/editors/translator/HISTORY
+++ b/editors/translator/HISTORY
@@ -1,3 +1,6 @@
+2008-09-23 Vlad Glagolev <stealth at sourcemage.org>
+	* PRE_BUILD: removed debug output in binary
+
 2008-09-20 Vlad Glagolev <stealth at sourcemage.org>
 	* DETAILS: quoting paths
 	* PRE_BUILD: apply save.patch to fix save dialog appearance on "Save",
diff --git a/editors/translator/PRE_BUILD b/editors/translator/PRE_BUILD
index 8908538..65fdc38 100755
--- a/editors/translator/PRE_BUILD
+++ b/editors/translator/PRE_BUILD
@@ -1,6 +1,8 @@
 default_pre_build &&
 cd "$SOURCE_DIRECTORY" &&
 
+sed -i "s:DEBUG:#DEBUG:" makefile &&
+
 patch -p0 < "$SPELL_DIRECTORY/save.patch" &&
 patch -p0 < "$SPELL_DIRECTORY/enchant.patch" &&
 patch -p0 < "$SPELL_DIRECTORY/gcc43.patch"



More information about the SM-Commit mailing list