Source-Changes-HG archive

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

[src/trunk]: src minor makefile delint



details:   https://anonhg.NetBSD.org/src/rev/530f9a9ea9c0
branches:  trunk
changeset: 536541:530f9a9ea9c0
user:      lukem <lukem%NetBSD.org@localhost>
date:      Wed Sep 18 06:17:38 2002 +0000

description:
minor makefile delint

diffstat:

 include/Makefile              |  6 +++---
 lib/libarch/m68k/Makefile.inc |  4 ++--
 libexec/utmp_update/Makefile  |  5 +++--
 3 files changed, 8 insertions(+), 7 deletions(-)

diffs (52 lines):

diff -r 78d9abebad36 -r 530f9a9ea9c0 include/Makefile
--- a/include/Makefile  Wed Sep 18 06:16:39 2002 +0000
+++ b/include/Makefile  Wed Sep 18 06:17:38 2002 +0000
@@ -1,8 +1,10 @@
-#      $NetBSD: Makefile,v 1.104 2002/03/31 14:12:37 bjh21 Exp $
+#      $NetBSD: Makefile,v 1.105 2002/09/18 06:17:38 lukem Exp $
 #      @(#)Makefile    8.2 (Berkeley) 1/4/94
 
 # Doing a make includes builds /usr/include
 
+NOOBJ=         # defined
+
 # Missing: mp.h
 
 INCS=  a.out.h ar.h assert.h bitstring.h bm.h cpio.h ctype.h db.h dirent.h \
@@ -32,8 +34,6 @@
 
 INCSDIR=       /usr/include
 
-NOOBJ=         # defined
-
 SUBDIR=                rpc
 
 .include <bsd.prog.mk>
diff -r 78d9abebad36 -r 530f9a9ea9c0 lib/libarch/m68k/Makefile.inc
--- a/lib/libarch/m68k/Makefile.inc     Wed Sep 18 06:16:39 2002 +0000
+++ b/lib/libarch/m68k/Makefile.inc     Wed Sep 18 06:17:38 2002 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile.inc,v 1.7 2002/03/26 22:48:04 fredette Exp $
+# $NetBSD: Makefile.inc,v 1.8 2002/09/18 06:19:27 lukem Exp $
 
 .if (${MACHINE_ARCH} == "m68k" || ${MACHINE_ARCH} == "m68000")
+NOLINT=                # defined
 SRCS=          m68k_sync_icache.S
-NOLINT=                # defined
 .endif
 
 MAN+=          m68k_sync_icache.2
diff -r 78d9abebad36 -r 530f9a9ea9c0 libexec/utmp_update/Makefile
--- a/libexec/utmp_update/Makefile      Wed Sep 18 06:16:39 2002 +0000
+++ b/libexec/utmp_update/Makefile      Wed Sep 18 06:17:38 2002 +0000
@@ -1,7 +1,8 @@
-#      $NetBSD: Makefile,v 1.1 2002/07/28 22:38:50 christos Exp $
+#      $NetBSD: Makefile,v 1.2 2002/09/18 06:21:15 lukem Exp $
+
+NOMAN= # defined
 
 PROG=  utmp_update
-NOMAN= 1
 BINOWN=        root
 BINMODE=4555
 



Home | Main Index | Thread Index | Old Index