summaryrefslogtreecommitdiff
path: root/usr/src/lib/libzfs_core
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/libzfs_core
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/libzfs_core')
-rw-r--r--usr/src/lib/libzfs_core/Makefile3
-rw-r--r--usr/src/lib/libzfs_core/Makefile.com5
-rw-r--r--usr/src/lib/libzfs_core/i386/Makefile2
-rw-r--r--usr/src/lib/libzfs_core/sparc/Makefile2
4 files changed, 4 insertions, 8 deletions
diff --git a/usr/src/lib/libzfs_core/Makefile b/usr/src/lib/libzfs_core/Makefile
index f0711971e5..9782300263 100644
--- a/usr/src/lib/libzfs_core/Makefile
+++ b/usr/src/lib/libzfs_core/Makefile
@@ -38,14 +38,13 @@ all := TARGET= all
clean := TARGET= clean
clobber := TARGET= clobber
install := TARGET= install
-lint := TARGET= lint
MSGFILES = `$(GREP) -l gettext $(HDRDIR)/*.[ch]`
POFILE = libzfs_core.po
.KEEP_STATE:
-all clean clobber install lint: $(SUBDIRS)
+all clean clobber install: $(SUBDIRS)
$(POFILE): pofile_MSGFILES
diff --git a/usr/src/lib/libzfs_core/Makefile.com b/usr/src/lib/libzfs_core/Makefile.com
index 5f23a27a1a..5693e9ab0f 100644
--- a/usr/src/lib/libzfs_core/Makefile.com
+++ b/usr/src/lib/libzfs_core/Makefile.com
@@ -38,7 +38,7 @@ include ../../Makefile.lib
# libzfs_core must be installed in the root filesystem for mount(1M)
include ../../Makefile.rootfs
-LIBS= $(DYNLIB) $(LINTLIB)
+LIBS= $(DYNLIB)
SRCDIR = ../common
@@ -48,20 +48,17 @@ INCS += -I../../../common/zfs
INCS += -I../../libc/inc
CSTD= $(CSTD_GNU99)
-C99LMODE= -Xc99=%all
LDLIBS += -lc -lnvpair
CPPFLAGS += $(INCS) -D_LARGEFILE64_SOURCE=1 -D_REENTRANT
$(NOT_RELEASE_BUILD)CPPFLAGS += -DDEBUG
SRCS= $(OBJS_COMMON:%.o=$(SRCDIR)/%.c) \
$(OBJS_SHARED:%.o=$(SRC)/common/zfs/%.c)
-$(LINTLIB) := SRCS= $(SRCDIR)/$(LINTSRC)
.KEEP_STATE:
all: $(LIBS)
-lint: lintcheck
pics/%.o: ../../../common/zfs/%.c
$(COMPILE.c) -o $@ $<
diff --git a/usr/src/lib/libzfs_core/i386/Makefile b/usr/src/lib/libzfs_core/i386/Makefile
index 4088a1eac0..703879a954 100644
--- a/usr/src/lib/libzfs_core/i386/Makefile
+++ b/usr/src/lib/libzfs_core/i386/Makefile
@@ -26,4 +26,4 @@
include ../Makefile.com
-install: all $(ROOTLIBS) $(ROOTLINKS) $(ROOTLINT)
+install: all $(ROOTLIBS) $(ROOTLINKS)
diff --git a/usr/src/lib/libzfs_core/sparc/Makefile b/usr/src/lib/libzfs_core/sparc/Makefile
index 4088a1eac0..703879a954 100644
--- a/usr/src/lib/libzfs_core/sparc/Makefile
+++ b/usr/src/lib/libzfs_core/sparc/Makefile
@@ -26,4 +26,4 @@
include ../Makefile.com
-install: all $(ROOTLIBS) $(ROOTLINKS) $(ROOTLINT)
+install: all $(ROOTLIBS) $(ROOTLINKS)