From owner-cvs-all Thu Aug 17 9:22:13 2000 Delivered-To: cvs-all@freebsd.org Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by hub.freebsd.org (Postfix) with ESMTP id 9B1C437BA7E; Thu, 17 Aug 2000 09:21:17 -0700 (PDT) Received: (from ache@localhost) by nagual.pp.ru (8.11.0/8.11.0) id e7HGKsa83854; Thu, 17 Aug 2000 20:20:55 +0400 (MSD) (envelope-from ache) Date: Thu, 17 Aug 2000 20:20:53 +0400 From: "Andrey A. Chernov" To: Warner Losh Cc: Brian Fundakowski Feldman , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/make Makefile config.h job.c main.c Message-ID: <20000817202053.A83828@nagual.pp.ru> References: <20000817191010.A83092@nagual.pp.ru> <20000817073828.A78992@nagual.pp.ru> <20000817191010.A83092@nagual.pp.ru> <200008171550.JAA15746@billy-club.village.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200008171550.JAA15746@billy-club.village.org>; from imp@village.org on Thu, Aug 17, 2000 at 09:50:34AM -0600 Organization: Biomechanoid Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Aug 17, 2000 at 09:50:34AM -0600, Warner Losh wrote: > In message <20000817191010.A83092@nagual.pp.ru> "Andrey A. Chernov" writes: > : Do we want another non-standard feature to be different from the rest of > : the world? F.e. GNU make use ${SHELL} for this purpose too. > : > : What is exactly wrong with ${SHELL} variable? IMHO this worth fixing and > : not worth yet another incompatibility. > > But the original commit message said that csh doesn't work with make, > and when I login with a csh, I get SHELL=/bin/csh With GNU/SysV make style this is desired effect, many makefiles started with SHELL=/bin/sh because of it. But as Bruce says, this is not a case for BSD make which must use .SHELL instead as documented. In either case no MAKE_SHELL. -- Andrey A. Chernov http://ache.pp.ru/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message