From owner-cvs-all Wed Apr 25 1:14: 2 2001 Delivered-To: cvs-all@freebsd.org Received: from meow.osd.bsdi.com (meow.osd.bsdi.com [204.216.28.88]) by hub.freebsd.org (Postfix) with ESMTP id 8B7E537B423; Wed, 25 Apr 2001 01:13:56 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from laptop.baldwin.cx (john@jhb-laptop.osd.bsdi.com [204.216.28.241]) by meow.osd.bsdi.com (8.11.2/8.11.2) with ESMTP id f3P8DZG91195; Wed, 25 Apr 2001 01:13:39 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: Date: Wed, 25 Apr 2001 01:13:03 -0700 (PDT) From: John Baldwin To: Bruce Evans Subject: RE: cvs commit: src/usr.bin/xlint/llib Makefile Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, Jeroen Ruigrok van der Werven Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 25-Apr-01 Bruce Evans wrote: > On Tue, 24 Apr 2001, John Baldwin wrote: >> >> 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. Ah, ok. >> 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? > Bruce -- John Baldwin -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.baldwin.cx/~john/pgpkey.asc "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message