make-w32
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Savannah bug #4364


From: Eli Zaretskii
Subject: Re: Savannah bug #4364
Date: 31 Jul 2003 08:27:03 +0200

> From: "address@hidden" <address@hidden>
> Date: Wed, 30 Jul 2003 19:30:05 -0400
> 
> Need to fake Batch processor in CMD.EXE(or command.com) into treating
> "$" as literal, not interpret; but how I do not know.
> 
> may try \$
> but I don't have much faith in that solution.

I doubt that \$ will help: that's not how Windows shells quote special
characters.  Quotes "" might help, except that the example already
uses them...

I vaguely recall that the WINDOWS32 port of Make uses batch files to
run commands in some cases, so perhaps the way to solve this would be
to force Make not to go the batch-file way.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]