Re: Will virgin XFree86 run under LINUX?
Davor Buvinic <[email protected]> Sun, 15 Dec 2002 11:05:20 -0300
| Newsgroups | gmane.comp.xfree86.expert |
|---|---|
| Message-ID | <[email protected]> |
On Sunday 15 December 2002 09:01 am, Alexander Gottwald wrote: [...] > > Unfortunately the building of RPMs does normally take twice the time as > the make; make install build because if some files got renamed or removed > or added, I only notice this at the end of the build and have to alter the > spec file and rerun the build. But I think the time I wasted there is saved > when something is broken in the CVS build and I have to go back to an old > version. > > bye > ago If you update your build frequently from CVS, you can use ccache (ccache.samba.org), a compiler cache to speedup the compilation. As the CVS head branch is now in freeze there isn't great changes so ccache always get a great number of hits. - Davor