Mail Archives: djgpp-workers/2001/09/20/13:07:42
> -----Original Message-----
> From: Eli Zaretskii [mailto:eliz AT is DOT elta DOT co DOT il]
>
> On Thu, 20 Sep 2001, Wojciech Galazka wrote:
> >
> > NTCMDPROMPT
>
> Are you saying that with this trick, even if Make invokes
> "command.com /c ..." explicitly, Windows will run cmd instead?
> I'd be surprised if it did.
>
It will not
I think one should assume that command com is not fully LFN-aware on
NT/W2K/XP
The best, perhaps is to rewrite make rules of type 'command.com /c ..' with
something more portable
Is there any specific reason of such rules at all?
>
> When I said that we will need to find a way to run cmd on those
> systems, I meant the following: we need a method to detect such
> a system from the Makefile, and then run "cmd.exe /c ..." instead
> of "command.com /c ...".
>
This adds unnecessary complexity to a makefile
- Raw text -