From owner-cvs-all Tue Apr 24 13:23:43 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3997937B43F; Tue, 24 Apr 2001 13:23:39 -0700 (PDT) (envelope-from asmodai@FreeBSD.org) Received: (from asmodai@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3OKNc196815; Tue, 24 Apr 2001 13:23:38 -0700 (PDT) (envelope-from asmodai) Message-Id: <200104242023.f3OKNc196815@freefall.freebsd.org> From: Jeroen Ruigrok van der Werven Date: Tue, 24 Apr 2001 13:23:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/xlint/llib Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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. Revision Changes Path 1.10 +4 -3 src/usr.bin/xlint/llib/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message