Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Oct 2007 14:47:10 +0200
From:      Erik Cederstrand <erik@cederstrand.dk>
To:        freebsd-questions@freebsd.org
Subject:   ccache and DESTDIR for ports?
Message-ID:  <4718A74E.5060905@cederstrand.dk>

next in thread | raw e-mail | index | archive | help
Hi!

I'm installing a small set of ports into lots of jails, using the 
DESTDIR support recently added to the ports system. Each jail contains a 
unique CVS revision of FreeBSD. I'd like to speed up compiles by using 
ccache, but as I understand it, I'll have to install ccache into each 
jail since the DESTDIR implementation chroot's into the jail.

Can I install ccache in each jail first and simply hardlink 
/somejail/root/.ccache to /root/.cache before continuing compiling the 
other ports? Or is that asking for trouble, since each jail might have a 
different gcc installed?

Thanks,
Erik



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4718A74E.5060905>