Mail Archives: djgpp-workers/1999/02/23/11:45:41
On Tue, 23 Feb 1999, Salvador Eduardo Tropea (SET) wrote:
> But if I call make from the command line it process argv[0] anyways!!
> From my point of view if something breaks is already broken, at least fix
> something that can be fixed.
I agree that the problem you reported should be fixed if possible, I just
prefer to avoid breaking something else. Any bug that lives for long
enough time becomes a feature that somebody might depend on. If I can
fix the original problem without potentially creating new ones, I'd
prefer it that way.
> $(MAKE) should be the same no matters if I call make from the command line or
> if I spawn make (from make or other program).
I disagree. It certainly is not true on Unix (where different shells
might pass argv[0] in different formats).
- Raw text -