Date: Mon, 24 Apr 2000 02:02:35 +0100 From: Ben Smithurst <ben@scientia.demon.co.uk> To: Brian Fundakowski Feldman <green@FreeBSD.org> Cc: hackers@FreeBSD.org Subject: Re: commit MAKE_SHELL? Message-ID: <20000424020235.C86507@strontium.scientia.demon.co.uk> In-Reply-To: <Pine.BSF.4.21.0004231837560.46547-200000@green.dyndns.org> References: <Pine.BSF.4.21.0004231837560.46547-200000@green.dyndns.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000424020235.C86507>
