Re: make option to recompile only changed files

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

 



On 22/10/2010 09:29, charfi asma wrote:
Hello,

I only change my compiler (uml1.c) (uml is my new gcc front end)
Is there a make option to tell compiler : recompile only uml1.c , all other
files are kept unchanged ?
every time I change the uml1.c file, I reconfigure, re make and re make install,
it takes some times 10 minutes to do it.

thank you for the help

Asma


Have you tried using ccache? It won't stop the rebuilds, but if files are unchanged and compiler options stay the same, it can get the compiled object code from the cache.




[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux