X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: "Wiktor S. (wswiktorSP AT Mpoczta DOT fm) [via djgpp AT delorie DOT com]" Newsgroups: comp.os.msdos.djgpp Subject: Re: ANNOUNCE: DJGPP port of GNU make 4.2 uploaded. Date: Sat, 28 May 2016 20:39:29 +0200 Organization: INTERIA.PL S.A. Lines: 12 Message-ID: References: <201605262152 DOT u4QLq0Iu004504 AT delorie DOT com> NNTP-Posting-Host: user-164-127-184-150.play-internet.pl Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset="ISO-8859-15"; reply-type=response Content-Transfer-Encoding: 7bit X-Trace: usenet.news.interia.pl 1464460771 1535 164.127.184.150 (28 May 2016 18:39:31 GMT) X-Complaints-To: usenet AT firma DOT interia DOT pl NNTP-Posting-Date: Sat, 28 May 2016 18:39:31 +0000 (UTC) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.5931 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.6157 Bytes: 1424 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com This make displays a warning even if -j is not specified. make.exe: Parallel jobs (-j) are not supported on this platform. make.exe: Resetting to single job (-j1) mode. I think it is pointless to display it every time, should be only when -j2 or more is explicitly given. -- Wiktor S.