Date: Tue, 23 Jul 2002 16:34:16 +0200 From: Marc Olzheim <marcolz@stack.nl> To: freebsd-stable@freebsd.org Subject: Re: USE_GCC=3.1 ? Message-ID: <20020723143416.GA21979@stack.nl> In-Reply-To: <20020722003917.GA32906@stack.nl> References: <20020721183000.GA89075@stack.nl> <20020722003917.GA32906@stack.nl>
next in thread | previous in thread | raw e-mail | index | archive | help
> > When one has that line in /etc/make.conf, "make install" in any ports > > dir breaks. It fails to register properly and bails out with: > > Hmmm, I see it's the "make clean" part that goes wrong... More specifically: make clean-depends It's the fact that gmake depends on gcc31, which depends on gmake, etc. Perhaps /usr/share/mk/bsd.port.mk:925 should be deleted ? Isn't there any kind of loop detection ? Marc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020723143416.GA21979>