From 241c90a06e8d1708235651863df515a2d522a03a Mon Sep 17 00:00:00 2001 From: Richard Lowe Date: Thu, 26 Mar 2020 21:07:34 -0400 Subject: 12454 remove lint library machinery Reviewed by: Andy Fiddaman Reviewed by: Gordon Ross Approved by: Dan McDonald --- usr/src/lib/libipmi/Makefile | 7 ++----- usr/src/lib/libipmi/i386/Makefile | 3 +-- usr/src/lib/libipmi/sparc/Makefile | 3 +-- 3 files changed, 4 insertions(+), 9 deletions(-) (limited to 'usr/src/lib/libipmi') diff --git a/usr/src/lib/libipmi/Makefile b/usr/src/lib/libipmi/Makefile index 598fabe120..54f26362c3 100644 --- a/usr/src/lib/libipmi/Makefile +++ b/usr/src/lib/libipmi/Makefile @@ -22,13 +22,11 @@ # Copyright 2007 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# ident "%Z%%M% %I% %E% SMI" -# + # # Copyright 2006 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -#ident "%Z%%M% %I% %E% SMI" include ../Makefile.lib @@ -43,11 +41,10 @@ all := TARGET= all clean := TARGET= clean clobber := TARGET= clobber install := TARGET= install -lint := TARGET= lint .KEEP_STATE: -all clean clobber install lint: $(SUBDIRS) +all clean clobber install: $(SUBDIRS) install_h: $(ROOTHDRS) diff --git a/usr/src/lib/libipmi/i386/Makefile b/usr/src/lib/libipmi/i386/Makefile index 741cbcaecd..2845cd3c2d 100644 --- a/usr/src/lib/libipmi/i386/Makefile +++ b/usr/src/lib/libipmi/i386/Makefile @@ -22,8 +22,7 @@ # Copyright 2007 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -#ident "%Z%%M% %I% %E% SMI" include ../Makefile.com -install: all $(ROOTLIBS) $(ROOTLINKS) $(ROOTLINT) +install: all $(ROOTLIBS) $(ROOTLINKS) diff --git a/usr/src/lib/libipmi/sparc/Makefile b/usr/src/lib/libipmi/sparc/Makefile index 741cbcaecd..2845cd3c2d 100644 --- a/usr/src/lib/libipmi/sparc/Makefile +++ b/usr/src/lib/libipmi/sparc/Makefile @@ -22,8 +22,7 @@ # Copyright 2007 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -#ident "%Z%%M% %I% %E% SMI" include ../Makefile.com -install: all $(ROOTLIBS) $(ROOTLINKS) $(ROOTLINT) +install: all $(ROOTLIBS) $(ROOTLINKS) -- cgit v1.2.3