From owner-freebsd-arch Fri Oct 26 2:45:46 2001 Delivered-To: freebsd-arch@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by hub.freebsd.org (Postfix) with ESMTP id 7508437B405; Fri, 26 Oct 2001 02:45:42 -0700 (PDT) Received: (from obrien@localhost) by dragon.nuxi.com (8.11.6/8.11.1) id f9Q9jgx12839; Fri, 26 Oct 2001 02:45:42 -0700 (PDT) (envelope-from obrien) Date: Fri, 26 Oct 2001 02:45:42 -0700 From: "David O'Brien" To: John Baldwin Cc: arch@FreeBSD.org, Lyndon Nerenberg Subject: Re: your mail Message-ID: <20011026024542.B12708@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org References: <20011025190116.C4609@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from jhb@FreeBSD.org on Thu, Oct 25, 2001 at 10:53:51PM -0700 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-freebsd-arch@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, Oct 25, 2001 at 10:53:51PM -0700, John Baldwin wrote: > Messy? Yes, needless junk. > Index: Makefile > =================================================================== > RCS file: /usr/cvs/src/gnu/usr.bin/cc/cc/Makefile,v > retrieving revision 1.24 > diff -u -r1.24 Makefile > --- Makefile 27 Mar 2001 14:58:37 -0000 1.24 > +++ Makefile 26 Oct 2001 05:46:19 -0000 > @@ -9,7 +9,10 @@ > SRCS= gcc.c gccspec.c > NOSHARED?=yes > > -LINKS= ${BINDIR}/cc ${BINDIR}/gcc > +LINKS= ${BINDIR}/cc > +.ifdef(GCC_NAMES) > +LINKS+= ${BINDIR}/gcc > +.endif uh... +.if !defined(NO_GCC_LINK) if anything. Again, other than some utopian idea of a clensed spirit, what do you hope to acomplish with this change? > It seems more like you just don't like the idea since > you wouldn't use it and thus have decided to take it as a personal > issue. It's just hardlinks to a few binaries here, not the end of the > world. I will direct all the freebsd-questions email on "where did gcc" go to you. -- -- David (obrien@FreeBSD.org) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-arch" in the body of the message