From owner-freebsd-hackers Sun Apr 23 21:15:19 2000 Delivered-To: freebsd-hackers@freebsd.org Received: from scientia.demon.co.uk (scientia.demon.co.uk [212.228.14.13]) by hub.freebsd.org (Postfix) with ESMTP id 8774337B68B; Sun, 23 Apr 2000 21:15:15 -0700 (PDT) (envelope-from ben@scientia.demon.co.uk) Received: from strontium.scientia.demon.co.uk ([192.168.91.36] ident=exim) by scientia.demon.co.uk with esmtp (Exim 3.12 #1) id 12jXGl-0005Ut-00; Mon, 24 Apr 2000 02:02:35 +0100 Received: (from ben) by strontium.scientia.demon.co.uk (Exim 3.12 #7) id 12jXGl-000FgU-00; Mon, 24 Apr 2000 02:02:35 +0100 Date: Mon, 24 Apr 2000 02:02:35 +0100 From: Ben Smithurst To: Brian Fundakowski Feldman Cc: hackers@FreeBSD.org Subject: Re: commit MAKE_SHELL? Message-ID: <20000424020235.C86507@strontium.scientia.demon.co.uk> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Brian Fundakowski Feldman wrote: > +.if ${MAKE_SHELL} == "csh" > +CFLAGS+= -DDEFSHELL=0 ... > +#if DEFSHELL == 1 > (void) execv("/bin/sh", args); > +#elif DEFSHELL == 2 > + (void) execv("/bin/ksh", args); > +#else > +#error "DEFSHELL must be 1 or 2." > +#endif why allow csh in the Makefile when the setting of DEFSHELL it results in will not compile? Have I missed something? -- Ben Smithurst / ben@scientia.demon.co.uk / PGP: 0x99392F7D To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message