From owner-cvs-all Wed Mar 20 10:25:57 2002 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 45CB137B404; Wed, 20 Mar 2002 10:25:51 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2KIPpe44526; Wed, 20 Mar 2002 10:25:51 -0800 (PST) (envelope-from ru) Message-Id: <200203201825.g2KIPpe44526@freefall.freebsd.org> From: Ruslan Ermilov Date: Wed, 20 Mar 2002 10:25:51 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src Makefile.inc1 src/share/mk sys.mk src/usr.bin/xlint Makefile Makefile.inc src/usr.bin/xlint/lint1 Makefile src/usr.bin/xlint/llib Makefile src/usr.bin/xlint/xlint Makefile pathnames.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2002/03/20 10:25:51 PST Modified files: . Makefile.inc1 share/mk sys.mk usr.bin/xlint Makefile Makefile.inc usr.bin/xlint/lint1 Makefile usr.bin/xlint/llib Makefile usr.bin/xlint/xlint Makefile pathnames.h Log: Make lint(1) a cross-tool. (See commit log for usr.bin/xlint/Makefile,v 1.11 for what was wrong with enabling build of lint libraries in rev. 1.12.) This fixes cross-arch compiles (running binaries for a different arch when generating lint.7 and lint libraries) and cross-branch compiles (4.x -> 5.0 buildworld should be working again). Revision Changes Path 1.245 +3 -1 src/Makefile.inc1 1.59 +1 -1 src/share/mk/sys.mk 1.13 +0 -2 src/usr.bin/xlint/Makefile 1.3 +2 -1 src/usr.bin/xlint/Makefile.inc 1.14 +6 -4 src/usr.bin/xlint/lint1/Makefile 1.13 +0 -7 src/usr.bin/xlint/llib/Makefile 1.8 +2 -1 src/usr.bin/xlint/xlint/Makefile 1.6 +3 -6 src/usr.bin/xlint/xlint/pathnames.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message