summaryrefslogtreecommitdiff
path: root/usr/src/lib/libmapmalloc
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/lib/libmapmalloc')
-rw-r--r--usr/src/lib/libmapmalloc/Makefile5
-rw-r--r--usr/src/lib/libmapmalloc/Makefile.com14
-rw-r--r--usr/src/lib/libmapmalloc/amd64/Makefile4
-rw-r--r--usr/src/lib/libmapmalloc/i386/Makefile4
-rw-r--r--usr/src/lib/libmapmalloc/sparc/Makefile4
-rw-r--r--usr/src/lib/libmapmalloc/sparcv9/Makefile4
6 files changed, 7 insertions, 28 deletions
diff --git a/usr/src/lib/libmapmalloc/Makefile b/usr/src/lib/libmapmalloc/Makefile
index 4493f15bae..def5e11d9f 100644
--- a/usr/src/lib/libmapmalloc/Makefile
+++ b/usr/src/lib/libmapmalloc/Makefile
@@ -35,11 +35,10 @@ clean := TARGET= clean
clobber := TARGET= clobber
delete := TARGET= delete
install := TARGET= install
-lint := TARGET= lint
_msg := TARGET= _msg
package := TARGET= package
-LIBRARY= libmapmalloc.a
+LIBRARY= libmapmalloc.a
TEXT_DOMAIN= SUNW_OST_OSLIB
XGETFLAGS= -a
POFILE= $(LIBRARY:.a=.po)
@@ -50,7 +49,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/libmapmalloc/Makefile.com b/usr/src/lib/libmapmalloc/Makefile.com
index 0f3d54d38f..c99ca4e791 100644
--- a/usr/src/lib/libmapmalloc/Makefile.com
+++ b/usr/src/lib/libmapmalloc/Makefile.com
@@ -22,8 +22,6 @@
# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
-# ident "%Z%%M% %I% %E% SMI"
-#
LIBRARY= libmapmalloc.a
VERS= .1
@@ -38,21 +36,15 @@ include ../../Makefile.lib
SRCDIR = ../common
-LIBS = $(DYNLIB) $(LINTLIB)
-
-LINTSRC= $(LINTLIB:%.ln=%)
+LIBS = $(DYNLIB)
CFLAGS += $(CCVERBOSE)
CPPFLAGS += -I../../common/inc -D_REENTRANT
DYNFLAGS += $(ZINTERPOSE)
LDLIBS += -lc
-$(LINTLIB) lint := LINTFLAGS += -erroff=E_BAD_PTR_CAST_ALIGN
-$(LINTLIB) lint := LINTFLAGS64 += -erroff=E_BAD_PTR_CAST_ALIGN
-
.KEEP_STATE:
-lint: lintcheck
# include library targets
include ../../Makefile.targ
@@ -60,7 +52,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/libmapmalloc/amd64/Makefile b/usr/src/lib/libmapmalloc/amd64/Makefile
index 70e24a9a5d..add8308228 100644
--- a/usr/src/lib/libmapmalloc/amd64/Makefile
+++ b/usr/src/lib/libmapmalloc/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/libmapmalloc/i386/Makefile b/usr/src/lib/libmapmalloc/i386/Makefile
index 2a944b0b43..d6eed917a9 100644
--- a/usr/src/lib/libmapmalloc/i386/Makefile
+++ b/usr/src/lib/libmapmalloc/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/libmapmalloc/sparc/Makefile b/usr/src/lib/libmapmalloc/sparc/Makefile
index 2a944b0b43..d6eed917a9 100644
--- a/usr/src/lib/libmapmalloc/sparc/Makefile
+++ b/usr/src/lib/libmapmalloc/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/libmapmalloc/sparcv9/Makefile b/usr/src/lib/libmapmalloc/sparcv9/Makefile
index 70e24a9a5d..add8308228 100644
--- a/usr/src/lib/libmapmalloc/sparcv9/Makefile
+++ b/usr/src/lib/libmapmalloc/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: