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/abi/apptrace/Makefile | 8 +++----- usr/src/lib/abi/apptrace/Makefile.com | 1 - 2 files changed, 3 insertions(+), 6 deletions(-) (limited to 'usr/src/lib/abi/apptrace') diff --git a/usr/src/lib/abi/apptrace/Makefile b/usr/src/lib/abi/apptrace/Makefile index c8e66508e5..b141d8b7ba 100644 --- a/usr/src/lib/abi/apptrace/Makefile +++ b/usr/src/lib/abi/apptrace/Makefile @@ -23,8 +23,6 @@ # Copyright 2004 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# ident "%Z%%M% %I% %E% SMI" -# include $(SRC)/lib/Makefile.lib @@ -42,15 +40,15 @@ CLEANFILES += $(MSGFILES) # CPPFLAGS= -I. $(CPPFLAGS.master) -all := TARGET = all +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) + $(POFILE): $(MSGFILES) $(BUILDPO.msgfiles) diff --git a/usr/src/lib/abi/apptrace/Makefile.com b/usr/src/lib/abi/apptrace/Makefile.com index 8f760ac522..8fe6427f34 100644 --- a/usr/src/lib/abi/apptrace/Makefile.com +++ b/usr/src/lib/abi/apptrace/Makefile.com @@ -46,6 +46,5 @@ $(SUPPRESS_LIBS)ZDEFS = -zdefs all: $(LIBS) -lint: lintcheck include ../../../Makefile.targ -- cgit v1.2.3