explicitly set NOLINT in libgcc and libobjc Makefiles. There's

nothing sensible to make lint libraries of in here.
This commit is contained in:
cgd 1998-02-05 23:47:24 +00:00
parent 86f595fb3e
commit 80678449fe
3 changed files with 7 additions and 3 deletions

View File

@ -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=

View File

@ -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=

View File

@ -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=