summaryrefslogtreecommitdiff
path: root/usr/src/lib/cfgadm_plugins/sata
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/lib/cfgadm_plugins/sata')
-rw-r--r--usr/src/lib/cfgadm_plugins/sata/Makefile8
-rw-r--r--usr/src/lib/cfgadm_plugins/sata/Makefile.com3
-rw-r--r--usr/src/lib/cfgadm_plugins/sata/amd64/Makefile3
-rw-r--r--usr/src/lib/cfgadm_plugins/sata/i386/Makefile3
4 files changed, 4 insertions, 13 deletions
diff --git a/usr/src/lib/cfgadm_plugins/sata/Makefile b/usr/src/lib/cfgadm_plugins/sata/Makefile
index 8af0d35460..92211f3266 100644
--- a/usr/src/lib/cfgadm_plugins/sata/Makefile
+++ b/usr/src/lib/cfgadm_plugins/sata/Makefile
@@ -33,11 +33,10 @@ clean := TARGET= clean
clobber := TARGET= clobber
delete := TARGET= delete
install := TARGET= install
-lint := TARGET= lint
_msg := TARGET= _msg
-package := TARGET= package
+package := TARGET= package
-TEXT_DOMAIN= SUNW_OST_OSLIB
+TEXT_DOMAIN= SUNW_OST_OSLIB
XGETFLAGS= -a -x sata.xcl
POFILE= sata.po
POFILES= generic.po
@@ -47,10 +46,11 @@ GREP= grep
.KEEP_STATE:
-all clean delete install lint package: $(SUBDIRS)
+all clean delete install package: $(SUBDIRS)
clobber: $(SUBDIRS)
$(RM) $(POFILE) $(POFILES)
+
$(SUBDIRS): FRC
@cd $@; pwd; $(MAKE) $(TARGET)
diff --git a/usr/src/lib/cfgadm_plugins/sata/Makefile.com b/usr/src/lib/cfgadm_plugins/sata/Makefile.com
index 6859fdde2a..ed93f17724 100644
--- a/usr/src/lib/cfgadm_plugins/sata/Makefile.com
+++ b/usr/src/lib/cfgadm_plugins/sata/Makefile.com
@@ -37,8 +37,6 @@ ROOTLIBDIR64= $(ROOTLIBDIR)/$(MACH64)
LIBS= $(DYNLIB)
-LINTFLAGS += -DDEBUG
-LINTFLAGS64 += -DDEBUG
CFLAGS += $(CCVERBOSE)
CFLAGS64 += $(CCVERBOSE)
@@ -53,7 +51,6 @@ LDLIBS += -lc -ldevice -ldevinfo -lrcm -lnvpair
all: $(LIBS)
-lint: lintcheck
# Install rules
diff --git a/usr/src/lib/cfgadm_plugins/sata/amd64/Makefile b/usr/src/lib/cfgadm_plugins/sata/amd64/Makefile
index 12fe21de7f..e93b210efa 100644
--- a/usr/src/lib/cfgadm_plugins/sata/amd64/Makefile
+++ b/usr/src/lib/cfgadm_plugins/sata/amd64/Makefile
@@ -22,13 +22,10 @@
# 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
CFLAGS += -D_POSIX_PTHREAD_SEMANTICS
-LINTFLAGS += -D_POSIX_PTHREAD_SEMANTICS
.KEEP_STATE:
diff --git a/usr/src/lib/cfgadm_plugins/sata/i386/Makefile b/usr/src/lib/cfgadm_plugins/sata/i386/Makefile
index 9c9593ade6..bb93bd98cd 100644
--- a/usr/src/lib/cfgadm_plugins/sata/i386/Makefile
+++ b/usr/src/lib/cfgadm_plugins/sata/i386/Makefile
@@ -22,12 +22,9 @@
# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
-# ident "%Z%%M% %I% %E% SMI"
-#
include ../Makefile.com
CFLAGS += -D_POSIX_PTHREAD_SEMANTICS
-LINTFLAGS += -D_POSIX_PTHREAD_SEMANTICS
.KEEP_STATE: