From owner-cvs-src@FreeBSD.ORG Mon Dec 8 17:01:05 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1898216A4CF; Mon, 8 Dec 2003 17:01:05 -0800 (PST) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E9F543D2A; Mon, 8 Dec 2003 17:01:04 -0800 (PST) (envelope-from bright@elvis.mu.org) Received: by elvis.mu.org (Postfix, from userid 1192) id 662DE2ED453; Mon, 8 Dec 2003 17:01:04 -0800 (PST) Date: Mon, 8 Dec 2003 17:01:04 -0800 From: Alfred Perlstein To: Garance A Drosehn Message-ID: <20031209010104.GW75620@elvis.mu.org> References: <200312090042.hB90gi9O026737@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: re@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src Makefile.inc1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Dec 2003 01:01:05 -0000 * Garance A Drosehn [031208 16:56] wrote: > At 4:42 PM -0800 12/8/03, Garance A Drosehn wrote: > > > > There are other possible fixes for this issue, and ru@ may > > later decide to commit one of those fixes. I just wanted > > some fix in ASAP, and this is the fix that I have tested. > > IMO, the best fix for this will be to change 'make' so we have > a way to specify an alternate shell (instead of the hard-coded > value of /bin/sh) for the 'installworld-ish' targets. Isn't the traditional way of doing this just: SHELL= ?