From dca431cfea27385ffbcbebd3f080176a809bf9a2 Mon Sep 17 00:00:00 2001 From: Norbert Thiebaud Date: Thu, 27 Sep 2012 07:38:02 -0500 Subject: [PATCH] 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 --- solenv/gbuild/gbuild.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solenv/gbuild/gbuild.mk b/solenv/gbuild/gbuild.mk index c7f8a8309aa8..0f11ea0c4eb2 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