[Libreoffice-commits] .: solenv/gbuild
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Thu Sep 27 05:39:04 PDT 2012
solenv/gbuild/gbuild.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit dca431cfea27385ffbcbebd3f080176a809bf9a2
Author: Norbert Thiebaud <nthiebaud at gmail.com>
Date: Thu Sep 27 07:38:02 2012 -0500
revert the change in gbuild.mk : use /bin/sh as SHELL
This is for performance reasons.
there is a measurable benefit of being able to use /bin/dash
vs /bin/bash
and since make is a big consumer of shells, it is worth the pain.
Change-Id: I0654bee1e7bab1041cd00b5e71498bd593aeeecb
diff --git a/solenv/gbuild/gbuild.mk b/solenv/gbuild/gbuild.mk
index c7f8a83..0f11ea0 100644
--- a/solenv/gbuild/gbuild.mk
+++ b/solenv/gbuild/gbuild.mk
@@ -48,7 +48,7 @@ GBUILDDIR:=$(SRCDIR)/solenv/gbuild
.DELETE_ON_ERROR:
-SHELL := /usr/bin/env bash
+SHELL := /bin/sh
true := T
false :=
define NEWLINE
More information about the Libreoffice-commits
mailing list