summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2001-04-29 03:19:58 +0000
committerpeter <peter@FreeBSD.org>2001-04-29 03:19:58 +0000
commitd6c86219888e8163793247153d7e5eb64dc212ab (patch)
tree2fcd6c21d051feeb6063b4df1e93dca4a2de8fa0 /usr.bin
parent6aad15a67492041618548816ac1a4a934ef90ad1 (diff)
downloadFreeBSD-src-d6c86219888e8163793247153d7e5eb64dc212ab.zip
FreeBSD-src-d6c86219888e8163793247153d7e5eb64dc212ab.tar.gz
Disable llib. The previous commit does not go anywhere near far enough
to enable this. 1: it was running xlint out of the object directory, which is not safe (ie: run a 5.x binary on a 4.x world - no libc.so.5, or run an alpha binary on x86). 2: lint has /usr/libexec/lint1 and /usr/libexec/lint2 hard coded in. This is the same as problem 1. 3: lint has got /usr/bin/cc hard coded in as well. Also, see problem 1. There are probably more problems, but these are enough of a showstopper.
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/xlint/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/xlint/Makefile b/usr.bin/xlint/Makefile
index 3f935c6..8aab02e 100644
--- a/usr.bin/xlint/Makefile
+++ b/usr.bin/xlint/Makefile
@@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.2 1995/07/03 21:23:45 cgd Exp $
# $FreeBSD$
-SUBDIR= lint1 lint2 xlint llib
+SUBDIR= lint1 lint2 xlint #llib
build-tools: lint1 lint2 xlint
OpenPOWER on IntegriCloud