From 0aaef2f550fa500248f59b0b8a14225b5afbd198 Mon Sep 17 00:00:00 2001 From: Richard Lowe Date: Fri, 23 Oct 2020 14:17:59 -0400 Subject: 13258 remove lint from the uts build Reviewed by: Andy Fiddaman Reviewed by: Jason King Approved by: Dan McDonald --- usr/src/uts/sparc/dada/Makefile | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'usr/src/uts/sparc/dada/Makefile') diff --git a/usr/src/uts/sparc/dada/Makefile b/usr/src/uts/sparc/dada/Makefile index 692b84c327..0d586351b9 100644 --- a/usr/src/uts/sparc/dada/Makefile +++ b/usr/src/uts/sparc/dada/Makefile @@ -35,7 +35,6 @@ UTSBASE = ../.. # MODULE = dada OBJECTS = $(DADA_OBJS:%=$(OBJS_DIR)/%) -LINTS = $(DADA_OBJS:%.o=$(LINTS_DIR)/%.ln) ROOTMODULE = $(ROOT_MISC_DIR)/$(MODULE) # @@ -48,7 +47,6 @@ include $(UTSBASE)/sparc/Makefile.sparc # Define targets # ALL_TARGET = $(BINARY) -LINT_TARGET = $(MODULE).lint INSTALL_TARGET = $(BINARY) $(ROOTMODULE) # @@ -56,13 +54,6 @@ INSTALL_TARGET = $(BINARY) $(ROOTMODULE) # CFLAGS += $(CCVERBOSE) -# -# For now, disable these lint checks; maintainers should endeavor -# to investigate and remove these for maximum lint coverage. -# Please do not carry these forward to new Makefiles. -# -LINTTAGS += -erroff=E_BAD_PTR_CAST_ALIGN - # # Default build targets. # @@ -76,10 +67,6 @@ clean: $(CLEAN_DEPS) clobber: $(CLOBBER_DEPS) -modlintlib: $(MODLINTLIB_DEPS) lint64 - -clean.lint: $(CLEAN_LINT_DEPS) - install: $(INSTALL_DEPS) # -- cgit v1.2.3