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
- commit MAKE_SHELL? Brian Fundakowski Feldman
- Re: commit MAKE_SHELL? Chuck Robey
- Re: commit MAKE_SHELL? Brian Fundakowski Feldman
- Re: commit MAKE_SHELL? Chuck Robey
- Re: commit MAKE_SHELL? Robert Muir
- Re: commit MAKE_SHELL? Ben Smithurst
- Re: commit MAKE_SHELL? Brian Fundakowski Feldman
- Re: commit MAKE_SHELL? Ben Smithurst
- Re: commit MAKE_SHELL? Anatoly Vorobey
- Re: commit MAKE_SHELL? Mikko T
- Re: commit MAKE_SHELL? Anatoly Vorobey
- Re: commit MAKE_SHELL? Doug Barton
- Re: commit MAKE_SHELL? Anatoly Vorobey
- Re: commit MAKE_SHELL? Anatoly Vorobey
- Re: commit MAKE_SHELL? Peter Jeremy

