From 80678449fee83d3c6fc37b1c55c54459e246dd87 Mon Sep 17 00:00:00 2001 From: cgd Date: Thu, 5 Feb 1998 23:47:24 +0000 Subject: [PATCH] explicitly set NOLINT in libgcc and libobjc Makefiles. There's nothing sensible to make lint libraries of in here. --- gnu/usr.bin/gcc/gcc2netbsd | 4 +++- gnu/usr.bin/gcc/libgcc/Makefile | 3 ++- gnu/usr.bin/gcc/libobjc/Makefile | 3 ++- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/gnu/usr.bin/gcc/gcc2netbsd b/gnu/usr.bin/gcc/gcc2netbsd index 2b610cc7540b..99a88e40b69e 100644 --- a/gnu/usr.bin/gcc/gcc2netbsd +++ b/gnu/usr.bin/gcc/gcc2netbsd @@ -1,6 +1,6 @@ #!/usr/gnu/bin/perl # -# $NetBSD: gcc2netbsd,v 1.30 1997/12/04 09:03:18 mikel Exp $ +# $NetBSD: gcc2netbsd,v 1.31 1998/02/05 23:47:24 cgd Exp $ # # Perl script to convert a standard distribution directory for gcc into # a NetBSD source tree. @@ -686,6 +686,7 @@ MLINKS= g++.1 c++.1 %% NetBSD LIB= gcc +NOLINT= NOPROFILE= NOPIC= @@ -742,6 +743,7 @@ LIB= objc INCSDIR=/usr/include/objc INCS= NXConstStr.h Object.h Protocol.h \ encoding.h hash.h list.h objc.h objc-api.h sarray.h typedstream.h +NOLINT= NOPROFILE= NOPIC= diff --git a/gnu/usr.bin/gcc/libgcc/Makefile b/gnu/usr.bin/gcc/libgcc/Makefile index f9e352138198..8319f0f2f77d 100644 --- a/gnu/usr.bin/gcc/libgcc/Makefile +++ b/gnu/usr.bin/gcc/libgcc/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.5 1997/12/04 09:03:19 mikel Exp $ +# $NetBSD: Makefile,v 1.6 1998/02/05 23:47:28 cgd Exp $ LIB= gcc +NOLINT= NOPROFILE= NOPIC= diff --git a/gnu/usr.bin/gcc/libobjc/Makefile b/gnu/usr.bin/gcc/libobjc/Makefile index 6e2f49cbfa03..6fd1b49f162a 100644 --- a/gnu/usr.bin/gcc/libobjc/Makefile +++ b/gnu/usr.bin/gcc/libobjc/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.5 1997/10/28 12:43:35 lukem Exp $ +# $NetBSD: Makefile,v 1.6 1998/02/05 23:47:29 cgd Exp $ LIB= objc INCSDIR=/usr/include/objc INCS= NXConstStr.h Object.h Protocol.h \ encoding.h hash.h list.h objc.h objc-api.h sarray.h typedstream.h +NOLINT= NOPROFILE= NOPIC=