diff options
| author | Richard Lowe <richlowe@richlowe.net> | 2020-03-26 21:07:34 -0400 |
|---|---|---|
| committer | Richard Lowe <richlowe@richlowe.net> | 2020-05-04 16:57:13 -0400 |
| commit | 241c90a06e8d1708235651863df515a2d522a03a (patch) | |
| tree | c2d53e1063e09d626cfc0c9cc0c80f51256e7363 /usr/src/lib/libsocket | |
| parent | 282d4a2d330d797757f16d55e1df9569f3e52d10 (diff) | |
| download | illumos-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/libsocket')
| -rw-r--r-- | usr/src/lib/libsocket/Makefile | 3 | ||||
| -rw-r--r-- | usr/src/lib/libsocket/Makefile.com | 4 | ||||
| -rw-r--r-- | usr/src/lib/libsocket/i386/Makefile | 4 | ||||
| -rw-r--r-- | usr/src/lib/libsocket/sparc/Makefile | 4 |
4 files changed, 4 insertions, 11 deletions
diff --git a/usr/src/lib/libsocket/Makefile b/usr/src/lib/libsocket/Makefile index 763363b7fd..7a6668dfc2 100644 --- a/usr/src/lib/libsocket/Makefile +++ b/usr/src/lib/libsocket/Makefile @@ -33,7 +33,6 @@ all := TARGET= all clean := TARGET= clean clobber := TARGET= clobber install := TARGET= install -lint := TARGET= lint POFILE = libsocket.po MSGFILES = `$(GREP) -l gettext */*.[ch]` @@ -42,7 +41,7 @@ TEXT_DOMAIN = SUNW_OST_NETRPC .KEEP_STATE: -all clean clobber install lint: $(SUBDIRS) +all clean clobber install: $(SUBDIRS) install_h: $(ROOTHDRS) diff --git a/usr/src/lib/libsocket/Makefile.com b/usr/src/lib/libsocket/Makefile.com index bc51201190..d66af7cde9 100644 --- a/usr/src/lib/libsocket/Makefile.com +++ b/usr/src/lib/libsocket/Makefile.com @@ -41,13 +41,12 @@ include ../../Makefile.lib # install this library in the root filesystem include ../../Makefile.rootfs -LIBS = $(DYNLIB) $(LINTLIB) +LIBS = $(DYNLIB) SRCS = $(INETOBJS:%.o=../inet/%.c) $(SOCKOBJS:%.o=../socket/%.c) LDLIBS += -lnsl -lc SRCDIR = ../common -$(LINTLIB):= SRCS = $(SRCDIR)/$(LINTSRC) # Make string literals read-only to save memory. CFLAGS += $(XSTRCONST) @@ -68,7 +67,6 @@ SMATCH=off all: -lint: lintcheck # libsocket build rules pics/%.o: ../inet/%.c diff --git a/usr/src/lib/libsocket/i386/Makefile b/usr/src/lib/libsocket/i386/Makefile index a1257bea6f..67e3d625c3 100644 --- a/usr/src/lib/libsocket/i386/Makefile +++ b/usr/src/lib/libsocket/i386/Makefile @@ -22,11 +22,9 @@ # Copyright 2007 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# ident "%Z%%M% %I% %E% SMI" -# include ../Makefile.com all: $(LIBS) -install: all $(ROOTLIBS) $(ROOTLINKS) $(ROOTLINT) +install: all $(ROOTLIBS) $(ROOTLINKS) diff --git a/usr/src/lib/libsocket/sparc/Makefile b/usr/src/lib/libsocket/sparc/Makefile index c3ea53cfe4..6cbbf06d61 100644 --- a/usr/src/lib/libsocket/sparc/Makefile +++ b/usr/src/lib/libsocket/sparc/Makefile @@ -23,11 +23,9 @@ # Copyright (c) 1997-2001 by Sun Microsystems, Inc. # All rights reserved. # -# ident "%Z%%M% %I% %E% SMI" -# include ../Makefile.com all: $(LIBS) -install: all $(ROOTLIBS) $(ROOTLINKS) $(ROOTLINT) +install: all $(ROOTLIBS) $(ROOTLINKS) |
