Date: Sat, 28 Apr 2001 20:19:58 -0700 (PDT) From: Peter Wemm <peter@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/xlint Makefile Message-ID: <200104290319.f3T3Jwo11975@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
peter 2001/04/28 20:19:58 PDT
Modified files:
usr.bin/xlint Makefile
Log:
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.
Revision Changes Path
1.11 +2 -2 src/usr.bin/xlint/Makefile
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200104290319.f3T3Jwo11975>
