Re: what happens to my --jobs?

2008-02-29 Thread Krzysztof Nosek
Hello, thank you for your answer. First of all, I understand the relationships between MAKEFLAGS and recursive make invocation, but I want to emphasize that my situation is purely un-recursive: it's just one simple, flat makefile. Just for any case. Second, I need to access the --jobs settin

Re: what happens to my --jobs?

2008-02-29 Thread Paul Smith
On Fri, 2008-02-29 at 10:12 +0100, Krzysztof Nosek wrote: > shouldn't --jobs (-j) flag and its value appear in MAKEFLAGS? No; there's no need for it to be there. The submakes get information about whether they can run a job or not from the jobserver (a pipe). They don't need to know, nor would it

Re: Where to download the make for windows xp

2008-02-29 Thread Eli Zaretskii
> Date: Fri, 29 Feb 2008 10:35:54 +0530 (IST) > From: Subramanya Mujumdar <[EMAIL PROTECTED]> > > Hi, > I am planing to use the make for winodws xp. > Can some one pls point me to the link for the same ? >From the MinGW download page: http://sourceforge.net/project/showfiles.php?group_id=

Where to download the make for windows xp

2008-02-29 Thread Subramanya Mujumdar
Hi, I am planing to use the make for winodws xp. Can some one pls point me to the link for the same ? Best Regards, Subramanya M Mobile: 98863 52726 Forgot the famous last words? Access your message archive online at http://in.messenger.yahoo.com/webmessengerpromo.php__

what happens to my --jobs?

2008-02-29 Thread Krzysztof Nosek
Dear list, shouldn't --jobs (-j) flag and its value appear in MAKEFLAGS? I would really like to know from my makefile how many (if any) concurrent jobs user requested. I do not know whether it is a windows issue. I reproduce that with make.exes from both Cygwin and GnuWin32, e.g.: : make