summaryrefslogtreecommitdiff
path: root/usr/src/uts/sun4u/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/uts/sun4u/Makefile')
-rw-r--r--usr/src/uts/sun4u/Makefile56
1 files changed, 1 insertions, 55 deletions
diff --git a/usr/src/uts/sun4u/Makefile b/usr/src/uts/sun4u/Makefile
index d8fc99e661..7da95236ca 100644
--- a/usr/src/uts/sun4u/Makefile
+++ b/usr/src/uts/sun4u/Makefile
@@ -31,25 +31,6 @@ UTSBASE = ..
include Makefile.sun4u
-#
-# The following are SPARC specific (rather than sun4u) specific modules
-# which are required for the sun4u kernel to completely lint. They are
-# not involved in the build in any other way. In order to minimize
-# build time, it is assumed that they are up to date. But since sun4u
-# is really a separate architecture we cannot use the v7 sparc modules.
-#
-SPARC_LIB_DIR = $(UTSBASE)/sparc/lint-libs/$(OBJS_DIR)
-
-SPARC_LINTS =
-
-#
-#
-#
-LINT_LIBS = $(LINT_LIB) \
- $(LINT_KMODS:%=$(LINT_LIB_DIR)/llib-l%.ln) \
- $(SPARC_LINTS:%=$(SPARC_LIB_DIR)/llib-l%.ln)
-
-
def := TARGET= def
def.prereq := TARGET= def
all := TARGET= all
@@ -60,13 +41,8 @@ install_h := TARGET= install_h
install_h.prere := TARGET= install_h
clean := TARGET= clean
clobber := TARGET= clobber
-lint := TARGET= lint
-lint.prereq := TARGET= lint
-lintlib := TARGET= lintlib
-modlintlib := TARGET= modlintlib
modlist := TARGET= modlist
modlist modlist.sparc := NO_STATE= -K $$MODSTATE$$$$
-clean.lint := TARGET= clean.lint
check := TARGET= check
.KEEP_STATE:
@@ -79,7 +55,7 @@ check := TARGET= check
# in parallel
.NO_PARALLEL: $(CPU_KMODS)
-def all clean clobber clean.lint: genassym unix .WAIT \
+def all clean clobber: genassym unix .WAIT \
$(KMODS) $(XMODS) $(IMPLEMENTATIONS)
clobber: clobber.targ
@@ -96,10 +72,6 @@ modlist.sparc:
install: install_platforms genassym unix .WAIT $(KMODS) \
$(XMODS) $(IMPLEMENTATIONS)
-lintlib: unix
-
-modlintlib: $(LINT_KMODS)
-
genassym unix $(KMODS): FRC
@cd $@; pwd; $(MAKE) $(NO_STATE) $(TARGET)
@@ -157,19 +129,6 @@ install_h.prereq: FRC
@cd sys; pwd; $(MAKE) $(TARGET)
#
-# sun4u/unix and sun4u/genunix should be linted first since sparc does global
-# cross-check with these lint libraries. The sun4u/unix and sun4u/genunix can be
-# linted in parallel.
-#
-LINT_PREREQ = unix.lint genunix.lint
-lint.prereq: $(LINT_PREREQ)
-
-.PARALLEL: $(LINT_PREREQ)
-
-$(LINT_PREREQ):
- @cd $(@:%.lint=%); pwd; $(MAKE) $(TARGET)
-
-#
# Nothing to do with any other prerequisites
#
%.prereq:
@@ -259,19 +218,6 @@ $(USR_DESKTOP_SBIN_DIR): $(USR_DESKTOP_DIR)
$(USR_DESKTOP_LIB_DIR): $(USR_DESKTOP_DIR)
-$(INS.dir)
-#
-# Full kernel lint target.
-#
-LINT_TARGET = globallint
-
-globallint:
- @pwd
- @-$(ECHO) "\nSUN4U KERNEL: global crosschecks:"
- @-$(LINT) $(LINTFLAGS) $(LINT_LIBS) 2>&1 | $(LGREP.2)
-
-lint: lintlib .WAIT modlintlib .WAIT $(SPARC_LINTS) $(LINT_DEPS) \
- $(IMPLEMENTATIONS) $(CPU_KMODS)
-
include ../Makefile.targ
#