[Libreoffice-commits] .: 2 commits - solenv/bin solenv/inc
Caolán McNamara
caolan at kemper.freedesktop.org
Tue Jan 18 02:12:33 PST 2011
solenv/bin/linkoo | 2 +-
solenv/inc/settings.mk | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 764d5e864d613d4366c32511f8909216bb07bc97
Author: Caolán McNamara <caolanm at redhat.com>
Date: Tue Jan 18 10:12:14 2011 +0000
spit error to stderr so that it's visible
diff --git a/solenv/bin/linkoo b/solenv/bin/linkoo
index f64e7f6..8a29188 100755
--- a/solenv/bin/linkoo
+++ b/solenv/bin/linkoo
@@ -212,7 +212,7 @@ sub scan_one_dir($$$$)
}
}
if (!$known && !$solver) {
- print "Unknown duplicate file '$file' in: '" .
+ print STDERR "\nlinkoo:: Unknown duplicate file '$file' in: '" .
$build_files->{$file} . "' vs '" .
$module_path . "' in module $path\n";
exit (1);
commit e444d122dbe897a5753e9b315600d288ad6262c3
Author: Caolán McNamara <caolanm at redhat.com>
Date: Tue Jan 18 09:46:13 2011 +0000
tweak G_SLICE to canonical always-malloc
diff --git a/solenv/inc/settings.mk b/solenv/inc/settings.mk
index b2bcd30..2d39af7 100644
--- a/solenv/inc/settings.mk
+++ b/solenv/inc/settings.mk
@@ -1037,7 +1037,7 @@ GDBTRACE=gdb -nx --command=$(SOLARENV)/bin/gdbtrycatchtrace --args
#set.
.IF "$(VALGRIND)" != ""
VALGRINDTOOL=valgrind --tool=$(VALGRIND) --leak-check=yes
-G_SLICE*:=malloc
+G_SLICE*:=always-malloc
.EXPORT : G_SLICE
.ENDIF
More information about the Libreoffice-commits
mailing list