summaryrefslogtreecommitdiff
path: root/usr/src/lib/libbsdmalloc
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/lib/libbsdmalloc')
-rw-r--r--usr/src/lib/libbsdmalloc/Makefile5
-rw-r--r--usr/src/lib/libbsdmalloc/Makefile.com21
-rw-r--r--usr/src/lib/libbsdmalloc/amd64/Makefile4
-rw-r--r--usr/src/lib/libbsdmalloc/i386/Makefile4
-rw-r--r--usr/src/lib/libbsdmalloc/sparc/Makefile4
-rw-r--r--usr/src/lib/libbsdmalloc/sparcv9/Makefile4
6 files changed, 7 insertions, 35 deletions
diff --git a/usr/src/lib/libbsdmalloc/Makefile b/usr/src/lib/libbsdmalloc/Makefile
index 7438442c4f..6986d16e17 100644
--- a/usr/src/lib/libbsdmalloc/Makefile
+++ b/usr/src/lib/libbsdmalloc/Makefile
@@ -34,11 +34,10 @@ clean := TARGET= clean
clobber := TARGET= clobber
delete := TARGET= delete
install := TARGET= install
-lint := TARGET= lint
_msg := TARGET= _msg
package := TARGET= package
-LIBRARY= libbsdmalloc.a
+LIBRARY= libbsdmalloc.a
TEXT_DOMAIN= SUNW_OST_OSLIB
XGETFLAGS= -a
POFILE= $(LIBRARY:.a=.po)
@@ -49,7 +48,7 @@ GREP= grep
.KEEP_STATE:
-all clean clobber delete install lint package: $(SUBDIRS)
+all clean clobber delete install package: $(SUBDIRS)
# definitions for install_h target
HDRS=
diff --git a/usr/src/lib/libbsdmalloc/Makefile.com b/usr/src/lib/libbsdmalloc/Makefile.com
index 9732e9b2b5..92df179637 100644
--- a/usr/src/lib/libbsdmalloc/Makefile.com
+++ b/usr/src/lib/libbsdmalloc/Makefile.com
@@ -35,19 +35,7 @@ include ../../Makefile.lib
SRCDIR = ../common
-LIBS = $(DYNLIB) $(LINTLIB)
-
-# definitions for lint
-
-LINTFLAGS = -uax
-LINTFLAGS64 = -uax -m64
-LINTOUT= lint.out
-
-LINTSRC= $(LINTLIB:%.ln=%)
-ROOTLINTDIR= $(ROOTLIBDIR)
-ROOTLINT= $(LINTSRC:%=$(ROOTLINTDIR)/%)
-
-CLEANFILES += $(LINTOUT) $(LINTLIB)
+LIBS = $(DYNLIB)
CFLAGS += $(CCVERBOSE)
CPPFLAGS += -D_REENTRANT
@@ -59,8 +47,6 @@ SMATCH=off
.KEEP_STATE:
-lint:
- $(LINT.c) $(SRCS) $(LDLIBS)
#
# create message catalogue files
@@ -80,8 +66,3 @@ include ../../Makefile.targ
pics/%.o: ../common/%.c
$(COMPILE.c) -o $@ $<
$(POST_PROCESS_O)
-
-# install rule for lint library target
-$(ROOTLINTDIR)/%: ../common/%
- $(INS.file)
-
diff --git a/usr/src/lib/libbsdmalloc/amd64/Makefile b/usr/src/lib/libbsdmalloc/amd64/Makefile
index 70e24a9a5d..add8308228 100644
--- a/usr/src/lib/libbsdmalloc/amd64/Makefile
+++ b/usr/src/lib/libbsdmalloc/amd64/Makefile
@@ -22,13 +22,11 @@
# 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
-LIBS = $(DYNLIB) $(LINTLIB)
+LIBS = $(DYNLIB)
.KEEP_STATE:
diff --git a/usr/src/lib/libbsdmalloc/i386/Makefile b/usr/src/lib/libbsdmalloc/i386/Makefile
index 2a944b0b43..d6eed917a9 100644
--- a/usr/src/lib/libbsdmalloc/i386/Makefile
+++ b/usr/src/lib/libbsdmalloc/i386/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.com
@@ -31,4 +29,4 @@ include ../Makefile.com
all: $(LIBS)
-install: all $(ROOTLIBS) $(ROOTLINKS) $(ROOTLINT)
+install: all $(ROOTLIBS) $(ROOTLINKS)
diff --git a/usr/src/lib/libbsdmalloc/sparc/Makefile b/usr/src/lib/libbsdmalloc/sparc/Makefile
index 2a944b0b43..d6eed917a9 100644
--- a/usr/src/lib/libbsdmalloc/sparc/Makefile
+++ b/usr/src/lib/libbsdmalloc/sparc/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.com
@@ -31,4 +29,4 @@ include ../Makefile.com
all: $(LIBS)
-install: all $(ROOTLIBS) $(ROOTLINKS) $(ROOTLINT)
+install: all $(ROOTLIBS) $(ROOTLINKS)
diff --git a/usr/src/lib/libbsdmalloc/sparcv9/Makefile b/usr/src/lib/libbsdmalloc/sparcv9/Makefile
index 70e24a9a5d..add8308228 100644
--- a/usr/src/lib/libbsdmalloc/sparcv9/Makefile
+++ b/usr/src/lib/libbsdmalloc/sparcv9/Makefile
@@ -22,13 +22,11 @@
# 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
-LIBS = $(DYNLIB) $(LINTLIB)
+LIBS = $(DYNLIB)
.KEEP_STATE: