This is the mail archive of the libc-help@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Incremental Build?


On Fri, Sep 14, 2012 at 02:03:39AM -0400, Mike Frysinger wrote:
> On Thu, Sep 13, 2012 at 11:33 PM, Andy Chien wrote:
> > I'm making some modifications to libc for testing purpose in my own
> > project. All the build instructions I can find basically says to do
> > run configure, make and make install.  However, the build time is
> > fairly long even on modern, fast computer which makes iteration time
> > painful.  I was wondering if there is any tips or tricks to build
> > incrementally or speed up the process some how?  Thanks
> 
> just type `make` after you make a change ...
> -mike
and typically make clean every second change. 
I use 
CC='ccache gcc' ../glibc/configure ...
which makes build fast without worrying how incremental build broken.

-- 

Runt packets


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]