summaryrefslogtreecommitdiff
path: root/usr/src/lib/fm/libfmd_msg
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/lib/fm/libfmd_msg')
-rw-r--r--usr/src/lib/fm/libfmd_msg/Makefile5
-rw-r--r--usr/src/lib/fm/libfmd_msg/Makefile.com11
-rw-r--r--usr/src/lib/fm/libfmd_msg/amd64/Makefile4
-rw-r--r--usr/src/lib/fm/libfmd_msg/i386/Makefile4
-rw-r--r--usr/src/lib/fm/libfmd_msg/sparc/Makefile4
-rw-r--r--usr/src/lib/fm/libfmd_msg/sparcv9/Makefile4
6 files changed, 7 insertions, 25 deletions
diff --git a/usr/src/lib/fm/libfmd_msg/Makefile b/usr/src/lib/fm/libfmd_msg/Makefile
index d1a4ea590e..7f0ee6f127 100644
--- a/usr/src/lib/fm/libfmd_msg/Makefile
+++ b/usr/src/lib/fm/libfmd_msg/Makefile
@@ -29,19 +29,18 @@ include ../Makefile.lib
FMHDRS = fmd_msg.h
HDRDIR = common
-SUBDIRS = $(MACH)
+SUBDIRS = $(MACH)
$(BUILD64)SUBDIRS += $(MACH64)
all := TARGET = all
clean := TARGET = clean
clobber := TARGET = clobber
install := TARGET = install
-lint := TARGET = lint
test := TARGET = test
.KEEP_STATE:
-all clean clobber lint test: $(SUBDIRS)
+all clean clobber test: $(SUBDIRS)
install: install_h .WAIT $(SUBDIRS)
diff --git a/usr/src/lib/fm/libfmd_msg/Makefile.com b/usr/src/lib/fm/libfmd_msg/Makefile.com
index 471a550216..8b91946af2 100644
--- a/usr/src/lib/fm/libfmd_msg/Makefile.com
+++ b/usr/src/lib/fm/libfmd_msg/Makefile.com
@@ -34,7 +34,7 @@ include ../../../Makefile.lib
include ../../Makefile.lib
SRCS = $(LIBSRCS:%.c=../common/%.c)
-LIBS = $(DYNLIB) $(LINTLIB)
+LIBS = $(DYNLIB)
SRCDIR = ../common
@@ -48,21 +48,13 @@ SMOFF += all_func_returns
LDLIBS += -lnvpair -lc
-LINTFLAGS = -msux
-LINTFLAGS64 = -msux -m64
CLOBBERFILES += fmd_msg_test fmd_msg_test.core fmd_msg_test.out
-$(LINTLIB) := SRCS = $(SRCDIR)/$(LINTSRC)
-$(LINTLIB) := LINTFLAGS = -nsvx
-$(LINTLIB) := LINTFLAGS64 = -nsvx -m64
-
.KEEP_STATE:
all: $(LIBS)
-lint: $(LINTLIB) lintcheck
-
include ../../../Makefile.targ
include ../../Makefile.targ
@@ -97,6 +89,5 @@ test: install fmd_msg_test
@echo
fmd_msg_test: $(SRCDIR)/fmd_msg_test.c
- $(LINT.c) $(SRCDIR)/fmd_msg_test.c
$(LINK.c) -o fmd_msg_test $(SRCDIR)/fmd_msg_test.c \
$(LDLIBS_$(TARGETMACH)) -lfmd_msg -lnvpair -lumem
diff --git a/usr/src/lib/fm/libfmd_msg/amd64/Makefile b/usr/src/lib/fm/libfmd_msg/amd64/Makefile
index a2f97019c8..5cf65c4171 100644
--- a/usr/src/lib/fm/libfmd_msg/amd64/Makefile
+++ b/usr/src/lib/fm/libfmd_msg/amd64/Makefile
@@ -22,10 +22,8 @@
# Copyright 2007 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/fm/libfmd_msg/i386/Makefile b/usr/src/lib/fm/libfmd_msg/i386/Makefile
index f91f0270e9..2845cd3c2d 100644
--- a/usr/src/lib/fm/libfmd_msg/i386/Makefile
+++ b/usr/src/lib/fm/libfmd_msg/i386/Makefile
@@ -22,9 +22,7 @@
# Copyright 2007 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/fm/libfmd_msg/sparc/Makefile b/usr/src/lib/fm/libfmd_msg/sparc/Makefile
index f91f0270e9..2845cd3c2d 100644
--- a/usr/src/lib/fm/libfmd_msg/sparc/Makefile
+++ b/usr/src/lib/fm/libfmd_msg/sparc/Makefile
@@ -22,9 +22,7 @@
# Copyright 2007 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/fm/libfmd_msg/sparcv9/Makefile b/usr/src/lib/fm/libfmd_msg/sparcv9/Makefile
index a2f97019c8..5cf65c4171 100644
--- a/usr/src/lib/fm/libfmd_msg/sparcv9/Makefile
+++ b/usr/src/lib/fm/libfmd_msg/sparcv9/Makefile
@@ -22,10 +22,8 @@
# Copyright 2007 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)