solenv/gbuild/gbuild.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit dca431cfea27385ffbcbebd3f080176a809bf9a2 Author: Norbert Thiebaud <[email protected]> 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 _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
