bug-make
[Top][All Lists]
Advanced

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

Re: [rfc] Colorized output for GNU make?


From: Paul Smith
Subject: Re: [rfc] Colorized output for GNU make?
Date: Thu, 20 Oct 2011 00:40:04 -0400

On Thu, 2011-10-20 at 05:56 +0200, Sebastian Pipping wrote:
> On 10/11/2011 10:11 PM, Sebastian Pipping wrote:
> > Alright.  Please initiate the copyright assignment process.
> 
> Any news on this?  So there are no preperations to do?

The paperwork generally requires you to list the files that you made
changes to, and it's helpful to know the scope of the changes.  As long
as you're still in the early development stage it's not easy to do this.

However it can take a bit to complete esp. if you reside outside the
U.S. (inside the U.S. we can now use scanned documents via email but
outside the U.S. we still must rely on physical mail).

I'll send you some options and you can choose which you prefer.

> > Could you add a bootstrap/autogen.sh script to CVS?
> 
> Any advice or progress here?  Any more information you need from me?

Check the README.cvs file, for now:

        make-cvs$ tail -17 README.cvs
        
        This list is eminently suitable for a quick swipe o' the mouse and a
        swift click o' mouse-2 into an xterm.  Go for it!
        
        autoreconf -i
        ./configure
        make update
        make
        make check
        
        Or, for a debugging version:
        
        autoreconf -i && ./configure CFLAGS=-g && make update && make && make 
check
        
        Or, all-in-one:
        
        autoreconf -i && ./configure && make update && make && make check


-- 
-------------------------------------------------------------------------------
 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]