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 / [EMAIL PROTECTED] / PGP: 0x99392F7D


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to