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/libctf | |
parent | 282d4a2d330d797757f16d55e1df9569f3e52d10 (diff) | |
download | illumos-gate-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/libctf')
-rw-r--r-- | usr/src/lib/libctf/Makefile | 7 | ||||
-rw-r--r-- | usr/src/lib/libctf/Makefile.com | 1 | ||||
-rw-r--r-- | usr/src/lib/libctf/Makefile.shared.com | 5 | ||||
-rw-r--r-- | usr/src/lib/libctf/amd64/Makefile | 4 | ||||
-rw-r--r-- | usr/src/lib/libctf/i386/Makefile | 4 | ||||
-rw-r--r-- | usr/src/lib/libctf/sparc/Makefile | 4 | ||||
-rw-r--r-- | usr/src/lib/libctf/sparcv9/Makefile | 4 |
7 files changed, 7 insertions, 22 deletions
diff --git a/usr/src/lib/libctf/Makefile b/usr/src/lib/libctf/Makefile index 5a8b3f9ed4..e89f63cba8 100644 --- a/usr/src/lib/libctf/Makefile +++ b/usr/src/lib/libctf/Makefile @@ -22,26 +22,23 @@ # Copyright 2006 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# ident "%Z%%M% %I% %E% SMI" -# include ../Makefile.lib HDRS = libctf.h HDRDIR = common -SUBDIRS = $(MACH) +SUBDIRS = $(MACH) $(BUILD64)SUBDIRS += $(MACH64) 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) diff --git a/usr/src/lib/libctf/Makefile.com b/usr/src/lib/libctf/Makefile.com index 0169c2a367..45c2cd3117 100644 --- a/usr/src/lib/libctf/Makefile.com +++ b/usr/src/lib/libctf/Makefile.com @@ -30,7 +30,6 @@ include ../../Makefile.rootfs all: $(LIBS) -lint: lintcheck include ../../Makefile.targ include ../Makefile.shared.targ diff --git a/usr/src/lib/libctf/Makefile.shared.com b/usr/src/lib/libctf/Makefile.shared.com index 39100e6831..76cfd00da4 100644 --- a/usr/src/lib/libctf/Makefile.shared.com +++ b/usr/src/lib/libctf/Makefile.shared.com @@ -70,11 +70,10 @@ SRCS = \ $(LIST_OBJS:%.o=$(SRC)/common/list/%.c) \ $(MERGEQ_OBJS:%.o=$(SRC)/lib/mergeq/%.c) -LIBS = $(DYNLIB) $(LINTLIB) +LIBS = $(DYNLIB) LDLIBS += -lc -lelf -ldwarf -lavl CSTD = $(CSTD_GNU99) -C99LMODE = -Xc99=%all SRCDIR = $(SRC)/lib/libctf/common @@ -86,5 +85,3 @@ CPPFLAGS += -I$(SRC)/lib/libctf/common \ CFLAGS += $(CCVERBOSE) CERRWARN += $(CNOWARN_UNINIT) - -$(LINTLIB) := SRCS = $(SRCDIR)/$(LINTSRC) diff --git a/usr/src/lib/libctf/amd64/Makefile b/usr/src/lib/libctf/amd64/Makefile index c9bd26cfd3..b13b247ca8 100644 --- a/usr/src/lib/libctf/amd64/Makefile +++ b/usr/src/lib/libctf/amd64/Makefile @@ -22,10 +22,8 @@ # 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 -install: all $(ROOTLIBS64) $(ROOTLINKS64) $(ROOTLINT64) +install: all $(ROOTLIBS64) $(ROOTLINKS64) diff --git a/usr/src/lib/libctf/i386/Makefile b/usr/src/lib/libctf/i386/Makefile index a333224278..282da97a76 100644 --- a/usr/src/lib/libctf/i386/Makefile +++ b/usr/src/lib/libctf/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/libctf/sparc/Makefile b/usr/src/lib/libctf/sparc/Makefile index a333224278..282da97a76 100644 --- a/usr/src/lib/libctf/sparc/Makefile +++ b/usr/src/lib/libctf/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/libctf/sparcv9/Makefile b/usr/src/lib/libctf/sparcv9/Makefile index c9bd26cfd3..b13b247ca8 100644 --- a/usr/src/lib/libctf/sparcv9/Makefile +++ b/usr/src/lib/libctf/sparcv9/Makefile @@ -22,10 +22,8 @@ # 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 -install: all $(ROOTLIBS64) $(ROOTLINKS64) $(ROOTLINT64) +install: all $(ROOTLIBS64) $(ROOTLINKS64) |