From owner-cvs-all Tue Apr 24 13:35:27 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 404EE37B422; Tue, 24 Apr 2001 13:35:19 -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 f3OKZCG74327; Tue, 24 Apr 2001 13:35:12 -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: <200104242023.f3OKNc196815@freefall.freebsd.org> Date: Tue, 24 Apr 2001 13:34:35 -0700 (PDT) From: John Baldwin To: Jeroen Ruigrok van der Werven Subject: RE: cvs commit: src/usr.bin/xlint/llib Makefile Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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. :( You should just be able to use the 'lint' in your path since that should map to the 'lint' program in the build-tools. -- 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