[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Caret escaping (was: Re: make'ing make-3.18beta4 under mingw/msys...
From: |
Paul D. Smith |
Subject: |
Re: Caret escaping (was: Re: make'ing make-3.18beta4 under mingw/msys... |
Date: |
Tue, 3 Jan 2006 12:47:50 -0500 |
%% Alessandro Vesely <address@hidden> writes:
av> Thus, in case the "slow path" is taken, the LINE command should be
replaced with
av> SHELL FLAG ESCAPED-LINE, where:
av> SHELL may be either a unixy_shell, cmd.exe or the old command.com,
av> FLAG should be -c for unixy_shell or /C otherwise, and
av> ESCAPED-LINE should be escaped using backslashes for unixy_shell,
av> carets for cmd.exe, or
av> no escape at all for the old command.exe.
av> Then there is a batch_mode_shell flag, which is usually set for cmd.exe
av> and causes a NOT-SO-ESCAPED-LINE to be written to a temporary batch file.
av> Should we revise those specs in order to make a smarter use of cmd.exe?
av> Althought that patch also allowed -jN to be specified w/o
av> unixy_shell, after Paul's clarifications it seems the "-j"-change
av> does not depend on escaping.
av> Typically, smarter escaping might be required if the command is, say,
av> egrep ^foo $^ | something
av> In that case, cmd.exe eats the caret unless it is escaped as ^^foo;
av> command.com does not. As a workaround one can escape the command in
av> the makefile, which then cannot be ported to windows 98.
It may be that the DOS/Windows port does more with this than the UNIX
port; I'm pretty sure there's no need to escape anything in UNIX since
the string is passed directly to the shell with exec().
--
-------------------------------------------------------------------------------
Paul D. Smith <address@hidden> Find some GNU make tips at:
http://www.gnu.org http://make.paulandlesley.org
"Please remain calm...I may be mad, but I am a professional." --Mad Scientist
- Re: running with -jN on Windows, (continued)
- Re: running with -jN on Windows, Eli Zaretskii, 2006/01/03
- Re: running with -jN on Windows, Paul D. Smith, 2006/01/04
- Re: running with -jN on Windows, Eli Zaretskii, 2006/01/14
- Re: running with -jN on Windows, Paul D. Smith, 2006/01/16
- Re: running with -jN on Windows, Eli Zaretskii, 2006/01/16
- Re: running with -jN on Windows, Paul D. Smith, 2006/01/16
- Re: running with -jN on Windows, Eli Zaretskii, 2006/01/17
Re: make'ing make-3.18beta4 under mingw/msys - "undefined referenceto `sleep'", KJKHyperion, 2006/01/02