summaryrefslogtreecommitdiff
path: root/usr/src/uts/sfmmu
diff options
context:
space:
mode:
authorRichard Lowe <richlowe@richlowe.net>2020-10-23 14:17:59 -0400
committerRichard Lowe <richlowe@richlowe.net>2020-12-16 16:04:35 -0600
commit0aaef2f550fa500248f59b0b8a14225b5afbd198 (patch)
tree386f628ec5125b1d768e18877e1df61898f8466a /usr/src/uts/sfmmu
parent1a5f1879be09d3de900b2510692dd12003784d84 (diff)
downloadillumos-joyent-0aaef2f550fa500248f59b0b8a14225b5afbd198.tar.gz
13258 remove lint from the uts build
Reviewed by: Andy Fiddaman <andy@omniosce.org> Reviewed by: Jason King <jason.brian.king+illumos@gmail.com> Approved by: Dan McDonald <danmcd@joyent.com>
Diffstat (limited to 'usr/src/uts/sfmmu')
-rw-r--r--usr/src/uts/sfmmu/Makefile.files15
-rw-r--r--usr/src/uts/sfmmu/Makefile.rules11
2 files changed, 3 insertions, 23 deletions
diff --git a/usr/src/uts/sfmmu/Makefile.files b/usr/src/uts/sfmmu/Makefile.files
index 7ec918cb08..e9b6fbfede 100644
--- a/usr/src/uts/sfmmu/Makefile.files
+++ b/usr/src/uts/sfmmu/Makefile.files
@@ -20,13 +20,12 @@
# CDDL HEADER END
#
#
-# uts/sfmmu/Makefile.files
# Copyright (c) 1991 by Sun Microsystems, Inc.
#
-#ident "%Z%%M% %I% %E% SMI"
+
#
# This Makefile defines all file modules and build rules for the
-# directory uts/sfmmu and it's children. These are the source files which
+# directory uts/sfmmu and its children. These are the source files which
# are specific to the sparc9 processor.
#
@@ -41,13 +40,3 @@
# Section 3: misc.
#
INC_PATH += -I$(UTSBASE)/sfmmu
-
-#
-# Since assym.h is a derived file, the dependency must be explicit for
-# all files including this file. (This is only actually required in the
-# instance when the .nse_depinfo file does not exist.) It may seem that
-# the lint targets should also have a similar dependency, but they don't
-# since only C headers are included when #defined(lint) is true.
-#
-# ASSYM_DEPS += overflow.o
-# ASSYM_DEPS += underflow.o
diff --git a/usr/src/uts/sfmmu/Makefile.rules b/usr/src/uts/sfmmu/Makefile.rules
index bfb1c6a1e6..f6c908bfc0 100644
--- a/usr/src/uts/sfmmu/Makefile.rules
+++ b/usr/src/uts/sfmmu/Makefile.rules
@@ -20,11 +20,10 @@
# CDDL HEADER END
#
#
-# uts/sfmmu/Makefile.rules
# Copyright (c) 1991-2001 by Sun Microsystems, Inc.
# All rights reserved.
#
-# ident "%Z%%M% %I% %E% SMI"
+
#
# This Makefile defines all build rules for the directory uts/sfmmu and
# its children. These are the source files which are common to all sfmmu
@@ -38,11 +37,3 @@
# Lines whose initial directory components are equal are sorted
# alphabetically by the remaining components.
-#
-# Section 1a: C object build rules
-#
-
-
-#
-# Section 1b: Lint `object' build rules
-#