summaryrefslogtreecommitdiff
path: root/usr/src/lib/libsmbfs
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/lib/libsmbfs')
-rw-r--r--usr/src/lib/libsmbfs/Makefile3
-rw-r--r--usr/src/lib/libsmbfs/Makefile.com10
-rw-r--r--usr/src/lib/libsmbfs/amd64/Makefile4
-rw-r--r--usr/src/lib/libsmbfs/i386/Makefile4
-rw-r--r--usr/src/lib/libsmbfs/sparc/Makefile4
-rw-r--r--usr/src/lib/libsmbfs/sparcv9/Makefile4
6 files changed, 6 insertions, 23 deletions
diff --git a/usr/src/lib/libsmbfs/Makefile b/usr/src/lib/libsmbfs/Makefile
index b708bd0571..029d66a4a9 100644
--- a/usr/src/lib/libsmbfs/Makefile
+++ b/usr/src/lib/libsmbfs/Makefile
@@ -46,14 +46,13 @@ all := TARGET= all
install := TARGET= install
clean := TARGET= clean
clobber := TARGET= clobber
-lint := TARGET= lint
MSGFILES = `$(GREP) -l gettext smb/*.[ch]`
POFILE = libsmbfs.po
.KEEP_STATE:
-all install clean clobber lint: $(SUBDIRS)
+all install clean clobber: $(SUBDIRS)
_msg: $(MSGDOMAINPOFILE)
diff --git a/usr/src/lib/libsmbfs/Makefile.com b/usr/src/lib/libsmbfs/Makefile.com
index 71a0d83728..4e895520f3 100644
--- a/usr/src/lib/libsmbfs/Makefile.com
+++ b/usr/src/lib/libsmbfs/Makefile.com
@@ -78,7 +78,7 @@ OBJECTS= $(OBJ_LIB) $(OBJ_CMN)
include $(SRC)/lib/Makefile.lib
-LIBS = $(DYNLIB) $(LINTLIB)
+LIBS = $(DYNLIB)
SRCDIR= ../smb
CMNDIR= $(SRC)/common/smbclnt
@@ -86,7 +86,6 @@ CMNDIR= $(SRC)/common/smbclnt
SRCS= $(OBJ_LIB:%.o=$(SRCDIR)/%.c) \
$(OBJ_CMN:%.o=$(CMNDIR)/%.c)
-$(LINTLIB) := SRCS = $(SRCDIR)/$(LINTSRC)
CSTD= $(CSTD_GNU99)
@@ -106,18 +105,11 @@ CPPFLAGS += -D__EXTENSIONS__ -D_REENTRANT -DMIA \
-I$(SRC)/uts/common \
-I$(SRC)/common/smbclnt
-# This is pretty mature code, so let's just ignore these.
-LINTCHECKFLAGS += -erroff=E_INCONS_ARG_DECL2
-LINTCHECKFLAGS += -erroff=E_INCONS_VAL_TYPE_DECL2
-LINTCHECKFLAGS += -erroff=E_FUNC_RET_MAYBE_IGNORED2
-LINTCHECKFLAGS += -erroff=E_FUNC_RET_ALWAYS_IGNOR2
-
# Debugging
${NOT_RELEASE_BUILD} CPPFLAGS += -DDEBUG
all: $(LIBS)
-lint: lintcheck
include ../../Makefile.targ
diff --git a/usr/src/lib/libsmbfs/amd64/Makefile b/usr/src/lib/libsmbfs/amd64/Makefile
index 7443ee1806..3c01fb5b3a 100644
--- a/usr/src/lib/libsmbfs/amd64/Makefile
+++ b/usr/src/lib/libsmbfs/amd64/Makefile
@@ -22,10 +22,8 @@
# Copyright 2008 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/libsmbfs/i386/Makefile b/usr/src/lib/libsmbfs/i386/Makefile
index 23b74c3928..4acb0bde30 100644
--- a/usr/src/lib/libsmbfs/i386/Makefile
+++ b/usr/src/lib/libsmbfs/i386/Makefile
@@ -22,9 +22,7 @@
# Copyright 2008 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/libsmbfs/sparc/Makefile b/usr/src/lib/libsmbfs/sparc/Makefile
index 23b74c3928..4acb0bde30 100644
--- a/usr/src/lib/libsmbfs/sparc/Makefile
+++ b/usr/src/lib/libsmbfs/sparc/Makefile
@@ -22,9 +22,7 @@
# Copyright 2008 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/libsmbfs/sparcv9/Makefile b/usr/src/lib/libsmbfs/sparcv9/Makefile
index 7443ee1806..3c01fb5b3a 100644
--- a/usr/src/lib/libsmbfs/sparcv9/Makefile
+++ b/usr/src/lib/libsmbfs/sparcv9/Makefile
@@ -22,10 +22,8 @@
# Copyright 2008 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)