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.
This commit is contained in:
Peter Wemm 2001-04-29 03:19:58 +00:00
parent f411fba5d3
commit c8c08ef0e5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=76119

View File

@ -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