summaryrefslogtreecommitdiff
path: root/usr/src/lib/libprtdiag
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/lib/libprtdiag')
-rw-r--r--usr/src/lib/libprtdiag/Makefile7
-rw-r--r--usr/src/lib/libprtdiag/Makefile.com6
-rw-r--r--usr/src/lib/libprtdiag/sparc/Makefile8
-rw-r--r--usr/src/lib/libprtdiag/sparc/sun4u/Makefile3
-rw-r--r--usr/src/lib/libprtdiag/sparc/sun4v/Makefile1
5 files changed, 6 insertions, 19 deletions
diff --git a/usr/src/lib/libprtdiag/Makefile b/usr/src/lib/libprtdiag/Makefile
index 6a1f2a7e69..ccfc9fed9d 100644
--- a/usr/src/lib/libprtdiag/Makefile
+++ b/usr/src/lib/libprtdiag/Makefile
@@ -23,10 +23,6 @@
# Copyright 2005 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
-#ident "%Z%%M% %I% %E% SMI"
-#
-# lib/libprtdiag/Makefile
-#
include $(SRC)/lib/Makefile.lib
@@ -36,12 +32,11 @@ all := TARGET= all
install := TARGET= install
clean := TARGET= clean
clobber := TARGET= clobber
-lint := TARGET= lint
_msg := TARGET= _msg
.KEEP_STATE:
-all install clean clobber lint _msg : $(SUBDIRS)
+all install clean clobber _msg: $(SUBDIRS)
$(SUBDIRS): FRC
@cd $@; pwd; $(MAKE) $(TARGET)
diff --git a/usr/src/lib/libprtdiag/Makefile.com b/usr/src/lib/libprtdiag/Makefile.com
index 406fcfc96f..9542ceed94 100644
--- a/usr/src/lib/libprtdiag/Makefile.com
+++ b/usr/src/lib/libprtdiag/Makefile.com
@@ -29,7 +29,7 @@
# confuse make
#
CLASS = 32
-UTSBASE = $(SRC)/uts
+UTSBASE = $(SRC)/uts
LIBRARY = libprtdiag.a
VERS = .1
@@ -37,7 +37,7 @@ VERS = .1
include $(SRC)/lib/Makefile.lib
include $(SRC)/Makefile.psm
-LIBS = $(DYNLIB) $(LINTLIB)
+LIBS = $(DYNLIB)
IFLAGS = -I ../../inc -I $(USR_PSM_INCL_DIR)
IFLAGS += -I $(SRC)/cmd/picl/plugins/inc
IFLAGS += -I $(UTSBASE)/sun4u
@@ -56,8 +56,6 @@ DYNFLAGS += -Wl,-f/usr/platform/\$$PLATFORM/lib/$(DYNLIBPSR)
MAPFILES =
SRCDIR = ../../common
-$(LINTLIB) := SRCS = $(SRCDIR)/$(LINTSRC)
-USR_PSMLINT= $(LINTSRC:%=$(USR_PSM_LIB_DIR)/%)
#
# install rule
diff --git a/usr/src/lib/libprtdiag/sparc/Makefile b/usr/src/lib/libprtdiag/sparc/Makefile
index 71383e8afa..559f94d289 100644
--- a/usr/src/lib/libprtdiag/sparc/Makefile
+++ b/usr/src/lib/libprtdiag/sparc/Makefile
@@ -23,22 +23,18 @@
# Copyright 2005 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
-# lib/libprtdiag/sparc/Makefile
-#
-#ident "%Z%%M% %I% %E% SMI"
-#
+
SUBDIRS= sun4u sun4v
all := TARGET= all
install := TARGET= install
clean := TARGET= clean
clobber := TARGET= clobber
-lint := TARGET= lint
_msg := TARGET= _msg
.KEEP_STATE:
-all install clean clobber lint _msg : $(SUBDIRS)
+all install clean clobber _msg: $(SUBDIRS)
$(SUBDIRS): FRC
@cd $@; pwd; $(MAKE) $(TARGET)
diff --git a/usr/src/lib/libprtdiag/sparc/sun4u/Makefile b/usr/src/lib/libprtdiag/sparc/sun4u/Makefile
index a0ed81ff8d..53716929ca 100644
--- a/usr/src/lib/libprtdiag/sparc/sun4u/Makefile
+++ b/usr/src/lib/libprtdiag/sparc/sun4u/Makefile
@@ -53,9 +53,8 @@ GREP= grep
all: $(LIBS)
-install: all $(USR_PSM_LIBS) $(USR_PSMLINT)
+install: all $(USR_PSM_LIBS)
-lint: lintcheck
include $(SRC)/lib/Makefile.targ
diff --git a/usr/src/lib/libprtdiag/sparc/sun4v/Makefile b/usr/src/lib/libprtdiag/sparc/sun4v/Makefile
index 67d4763704..0dd124f313 100644
--- a/usr/src/lib/libprtdiag/sparc/sun4v/Makefile
+++ b/usr/src/lib/libprtdiag/sparc/sun4v/Makefile
@@ -54,7 +54,6 @@ all: $(LIBS)
install: all $(USR_PSM_LIBS)
-lint: lintcheck
include $(SRC)/lib/Makefile.targ