Re: ccache: support other world compilers

2011-02-24 Thread Alberto Villa
On Friday 17 December 2010 12:03:30 Alberto Villa wrote: > the attached patch allows ccache to use non-default compilers > (especially clang, as it's the only one which will actually work) to build > world and kernel. ehaupt@ suggested to let ports@ review it it was about time to send a pr: http:/

Re: ccache: support other world compilers

2010-12-17 Thread Alberto Villa
On Friday 17 December 2010 15:58:35 Alberto Villa wrote: > fixed and tested patch attached oops... i thought PLIST_DIRS was smarter... here's the final patch -- Alberto Villa, FreeBSD committer http://people.FreeBSD.org/~avilla May Euell Gibbons eat your only copy of the manual! Index: Makefile

Re: ccache: support other world compilers

2010-12-17 Thread Alberto Villa
On Friday 17 December 2010 12:03:30 Alberto Villa wrote: > while i had no problems at building world with world/clang, i've not yet > tested the port installation, but i'll do it as soon as i have a free > tinderbox. meanwhile you can share your comments about the patch fixed and tested patch atta

Re: ccache: support other world compilers

2010-12-17 Thread Alberto Villa
On Friday 17 December 2010 12:03:30 Alberto Villa wrote: > - i replaced world-* with world/* (this would obviously require a note in > UPDATING) because of this (/sys/boot/i386/boot2/Makefile and others): > CC:=${CC:C/^(.*\/)?clang$/gcc/1} > world-clang wouldn't be replaced with world-gcc, while wo

ccache: support other world compilers

2010-12-17 Thread Alberto Villa
hello! the attached patch allows ccache to use non-default compilers (especially clang, as it's the only one which will actually work) to build world and kernel. ehaupt@ suggested to let ports@ review it it also updates documentation with the new instructions, and replaces libtool15 with libto