summaryrefslogtreecommitdiff
path: root/usr/src/lib/libpool
diff options
context:
space:
mode:
authorJohn Levon <john.levon@joyent.com>2020-05-26 13:57:13 +0000
committerJohn Levon <john.levon@joyent.com>2020-05-26 13:57:13 +0000
commit5b2acc0949194447bba6e45a0fa44d0b5f42f208 (patch)
tree7ea9eb87bc68fee386dd39035ce715e87a0e673c /usr/src/lib/libpool
parent8ca018083101bf1cb175869679bc123187fb1bab (diff)
parent2a1277d3064386cd5c4e372301007aa330bf1d5e (diff)
downloadillumos-joyent-gcc9.tar.gz
mergegcc9
Diffstat (limited to 'usr/src/lib/libpool')
-rw-r--r--usr/src/lib/libpool/Makefile3
-rw-r--r--usr/src/lib/libpool/amd64/Makefile4
-rw-r--r--usr/src/lib/libpool/i386/Makefile6
-rw-r--r--usr/src/lib/libpool/sparc/Makefile7
-rw-r--r--usr/src/lib/libpool/sparcv9/Makefile6
5 files changed, 5 insertions, 21 deletions
diff --git a/usr/src/lib/libpool/Makefile b/usr/src/lib/libpool/Makefile
index 83e995e15e..e846e65642 100644
--- a/usr/src/lib/libpool/Makefile
+++ b/usr/src/lib/libpool/Makefile
@@ -34,7 +34,6 @@ clobber := TARGET = clobber
debug := TARGET = debug
delete := TARGET = delete
install := TARGET = install
-lint := TARGET = lint
#
# Definitions for header files
@@ -69,7 +68,7 @@ $(XMLDIR)/%: %
.KEEP_STATE:
-all clean clobber install lint: $(SUBDIRS)
+all clean clobber install: $(SUBDIRS)
$(POFILE): pofile_MSGFILES
diff --git a/usr/src/lib/libpool/amd64/Makefile b/usr/src/lib/libpool/amd64/Makefile
index dd68231e26..010d484a50 100644
--- a/usr/src/lib/libpool/amd64/Makefile
+++ b/usr/src/lib/libpool/amd64/Makefile
@@ -23,10 +23,8 @@
# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
-# ident "%Z%%M% %I% %E% SMI"
-#
include ../Makefile.com
include ../../Makefile.lib.64
-install: all $(ROOTLIBS64) $(ROOTLINKS64) $(ROOTLINT64)
+install: all $(ROOTLIBS64) $(ROOTLINKS64)
diff --git a/usr/src/lib/libpool/i386/Makefile b/usr/src/lib/libpool/i386/Makefile
index 7ce8809f98..1c3d6f6f01 100644
--- a/usr/src/lib/libpool/i386/Makefile
+++ b/usr/src/lib/libpool/i386/Makefile
@@ -23,11 +23,7 @@
# Copyright (c) 2001 by Sun Microsystems, Inc.
# All rights reserved.
#
-#ident "%Z%%M% %I% %E% SMI"
-#
-# libpool/i386/Makefile
-#
include ../Makefile.com
-install: all $(ROOTLIBS) $(ROOTLINKS) $(ROOTLINT)
+install: all $(ROOTLIBS) $(ROOTLINKS)
diff --git a/usr/src/lib/libpool/sparc/Makefile b/usr/src/lib/libpool/sparc/Makefile
index ef0dab25ca..e6f3c7b241 100644
--- a/usr/src/lib/libpool/sparc/Makefile
+++ b/usr/src/lib/libpool/sparc/Makefile
@@ -23,16 +23,11 @@
# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
-# ident "%Z%%M% %I% %E% SMI"
-#
-# lib/libpool/sparc/Makefile
-#
include ../Makefile.com
#
# Turn off bad ptr-cast lint warnings, since we do them all the time
#
-LINTFLAGS += -erroff=E_BAD_PTR_CAST_ALIGN
-install: all $(ROOTLIBS) $(ROOTLINKS) $(ROOTLINT)
+install: all $(ROOTLIBS) $(ROOTLINKS)
diff --git a/usr/src/lib/libpool/sparcv9/Makefile b/usr/src/lib/libpool/sparcv9/Makefile
index 8810f474f8..ba430ddac7 100644
--- a/usr/src/lib/libpool/sparcv9/Makefile
+++ b/usr/src/lib/libpool/sparcv9/Makefile
@@ -23,12 +23,8 @@
# Copyright (c) 2001 by Sun Microsystems, Inc.
# All rights reserved.
#
-#ident "%Z%%M% %I% %E% SMI"
-#
-# lib/libpool/sparcv9/Makefile
-#
include ../Makefile.com
include ../../Makefile.lib.64
-install: all $(ROOTLIBS64) $(ROOTLINKS64) $(ROOTLINT64)
+install: all $(ROOTLIBS64) $(ROOTLINKS64)