summaryrefslogtreecommitdiff
path: root/usr/src/lib/print
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/print
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/print')
-rw-r--r--usr/src/lib/print/Makefile3
-rw-r--r--usr/src/lib/print/libhttp-core/Makefile5
-rw-r--r--usr/src/lib/print/libhttp-core/Makefile.com2
-rw-r--r--usr/src/lib/print/libipp-core/Makefile5
-rw-r--r--usr/src/lib/print/libipp-core/Makefile.com2
-rw-r--r--usr/src/lib/print/libipp-core/i386/Makefile4
-rw-r--r--usr/src/lib/print/libipp-core/sparc/Makefile4
-rw-r--r--usr/src/lib/print/libipp-listener/Makefile5
-rw-r--r--usr/src/lib/print/libipp-listener/Makefile.com2
-rw-r--r--usr/src/lib/print/libipp-listener/i386/Makefile4
-rw-r--r--usr/src/lib/print/libipp-listener/sparc/Makefile4
-rw-r--r--usr/src/lib/print/libpapi-common/Makefile5
-rw-r--r--usr/src/lib/print/libpapi-common/Makefile.com2
-rw-r--r--usr/src/lib/print/libpapi-common/i386/Makefile4
-rw-r--r--usr/src/lib/print/libpapi-common/sparc/Makefile4
-rw-r--r--usr/src/lib/print/libpapi-dynamic/Makefile5
-rw-r--r--usr/src/lib/print/libpapi-dynamic/Makefile.com2
-rw-r--r--usr/src/lib/print/libpapi-dynamic/i386/Makefile4
-rw-r--r--usr/src/lib/print/libpapi-dynamic/sparc/Makefile4
-rw-r--r--usr/src/lib/print/libpapi-ipp/Makefile5
-rw-r--r--usr/src/lib/print/libpapi-ipp/Makefile.com2
-rw-r--r--usr/src/lib/print/libpapi-lpd/Makefile3
-rw-r--r--usr/src/lib/print/libpapi-lpd/Makefile.com2
-rw-r--r--usr/src/lib/print/libprint/Makefile3
-rw-r--r--usr/src/lib/print/libprint/Makefile.com2
-rw-r--r--usr/src/lib/print/libprint/i386/Makefile4
-rw-r--r--usr/src/lib/print/libprint/sparc/Makefile4
27 files changed, 11 insertions, 84 deletions
diff --git a/usr/src/lib/print/Makefile b/usr/src/lib/print/Makefile
index 4572cdc14e..cb73284cdf 100644
--- a/usr/src/lib/print/Makefile
+++ b/usr/src/lib/print/Makefile
@@ -40,7 +40,6 @@ clean := TARGET = clean
clobber := TARGET = clobber
install := TARGET = install
install_h := TARGET = install_h
-lint := TARGET = lint
TEXT_DOMAIN= SUNW_OST_OSLIB
POFILE= print-lib.po
@@ -67,7 +66,7 @@ _msg: $(MSGDOMAIN)
install: $(ROOTDIRS) $(ROOTSYMLINKDIRS) $(SUBDIRS)
-install_h clean strip lint: $(SUBDIRS)
+install_h clean strip: $(SUBDIRS)
clobber: $(SUBDIRS) local_clobber
diff --git a/usr/src/lib/print/libhttp-core/Makefile b/usr/src/lib/print/libhttp-core/Makefile
index b92d620b10..88d4640509 100644
--- a/usr/src/lib/print/libhttp-core/Makefile
+++ b/usr/src/lib/print/libhttp-core/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
@@ -36,14 +34,11 @@ all := TARGET = all
clean := TARGET = clean
clobber := TARGET = clobber
install := TARGET = install
-lint := TARGET = lint
.KEEP_STATE:
all clean clobber install: .WAIT $(SUBDIRS)
-lint: # $(SUBDIRS)
-
install_h: # $(ROOTHDRS)
check: # $(CHECKHDRS)
diff --git a/usr/src/lib/print/libhttp-core/Makefile.com b/usr/src/lib/print/libhttp-core/Makefile.com
index f8412cd381..45b5c6fd9a 100644
--- a/usr/src/lib/print/libhttp-core/Makefile.com
+++ b/usr/src/lib/print/libhttp-core/Makefile.com
@@ -40,7 +40,6 @@ ROOTLIBDIR64= $(ROOT)/usr/lib/print/$(MACH)
LIBS = $(DYNLIB)
-$(LINTLIB):= SRCS = $(SRCDIR)/$(LINTSRC)
CFLAGS += $(CCVERBOSE)
CPPFLAGS += -I$(SRCDIR)
@@ -57,7 +56,6 @@ LDLIBS += -lsocket -lnsl -lc
all: $(LIBS)
-lint: lintcheck
$(ROOTLIBDIR):
$(INS.dir)
diff --git a/usr/src/lib/print/libipp-core/Makefile b/usr/src/lib/print/libipp-core/Makefile
index b92d620b10..88d4640509 100644
--- a/usr/src/lib/print/libipp-core/Makefile
+++ b/usr/src/lib/print/libipp-core/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
@@ -36,14 +34,11 @@ all := TARGET = all
clean := TARGET = clean
clobber := TARGET = clobber
install := TARGET = install
-lint := TARGET = lint
.KEEP_STATE:
all clean clobber install: .WAIT $(SUBDIRS)
-lint: # $(SUBDIRS)
-
install_h: # $(ROOTHDRS)
check: # $(CHECKHDRS)
diff --git a/usr/src/lib/print/libipp-core/Makefile.com b/usr/src/lib/print/libipp-core/Makefile.com
index 20c9a1e5ac..6e7599193a 100644
--- a/usr/src/lib/print/libipp-core/Makefile.com
+++ b/usr/src/lib/print/libipp-core/Makefile.com
@@ -37,7 +37,6 @@ ROOTLIBDIR= $(ROOT)/usr/lib
LIBS = $(DYNLIB)
-$(LINTLIB):= SRCS = $(SRCDIR)/$(LINTSRC)
CFLAGS += $(CCVERBOSE)
CPPFLAGS += -I$(SRCDIR)
@@ -57,6 +56,5 @@ LDLIBS += -lpapi-common -lc
all: $(LIBS)
-lint: lintcheck
include ../../../Makefile.targ
diff --git a/usr/src/lib/print/libipp-core/i386/Makefile b/usr/src/lib/print/libipp-core/i386/Makefile
index 3b985583a4..b26eabf93d 100644
--- a/usr/src/lib/print/libipp-core/i386/Makefile
+++ b/usr/src/lib/print/libipp-core/i386/Makefile
@@ -22,9 +22,7 @@
# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
-# ident "%Z%%M% %I% %E% SMI"
-#
include ../Makefile.com
-install: all $(ROOTLIBS) $(ROOTLINKS) # $(ROOTLINT)
+install: all $(ROOTLIBS) $(ROOTLINKS)
diff --git a/usr/src/lib/print/libipp-core/sparc/Makefile b/usr/src/lib/print/libipp-core/sparc/Makefile
index 3b985583a4..b26eabf93d 100644
--- a/usr/src/lib/print/libipp-core/sparc/Makefile
+++ b/usr/src/lib/print/libipp-core/sparc/Makefile
@@ -22,9 +22,7 @@
# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
-# ident "%Z%%M% %I% %E% SMI"
-#
include ../Makefile.com
-install: all $(ROOTLIBS) $(ROOTLINKS) # $(ROOTLINT)
+install: all $(ROOTLIBS) $(ROOTLINKS)
diff --git a/usr/src/lib/print/libipp-listener/Makefile b/usr/src/lib/print/libipp-listener/Makefile
index b92d620b10..88d4640509 100644
--- a/usr/src/lib/print/libipp-listener/Makefile
+++ b/usr/src/lib/print/libipp-listener/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
@@ -36,14 +34,11 @@ all := TARGET = all
clean := TARGET = clean
clobber := TARGET = clobber
install := TARGET = install
-lint := TARGET = lint
.KEEP_STATE:
all clean clobber install: .WAIT $(SUBDIRS)
-lint: # $(SUBDIRS)
-
install_h: # $(ROOTHDRS)
check: # $(CHECKHDRS)
diff --git a/usr/src/lib/print/libipp-listener/Makefile.com b/usr/src/lib/print/libipp-listener/Makefile.com
index 158935f9f1..52baf5f495 100644
--- a/usr/src/lib/print/libipp-listener/Makefile.com
+++ b/usr/src/lib/print/libipp-listener/Makefile.com
@@ -44,7 +44,6 @@ ROOTLIBDIR= $(ROOT)/usr/lib
LIBS = $(DYNLIB)
-$(LINTLIB):= SRCS = $(SRCDIR)/$(LINTSRC)
CFLAGS += $(CCVERBOSE)
CPPFLAGS += -DSOLARIS_PRIVATE_POST_0_9
@@ -66,6 +65,5 @@ LDLIBS += -lipp-core -lpapi -lc -lsocket -lnsl
all: $(LIBS)
-lint: lintcheck
include ../../../Makefile.targ
diff --git a/usr/src/lib/print/libipp-listener/i386/Makefile b/usr/src/lib/print/libipp-listener/i386/Makefile
index 3b985583a4..b26eabf93d 100644
--- a/usr/src/lib/print/libipp-listener/i386/Makefile
+++ b/usr/src/lib/print/libipp-listener/i386/Makefile
@@ -22,9 +22,7 @@
# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
-# ident "%Z%%M% %I% %E% SMI"
-#
include ../Makefile.com
-install: all $(ROOTLIBS) $(ROOTLINKS) # $(ROOTLINT)
+install: all $(ROOTLIBS) $(ROOTLINKS)
diff --git a/usr/src/lib/print/libipp-listener/sparc/Makefile b/usr/src/lib/print/libipp-listener/sparc/Makefile
index 3b985583a4..b26eabf93d 100644
--- a/usr/src/lib/print/libipp-listener/sparc/Makefile
+++ b/usr/src/lib/print/libipp-listener/sparc/Makefile
@@ -22,9 +22,7 @@
# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
-# ident "%Z%%M% %I% %E% SMI"
-#
include ../Makefile.com
-install: all $(ROOTLIBS) $(ROOTLINKS) # $(ROOTLINT)
+install: all $(ROOTLIBS) $(ROOTLINKS)
diff --git a/usr/src/lib/print/libpapi-common/Makefile b/usr/src/lib/print/libpapi-common/Makefile
index ef7e964b85..bcbf97492d 100644
--- a/usr/src/lib/print/libpapi-common/Makefile
+++ b/usr/src/lib/print/libpapi-common/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
@@ -36,15 +34,12 @@ all := TARGET = all
clean := TARGET = clean
clobber := TARGET = clobber
install := TARGET = install
-lint := TARGET = lint
.KEEP_STATE:
all clean clobber: .WAIT $(SUBDIRS)
install: .WAIT $(SUBDIRS) install_h
-lint: # $(SUBDIRS)
-
install_h: $(ROOTHDRS)
check: $(CHECKHDRS)
diff --git a/usr/src/lib/print/libpapi-common/Makefile.com b/usr/src/lib/print/libpapi-common/Makefile.com
index 2f09a330ac..1af239bded 100644
--- a/usr/src/lib/print/libpapi-common/Makefile.com
+++ b/usr/src/lib/print/libpapi-common/Makefile.com
@@ -37,7 +37,6 @@ SRCDIR = ../common
LIBS = $(DYNLIB)
-$(LINTLIB):= SRCS = $(SRCDIR)/$(LINTSRC)
CFLAGS += $(CCVERBOSE)
CPPFLAGS += -I$(SRCDIR)
@@ -55,6 +54,5 @@ LDLIBS += -lc -lsocket -lnsl
all: $(LIBS)
-lint: lintcheck
include ../../../Makefile.targ
diff --git a/usr/src/lib/print/libpapi-common/i386/Makefile b/usr/src/lib/print/libpapi-common/i386/Makefile
index 3b985583a4..b26eabf93d 100644
--- a/usr/src/lib/print/libpapi-common/i386/Makefile
+++ b/usr/src/lib/print/libpapi-common/i386/Makefile
@@ -22,9 +22,7 @@
# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
-# ident "%Z%%M% %I% %E% SMI"
-#
include ../Makefile.com
-install: all $(ROOTLIBS) $(ROOTLINKS) # $(ROOTLINT)
+install: all $(ROOTLIBS) $(ROOTLINKS)
diff --git a/usr/src/lib/print/libpapi-common/sparc/Makefile b/usr/src/lib/print/libpapi-common/sparc/Makefile
index 3b985583a4..b26eabf93d 100644
--- a/usr/src/lib/print/libpapi-common/sparc/Makefile
+++ b/usr/src/lib/print/libpapi-common/sparc/Makefile
@@ -22,9 +22,7 @@
# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
-# ident "%Z%%M% %I% %E% SMI"
-#
include ../Makefile.com
-install: all $(ROOTLIBS) $(ROOTLINKS) # $(ROOTLINT)
+install: all $(ROOTLIBS) $(ROOTLINKS)
diff --git a/usr/src/lib/print/libpapi-dynamic/Makefile b/usr/src/lib/print/libpapi-dynamic/Makefile
index b92d620b10..88d4640509 100644
--- a/usr/src/lib/print/libpapi-dynamic/Makefile
+++ b/usr/src/lib/print/libpapi-dynamic/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
@@ -36,14 +34,11 @@ all := TARGET = all
clean := TARGET = clean
clobber := TARGET = clobber
install := TARGET = install
-lint := TARGET = lint
.KEEP_STATE:
all clean clobber install: .WAIT $(SUBDIRS)
-lint: # $(SUBDIRS)
-
install_h: # $(ROOTHDRS)
check: # $(CHECKHDRS)
diff --git a/usr/src/lib/print/libpapi-dynamic/Makefile.com b/usr/src/lib/print/libpapi-dynamic/Makefile.com
index daab165a1d..2b5bb5c0f2 100644
--- a/usr/src/lib/print/libpapi-dynamic/Makefile.com
+++ b/usr/src/lib/print/libpapi-dynamic/Makefile.com
@@ -37,7 +37,6 @@ ROOTLIBDIR= $(ROOT)/usr/lib
LIBS = $(DYNLIB)
-$(LINTLIB):= SRCS = $(SRCDIR)/$(LINTSRC)
MAPFILES = $(SRCDIR)/mapfile
@@ -55,6 +54,5 @@ SMOFF += all_func_returns
all: $(LIBS)
-lint: lintcheck
include ../../../Makefile.targ
diff --git a/usr/src/lib/print/libpapi-dynamic/i386/Makefile b/usr/src/lib/print/libpapi-dynamic/i386/Makefile
index 3b985583a4..b26eabf93d 100644
--- a/usr/src/lib/print/libpapi-dynamic/i386/Makefile
+++ b/usr/src/lib/print/libpapi-dynamic/i386/Makefile
@@ -22,9 +22,7 @@
# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
-# ident "%Z%%M% %I% %E% SMI"
-#
include ../Makefile.com
-install: all $(ROOTLIBS) $(ROOTLINKS) # $(ROOTLINT)
+install: all $(ROOTLIBS) $(ROOTLINKS)
diff --git a/usr/src/lib/print/libpapi-dynamic/sparc/Makefile b/usr/src/lib/print/libpapi-dynamic/sparc/Makefile
index 3b985583a4..b26eabf93d 100644
--- a/usr/src/lib/print/libpapi-dynamic/sparc/Makefile
+++ b/usr/src/lib/print/libpapi-dynamic/sparc/Makefile
@@ -22,9 +22,7 @@
# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
-# ident "%Z%%M% %I% %E% SMI"
-#
include ../Makefile.com
-install: all $(ROOTLIBS) $(ROOTLINKS) # $(ROOTLINT)
+install: all $(ROOTLIBS) $(ROOTLINKS)
diff --git a/usr/src/lib/print/libpapi-ipp/Makefile b/usr/src/lib/print/libpapi-ipp/Makefile
index b92d620b10..88d4640509 100644
--- a/usr/src/lib/print/libpapi-ipp/Makefile
+++ b/usr/src/lib/print/libpapi-ipp/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
@@ -36,14 +34,11 @@ all := TARGET = all
clean := TARGET = clean
clobber := TARGET = clobber
install := TARGET = install
-lint := TARGET = lint
.KEEP_STATE:
all clean clobber install: .WAIT $(SUBDIRS)
-lint: # $(SUBDIRS)
-
install_h: # $(ROOTHDRS)
check: # $(CHECKHDRS)
diff --git a/usr/src/lib/print/libpapi-ipp/Makefile.com b/usr/src/lib/print/libpapi-ipp/Makefile.com
index 90cf130adb..4c08a5c3da 100644
--- a/usr/src/lib/print/libpapi-ipp/Makefile.com
+++ b/usr/src/lib/print/libpapi-ipp/Makefile.com
@@ -43,7 +43,6 @@ $(EXTRALINKS): $(ROOTLINKS)
LIBS = $(DYNLIB)
-$(LINTLIB):= SRCS = $(SRCDIR)/$(LINTSRC)
CFLAGS += $(CCVERBOSE)
CPPFLAGS += -I$(SRCDIR)
@@ -67,7 +66,6 @@ LDLIBS += -lipp-core -lc
all: $(LIBS)
-lint: lintcheck
$(ROOTLIBDIR):
$(INS.dir)
diff --git a/usr/src/lib/print/libpapi-lpd/Makefile b/usr/src/lib/print/libpapi-lpd/Makefile
index b92d620b10..842cc00550 100644
--- a/usr/src/lib/print/libpapi-lpd/Makefile
+++ b/usr/src/lib/print/libpapi-lpd/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
@@ -36,7 +34,6 @@ all := TARGET = all
clean := TARGET = clean
clobber := TARGET = clobber
install := TARGET = install
-lint := TARGET = lint
.KEEP_STATE:
diff --git a/usr/src/lib/print/libpapi-lpd/Makefile.com b/usr/src/lib/print/libpapi-lpd/Makefile.com
index 1e24f80ac5..8778603750 100644
--- a/usr/src/lib/print/libpapi-lpd/Makefile.com
+++ b/usr/src/lib/print/libpapi-lpd/Makefile.com
@@ -44,7 +44,6 @@ $(EXTRALINKS): $(ROOTLINKS)
LIBS = $(DYNLIB)
-$(LINTLIB):= SRCS = $(SRCDIR)/$(LINTSRC)
CFLAGS += $(CCVERBOSE)
CPPFLAGS += -I$(SRCDIR)
@@ -65,7 +64,6 @@ CLOBBERFILES += $(PROG)
all: $(LIBS) $(PROG)
-lint: lintcheck
include ../../../Makefile.targ
diff --git a/usr/src/lib/print/libprint/Makefile b/usr/src/lib/print/libprint/Makefile
index 55847e0be0..d65934b7d4 100644
--- a/usr/src/lib/print/libprint/Makefile
+++ b/usr/src/lib/print/libprint/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,7 +32,6 @@ all := TARGET = all
clean := TARGET = clean
clobber := TARGET = clobber
install := TARGET = install
-lint := TARGET = lint
.KEEP_STATE:
diff --git a/usr/src/lib/print/libprint/Makefile.com b/usr/src/lib/print/libprint/Makefile.com
index 47492ab7c8..661db1bbb4 100644
--- a/usr/src/lib/print/libprint/Makefile.com
+++ b/usr/src/lib/print/libprint/Makefile.com
@@ -39,7 +39,6 @@ ROOTLIBDIR= $(ROOT)/usr/lib
LIBS = $(DYNLIB)
-$(LINTLIB):= SRCS = $(SRCDIR)/$(LINTSRC)
CFLAGS += $(CCVERBOSE)
CPPFLAGS += -I$(SRCDIR)
@@ -55,6 +54,5 @@ LDLIBS += -lnsl -lsocket -lc -lldap
all: $(LIBS)
-lint: lintcheck
include ../../../Makefile.targ
diff --git a/usr/src/lib/print/libprint/i386/Makefile b/usr/src/lib/print/libprint/i386/Makefile
index 3b985583a4..b26eabf93d 100644
--- a/usr/src/lib/print/libprint/i386/Makefile
+++ b/usr/src/lib/print/libprint/i386/Makefile
@@ -22,9 +22,7 @@
# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
-# ident "%Z%%M% %I% %E% SMI"
-#
include ../Makefile.com
-install: all $(ROOTLIBS) $(ROOTLINKS) # $(ROOTLINT)
+install: all $(ROOTLIBS) $(ROOTLINKS)
diff --git a/usr/src/lib/print/libprint/sparc/Makefile b/usr/src/lib/print/libprint/sparc/Makefile
index 3b985583a4..b26eabf93d 100644
--- a/usr/src/lib/print/libprint/sparc/Makefile
+++ b/usr/src/lib/print/libprint/sparc/Makefile
@@ -22,9 +22,7 @@
# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
-# ident "%Z%%M% %I% %E% SMI"
-#
include ../Makefile.com
-install: all $(ROOTLIBS) $(ROOTLINKS) # $(ROOTLINT)
+install: all $(ROOTLIBS) $(ROOTLINKS)