pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/bootstrap/mods/mk Default to MKLINT=no by default. lin...
details: https://anonhg.NetBSD.org/pkgsrc/rev/d293e9909f1a
branches: trunk
changeset: 504760:d293e9909f1a
user: joerg <joerg%pkgsrc.org@localhost>
date: Tue Dec 20 16:15:37 2005 +0000
description:
Default to MKLINT=no by default. lint might not exist on the target
and the default breaks bsd.lib.mk users on DragonFly.
diffstat:
bootstrap/mods/mk/bsd.own.mk.in | 8 ++------
1 files changed, 2 insertions(+), 6 deletions(-)
diffs (22 lines):
diff -r 1322c34446a6 -r d293e9909f1a bootstrap/mods/mk/bsd.own.mk.in
--- a/bootstrap/mods/mk/bsd.own.mk.in Tue Dec 20 16:15:13 2005 +0000
+++ b/bootstrap/mods/mk/bsd.own.mk.in Tue Dec 20 16:15:37 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk.in,v 1.3 2004/04/07 12:05:38 jmmv Exp $
+# $NetBSD: bsd.own.mk.in,v 1.4 2005/12/20 16:15:37 joerg Exp $
.if !defined(_BSD_OWN_MK_)
_BSD_OWN_MK_=1
@@ -245,11 +245,7 @@
MKPROFILE=no
.endif
-.if defined(NOLINT)
-MKLINT=no
-.else
-MKLINT?=yes
-.endif
+MKLINT?=no
.if defined(NOMAN)
MKMAN=no
Home |
Main Index |
Thread Index |
Old Index