[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: running with -jN on Windows
From: |
Paul D. Smith |
Subject: |
Re: running with -jN on Windows |
Date: |
Tue, 3 Jan 2006 03:11:46 -0500 |
%% Eli Zaretskii <address@hidden> writes:
>> From: Alessandro Vesely <address@hidden>
>> Date: Sun, 01 Jan 2006 16:26:49 +0100
>>
>> One possibility is to check if it is "cmd.exe" and not "command.com".
ez> Yes, but what feature of cmd.exe do we need for -j, and why? I
ez> need to know this in order to understand the problem and the
ez> solution, and in order to test the patched Make.
ez> KJKHyperion says we need the caret-escaping, but it's not clear to me
ez> at all why this would allow -j.
The critical thing that is needed from the shell to allow -jN to work is
that it can be invoked with open file descriptors (a pipe in this case)
and that it can further pass those open file descriptors to programs it
invokes, unmolested.
As far as I know that's all you need from the shell to get -jN working.
I don't know what this means in the context of any temporary batch file
creation or other special things that happen on Windows systems.
--
-------------------------------------------------------------------------------
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: make'ing make-3.18beta4 under mingw/msys - "undefined referenceto `sleep'", J. Grant, 2006/01/01
- Re: make'ing make-3.18beta4 under mingw/msys - "undefined referenceto `sleep'", Alessandro Vesely, 2006/01/01
- Re: make'ing make-3.18beta4 under mingw/msys - "undefined referenceto `sleep'", Eli Zaretskii, 2006/01/01
- Re: running with -jN on Windows,
Paul D. Smith <=
- 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