Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-5]: src/usr.bin/xlint/llib pull up 1.8 (approved by thorpej):



details:   https://anonhg.NetBSD.org/src/rev/c02ddbd481eb
branches:  netbsd-1-5
changeset: 488846:c02ddbd481eb
user:      mrg <mrg%NetBSD.org@localhost>
date:      Wed Aug 02 10:24:25 2000 +0000

description:
pull up 1.8 (approved by thorpej):
>don't build lint libs if MKLINT == no

diffstat:

 usr.bin/xlint/llib/Makefile |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r f742681b061b -r c02ddbd481eb usr.bin/xlint/llib/Makefile
--- a/usr.bin/xlint/llib/Makefile       Wed Aug 02 07:23:13 2000 +0000
+++ b/usr.bin/xlint/llib/Makefile       Wed Aug 02 10:24:25 2000 +0000
@@ -1,10 +1,15 @@
-#      $NetBSD: Makefile,v 1.7 2000/06/14 20:22:19 matt Exp $
+#      $NetBSD: Makefile,v 1.7.2.1 2000/08/02 10:24:25 mrg Exp $
+
+.include <bsd.own.mk>
 
 LIBS=  llib-lposix.ln llib-lstdc.ln
+
+.if ${MKLINT} != "no"
 FILES= ${LIBS}
 FILESDIR= ${LINTLIBDIR}
 
 realall:       ${LIBS}
+.endif
 
 CLEANFILES+= ${LIBS}
 



Home | Main Index | Thread Index | Old Index