bug-make
[Top][All Lists]
Advanced

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

Re: patch to support output synchronization under -j


From: Paul Smith
Subject: Re: patch to support output synchronization under -j
Date: Tue, 03 May 2011 08:56:01 -0400

On Tue, 2011-05-03 at 09:48 +0200, Stefano Lattarini wrote:
> > The other thing I was thinking is that this feature might want to be
> > enabled via a command-line argument.  All the complex makefiles
> > generated by automake, etc. for example cannot take advantage of this
> > if you have to modify every makefile to add the special target.
> > 
> >
> Not completely true.  A developer using Automake who wants to take
> advantage of this feature could just add the line:
>   .PARALLELSYNC:
> to his Makefile.am file(s).  Automake's preprocessing policy is to
> pass through the things it doesn't understand (or that are not
> influential to it).

Sure, I realize that.  But that only helps developers.  I was thinking
about users of open source software, building it on larger machines with
-jN and wanted to get "clean" output when it fails.  That's my
situation: I have archived vanilla tarballs downloaded directly from the
upstream sites, and I have a makefile that does all that's necessary
(unpack them, configure, build, install, etc.)

I certainly don't want to have to go modify the Makefile.am /
Makefile.in files to get this feature enabled.


Also apropos of nothing, I don't like this name :-).  Maybe .OUTPUTSYNC
or something would be better?  PARALLELSYNC doesn't help understand what
the feature does.

-- 
-------------------------------------------------------------------------------
 Paul D. Smith <address@hidden>          Find some GNU make tips at:
 http://www.gnu.org                      http://make.mad-scientist.net
 "Please remain calm...I may be mad, but I am a professional." --Mad Scientist




reply via email to

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