summaryrefslogtreecommitdiff
path: root/usr/src/lib/libzoneinfo
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/libzoneinfo
parent8ca018083101bf1cb175869679bc123187fb1bab (diff)
parent2a1277d3064386cd5c4e372301007aa330bf1d5e (diff)
downloadillumos-joyent-gcc9.tar.gz
mergegcc9
Diffstat (limited to 'usr/src/lib/libzoneinfo')
-rw-r--r--usr/src/lib/libzoneinfo/Makefile5
-rw-r--r--usr/src/lib/libzoneinfo/Makefile.com6
-rw-r--r--usr/src/lib/libzoneinfo/amd64/Makefile2
-rw-r--r--usr/src/lib/libzoneinfo/i386/Makefile4
-rw-r--r--usr/src/lib/libzoneinfo/sparc/Makefile4
-rw-r--r--usr/src/lib/libzoneinfo/sparcv9/Makefile2
6 files changed, 7 insertions, 16 deletions
diff --git a/usr/src/lib/libzoneinfo/Makefile b/usr/src/lib/libzoneinfo/Makefile
index 6f3f633d35..876a38f7fe 100644
--- a/usr/src/lib/libzoneinfo/Makefile
+++ b/usr/src/lib/libzoneinfo/Makefile
@@ -35,13 +35,12 @@ 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)
-install_h: $(ROOTHDRS)
+install_h: $(ROOTHDRS)
check: $(CHECKHDRS)
diff --git a/usr/src/lib/libzoneinfo/Makefile.com b/usr/src/lib/libzoneinfo/Makefile.com
index 68108c3a0c..101a1a4d1c 100644
--- a/usr/src/lib/libzoneinfo/Makefile.com
+++ b/usr/src/lib/libzoneinfo/Makefile.com
@@ -22,8 +22,6 @@
# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
-# ident "%Z%%M% %I% %E% SMI"
-#
LIBRARY= libzoneinfo.a
VERS= .1
@@ -36,16 +34,14 @@ include ../../Makefile.lib
#
TEXT_DOMAIN= SUNW_OST_ZONEINFO
-LIBS = $(DYNLIB) $(LINTLIB)
+LIBS = $(DYNLIB)
LDLIBS += -lc
SRCDIR = ../common
-$(LINTLIB) := SRCS= $(SRCDIR)/$(LINTSRC)
.KEEP_STATE:
all: $(LIBS)
-lint: lintcheck
include ../../Makefile.targ
diff --git a/usr/src/lib/libzoneinfo/amd64/Makefile b/usr/src/lib/libzoneinfo/amd64/Makefile
index da4f984f67..c1173cb027 100644
--- a/usr/src/lib/libzoneinfo/amd64/Makefile
+++ b/usr/src/lib/libzoneinfo/amd64/Makefile
@@ -25,4 +25,4 @@
include ../Makefile.com
include ../../Makefile.lib.64
-install: all $(ROOTLIBS64) $(ROOTLINKS64) $(ROOTLINT64)
+install: all $(ROOTLIBS64) $(ROOTLINKS64)
diff --git a/usr/src/lib/libzoneinfo/i386/Makefile b/usr/src/lib/libzoneinfo/i386/Makefile
index 19a9e65a11..1c3d6f6f01 100644
--- a/usr/src/lib/libzoneinfo/i386/Makefile
+++ b/usr/src/lib/libzoneinfo/i386/Makefile
@@ -23,9 +23,7 @@
# Copyright (c) 2001 by Sun Microsystems, Inc.
# All rights reserved.
#
-# ident "%Z%%M% %I% %E% SMI"
-#
include ../Makefile.com
-install: all $(ROOTLIBS) $(ROOTLINKS) $(ROOTLINT)
+install: all $(ROOTLIBS) $(ROOTLINKS)
diff --git a/usr/src/lib/libzoneinfo/sparc/Makefile b/usr/src/lib/libzoneinfo/sparc/Makefile
index 19a9e65a11..1c3d6f6f01 100644
--- a/usr/src/lib/libzoneinfo/sparc/Makefile
+++ b/usr/src/lib/libzoneinfo/sparc/Makefile
@@ -23,9 +23,7 @@
# Copyright (c) 2001 by Sun Microsystems, Inc.
# All rights reserved.
#
-# ident "%Z%%M% %I% %E% SMI"
-#
include ../Makefile.com
-install: all $(ROOTLIBS) $(ROOTLINKS) $(ROOTLINT)
+install: all $(ROOTLIBS) $(ROOTLINKS)
diff --git a/usr/src/lib/libzoneinfo/sparcv9/Makefile b/usr/src/lib/libzoneinfo/sparcv9/Makefile
index df2bad0003..7451cc1755 100644
--- a/usr/src/lib/libzoneinfo/sparcv9/Makefile
+++ b/usr/src/lib/libzoneinfo/sparcv9/Makefile
@@ -26,4 +26,4 @@
include ../Makefile.com
include ../../Makefile.lib.64
-install: all $(ROOTLIBS64) $(ROOTLINKS64) $(ROOTLINT64)
+install: all $(ROOTLIBS64) $(ROOTLINKS64)