summaryrefslogtreecommitdiff
path: root/usr/src/lib/libnls
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/libnls
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/libnls')
-rw-r--r--usr/src/lib/libnls/Makefile7
-rw-r--r--usr/src/lib/libnls/Makefile.com9
-rw-r--r--usr/src/lib/libnls/amd64/Makefile4
-rw-r--r--usr/src/lib/libnls/i386/Makefile4
-rw-r--r--usr/src/lib/libnls/sparc/Makefile4
-rw-r--r--usr/src/lib/libnls/sparcv9/Makefile4
6 files changed, 8 insertions, 24 deletions
diff --git a/usr/src/lib/libnls/Makefile b/usr/src/lib/libnls/Makefile
index f6f092cbee..4be6bfef0a 100644
--- a/usr/src/lib/libnls/Makefile
+++ b/usr/src/lib/libnls/Makefile
@@ -34,11 +34,10 @@ clean := TARGET= clean
clobber := TARGET= clobber
delete := TARGET= delete
install := TARGET= install
-lint := TARGET= lint
_msg := TARGET= _msg
package := TARGET= package
-LIBRARY= libnls.a
+LIBRARY= libnls.a
TEXT_DOMAIN= SUNW_OST_OSLIB
XGETFLAGS= -a
POFILE= $(LIBRARY:.a=.po)
@@ -49,7 +48,7 @@ GREP= grep
.KEEP_STATE:
-all clean clobber delete install lint package: $(SUBDIRS)
+all clean clobber delete install package: $(SUBDIRS)
# install rule for install_h target
$(ROOTHDRDIR)/%: %
@@ -58,7 +57,7 @@ $(ROOTHDRDIR)/%: %
install_h: $(ROOTHDRS)
check: $(CHECKHDRS)
-
+
$(SUBDIRS): FRC
@cd $@; pwd; $(MAKE) $(TARGET)
diff --git a/usr/src/lib/libnls/Makefile.com b/usr/src/lib/libnls/Makefile.com
index ad699dfca7..6494eb2e80 100644
--- a/usr/src/lib/libnls/Makefile.com
+++ b/usr/src/lib/libnls/Makefile.com
@@ -33,9 +33,7 @@ include ../../Makefile.lib
SRCDIR = ../common
-LIBS = $(DYNLIB) $(LINTLIB)
-
-LINTSRC= $(LINTLIB:%.ln=%)
+LIBS = $(DYNLIB)
CFLAGS += $(CCVERBOSE)
LDLIBS += -lnsl -lc
@@ -44,7 +42,6 @@ CERRWARN += -_gcc=-Wno-unused-variable
.KEEP_STATE:
-lint: lintcheck
# include library targets
include ../../Makefile.targ
@@ -52,7 +49,3 @@ include ../../Makefile.targ
pics/%.o: ../common/%.c
$(COMPILE.c) -o $@ $<
$(POST_PROCESS_O)
-
-# install rule for lint library target
-$(ROOTLINTDIR)/%: ../common/%
- $(INS.file)
diff --git a/usr/src/lib/libnls/amd64/Makefile b/usr/src/lib/libnls/amd64/Makefile
index e24ef38245..58854901e8 100644
--- a/usr/src/lib/libnls/amd64/Makefile
+++ b/usr/src/lib/libnls/amd64/Makefile
@@ -22,13 +22,11 @@
# Copyright 2006 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
-LIBS= $(DYNLIB) $(LINTLIB)
+LIBS= $(DYNLIB)
.KEEP_STATE:
diff --git a/usr/src/lib/libnls/i386/Makefile b/usr/src/lib/libnls/i386/Makefile
index 2a944b0b43..d6eed917a9 100644
--- a/usr/src/lib/libnls/i386/Makefile
+++ b/usr/src/lib/libnls/i386/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.com
@@ -31,4 +29,4 @@ include ../Makefile.com
all: $(LIBS)
-install: all $(ROOTLIBS) $(ROOTLINKS) $(ROOTLINT)
+install: all $(ROOTLIBS) $(ROOTLINKS)
diff --git a/usr/src/lib/libnls/sparc/Makefile b/usr/src/lib/libnls/sparc/Makefile
index 2a944b0b43..d6eed917a9 100644
--- a/usr/src/lib/libnls/sparc/Makefile
+++ b/usr/src/lib/libnls/sparc/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.com
@@ -31,4 +29,4 @@ include ../Makefile.com
all: $(LIBS)
-install: all $(ROOTLIBS) $(ROOTLINKS) $(ROOTLINT)
+install: all $(ROOTLIBS) $(ROOTLINKS)
diff --git a/usr/src/lib/libnls/sparcv9/Makefile b/usr/src/lib/libnls/sparcv9/Makefile
index e24ef38245..58854901e8 100644
--- a/usr/src/lib/libnls/sparcv9/Makefile
+++ b/usr/src/lib/libnls/sparcv9/Makefile
@@ -22,13 +22,11 @@
# Copyright 2006 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
-LIBS= $(DYNLIB) $(LINTLIB)
+LIBS= $(DYNLIB)
.KEEP_STATE: