summaryrefslogtreecommitdiff
path: root/usr/src/lib/libc_db
diff options
context:
space:
mode:
authorRichard Lowe <richlowe@richlowe.net>2020-03-26 21:07:34 -0400
committerRichard Lowe <richlowe@richlowe.net>2020-05-04 16:57:13 -0400
commit241c90a06e8d1708235651863df515a2d522a03a (patch)
treec2d53e1063e09d626cfc0c9cc0c80f51256e7363 /usr/src/lib/libc_db
parent282d4a2d330d797757f16d55e1df9569f3e52d10 (diff)
downloadillumos-joyent-241c90a06e8d1708235651863df515a2d522a03a.tar.gz
12454 remove lint library machinery
Reviewed by: Andy Fiddaman <andy@omniosce.org> Reviewed by: Gordon Ross <gwr@nexenta.com> Approved by: Dan McDonald <danmcd@joyent.com>
Diffstat (limited to 'usr/src/lib/libc_db')
-rw-r--r--usr/src/lib/libc_db/Makefile5
-rw-r--r--usr/src/lib/libc_db/Makefile.com4
-rw-r--r--usr/src/lib/libc_db/i386/Makefile2
-rw-r--r--usr/src/lib/libc_db/sparc/Makefile2
4 files changed, 4 insertions, 9 deletions
diff --git a/usr/src/lib/libc_db/Makefile b/usr/src/lib/libc_db/Makefile
index a715f0a195..64decb2e50 100644
--- a/usr/src/lib/libc_db/Makefile
+++ b/usr/src/lib/libc_db/Makefile
@@ -22,8 +22,6 @@
# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
-# ident "%Z%%M% %I% %E% SMI"
-#
include ../Makefile.lib
@@ -34,13 +32,12 @@ all := TARGET= all
install := TARGET= install
clean := TARGET= clean
clobber := TARGET= clobber
-lint := TARGET= lint
TEXT_DOMAIN= SUNW_OST_OSLIB
.KEEP_STATE:
-all install clean clobber lint: $(SUBDIRS)
+all install clean clobber: $(SUBDIRS)
$(SUBDIRS): FRC
@cd $@; pwd; $(MAKE) $(TARGET)
diff --git a/usr/src/lib/libc_db/Makefile.com b/usr/src/lib/libc_db/Makefile.com
index 6dfd7e623a..6ea52f8754 100644
--- a/usr/src/lib/libc_db/Makefile.com
+++ b/usr/src/lib/libc_db/Makefile.com
@@ -36,11 +36,10 @@ OBJECTS = $(CRTI) $(CMNOBJS) $(CRTN)
include ../../Makefile.lib
include ../../Makefile.rootfs
-LIBS = $(DYNLIB) $(LINTLIB)
+LIBS = $(DYNLIB)
SRCDIR = ../common
SRCS = $(CMNOBJS:%.o=$(SRCDIR)/%.c)
-$(LINTLIB) := SRCS = $(SRCDIR)/$(LINTSRC)
ASFLAGS += -P -D__STDC__ -D_ASM -DPIC
CPPFLAGS += -I../../libc/inc -D_REENTRANT
@@ -57,7 +56,6 @@ SMATCH=off
all: $(LIBS)
-lint: lintcheck
include ../../Makefile.targ
diff --git a/usr/src/lib/libc_db/i386/Makefile b/usr/src/lib/libc_db/i386/Makefile
index cce50fc565..5bfc896a14 100644
--- a/usr/src/lib/libc_db/i386/Makefile
+++ b/usr/src/lib/libc_db/i386/Makefile
@@ -30,4 +30,4 @@ include ../Makefile.com
BUILD.SO= $(LD) -o $@ -G $(DYNFLAGS) $(PICS) $(LDLIBS)
-install: all $(ROOTLIBDIR) .WAIT $(ROOTLIBS) $(ROOTLINKS) $(ROOTLINT)
+install: all $(ROOTLIBDIR) .WAIT $(ROOTLIBS) $(ROOTLINKS)
diff --git a/usr/src/lib/libc_db/sparc/Makefile b/usr/src/lib/libc_db/sparc/Makefile
index 6d3026e506..2553929591 100644
--- a/usr/src/lib/libc_db/sparc/Makefile
+++ b/usr/src/lib/libc_db/sparc/Makefile
@@ -30,4 +30,4 @@ include ../Makefile.com
BUILD.SO= $(LD) -o $@ -G $(DYNFLAGS) $(PICS) $(LDLIBS)
-install: all $(ROOTLIBDIR) .WAIT $(ROOTLIBS) $(ROOTLINKS) $(ROOTLINT)
+install: all $(ROOTLIBDIR) .WAIT $(ROOTLIBS) $(ROOTLINKS)