USE_GCC=3.2 vs make clean in ports

Kris Kennaway kris at obsecurity.org
Mon Apr 21 02:37:43 PDT 2003


On Mon, Apr 21, 2003 at 10:03:58AM +0900, Alexey Kuzmin wrote:
> On Fri, 18 Apr 2003 02:40:32 -0700
> Kris Kennaway <kris at obsecurity.org> wrote:
> 
> > On Fri, Apr 18, 2003 at 04:25:07PM +0900, Alexey Kuzmin wrote:
> > > hello all!
> > > 
> > > i've installed gcc-3.2  about a month ago and put "USE_GCC=3.2" into
> > > /etc/make.conf.
> > > now "make clean" for any of ports leads to smth like
> > 
> > Yes, don't do that :) USE_GCC adds a dependency on gcc32 for every
> > port, including gcc32.
> 
> you mean `make clean' falls into infinite loop?

Think about what will happen when it tries to recurse through the
dependencies to clean them.

> > I assume that what you're trying to do is make ports build with gcc32;
> > that's what the CC and CXX environment variables are intended for.
> 
> i've just replaced USE_GCC with CC/CXX and it seems to be ok now
> thanx a lot.

No problem.

Kris
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-stable/attachments/20030421/718fe010/attachment.bin


More information about the freebsd-stable mailing list