From owner-cvs-all Tue Apr 24 23:19:25 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 2B94637B422; Tue, 24 Apr 2001 23:19:19 -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 QAA32285; Wed, 25 Apr 2001 16:19:15 +1000 Date: Wed, 25 Apr 2001 16:18:14 +1000 (EST) From: Bruce Evans X-Sender: bde@besplex.bde.org To: John Baldwin Cc: Jeroen Ruigrok van der Werven , cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org 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 Tue, 24 Apr 2001, John Baldwin wrote: > On 24-Apr-01 Jeroen Ruigrok van der Werven wrote: > > asmodai 2001/04/24 13:23:38 PDT > > > > Modified files: > > usr.bin/xlint/llib Makefile > > Log: > > Wrap lint calling in a variable. > > > > Set LINT to the obj path, since we need to use the new lint's features > > to create .ln files. We do not want to use the installed version for that, > > since that might create files according to the old lint. > > > > This is still a work in progress to clean this all up, but it gets > > through buildworld, which was the problem at hand. > > Err, isn't the point of making lint a build-tool so that you can use the build > tool here rather than the lint binary you just built? This breaks cross > builds. :( It would have to be a bootstrap tool for that. It certainly should be a bootstrap tool ... I discussed this in more detail in private mail. > 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. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message