summaryrefslogtreecommitdiff
path: root/usr/src/lib/libsqlite
diff options
context:
space:
mode:
authorAndy Fiddaman <omnios@citrus-it.co.uk>2019-02-09 13:25:02 +0000
committerAndy Fiddaman <omnios@citrus-it.co.uk>2019-02-13 15:35:04 +0000
commit856f710c9dc323b39da5935194d7928ffb99b67f (patch)
treeda616fb4ba5e2578b263bc984595f2571f8b640b /usr/src/lib/libsqlite
parentc78b1a4529122c8f26c5b25b88f01dc4800751a0 (diff)
downloadillumos-joyent-856f710c9dc323b39da5935194d7928ffb99b67f.tar.gz
10361 usr/lib - stop lint library generation and packaging
Reviewed by: Jason King <jason.king@joyent.com> Reviewed by: Peter Tribble <peter.tribble@gmail.com> Reviewed by: Frederik Wessels <wessels147@gmail.com> Approved by: Dan McDonald <danmcd@joyent.com>
Diffstat (limited to 'usr/src/lib/libsqlite')
-rw-r--r--usr/src/lib/libsqlite/Makefile.com4
-rw-r--r--usr/src/lib/libsqlite/llib-lsqlite-sys10
2 files changed, 2 insertions, 12 deletions
diff --git a/usr/src/lib/libsqlite/Makefile.com b/usr/src/lib/libsqlite/Makefile.com
index 3ce5d9b1e4..6ab092d4d1 100644
--- a/usr/src/lib/libsqlite/Makefile.com
+++ b/usr/src/lib/libsqlite/Makefile.com
@@ -4,6 +4,7 @@
# Copyright 2015 Igor Kozhukhov <ikozhukhov@gmail.com>
# Copyright 2016 Nexenta Systems, Inc. All rights reserved.
# Copyright (c) 2018, Joyent, Inc.
+# Copyright 2019 OmniOS Community Edition (OmniOSce) Association.
#
# Make the SO name unlikely to conflict with any other
@@ -133,7 +134,7 @@ TESTSRC = \
$(SRCDIR)/test1.c \
$(SRCDIR)/test2.c \
$(SRCDIR)/test3.c \
- $(SRCDIR)/md5.c
+ $(SRCDIR)/md5.c
TESTOBJS = $(TESTSRC:$(SRCDIR)/%.c=%.o)
@@ -198,7 +199,6 @@ ENCODING = ISO8859
all: $(LIBS)
install: all \
$(ROOTLIBDIR)/$(DYNLIB) \
- $(ROOTLIBDIR)/$(LINTLIB) \
$(ROOTLIBDIR)/$(NATIVERELOC)
lint:
diff --git a/usr/src/lib/libsqlite/llib-lsqlite-sys b/usr/src/lib/libsqlite/llib-lsqlite-sys
deleted file mode 100644
index c4d2f47fd9..0000000000
--- a/usr/src/lib/libsqlite/llib-lsqlite-sys
+++ /dev/null
@@ -1,10 +0,0 @@
-/*
- * Copyright 2004 Sun Microsystems, Inc. All rights reserved.
- * Use is subject to license terms.
- */
-
-/* LINTLIBRARY */
-/* PROTOLIB1 */
-
-#include "sqlite.h"
-#include "sqlite-misc.h"