From owner-cvs-all Wed Apr 25 1:36:46 2001 Delivered-To: cvs-all@freebsd.org Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by hub.freebsd.org (Postfix) with ESMTP id BEB7C37B422; Wed, 25 Apr 2001 01:36:41 -0700 (PDT) (envelope-from bde@zeta.org.au) Received: from bde.zeta.org.au (bde.zeta.org.au [203.2.228.102]) by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id SAA08945; Wed, 25 Apr 2001 18:36:35 +1000 Date: Wed, 25 Apr 2001 18:35:34 +1000 (EST) From: Bruce Evans X-Sender: bde@besplex.bde.org To: John Baldwin Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, Jeroen Ruigrok van der Werven Subject: RE: cvs commit: src/usr.bin/xlint/llib Makefile In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 25 Apr 2001, John Baldwin wrote: > >> You should just be able to use the 'lint' in your path since that should map > >> to > >> the 'lint' program in the build-tools. > > > > Not quite. `lint' is just the driver stage. It has hard-coded paths > > to /usr/libexec/lint[1-2], so the new version of lint mostly doesn't > > get used whether or not `lint' is run from the obj dir or according > > to the path. > > Ugh, gross. I guess the bootstrap version of lint will need to be hacked > somehow to use bootstrap verisons of those? Ugh. The clean way, or at least the usual way, is to have an enviroment variable like gcc's COMPILER_PATH. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message