summaryrefslogtreecommitdiff
path: root/usr/src/lib/storage/libg_fc
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/lib/storage/libg_fc')
-rw-r--r--usr/src/lib/storage/libg_fc/Makefile5
-rw-r--r--usr/src/lib/storage/libg_fc/Makefile.com10
-rw-r--r--usr/src/lib/storage/libg_fc/sparc/Makefile2
-rw-r--r--usr/src/lib/storage/libg_fc/sparcv9/Makefile2
4 files changed, 5 insertions, 14 deletions
diff --git a/usr/src/lib/storage/libg_fc/Makefile b/usr/src/lib/storage/libg_fc/Makefile
index a34711fa65..1c6447ae6d 100644
--- a/usr/src/lib/storage/libg_fc/Makefile
+++ b/usr/src/lib/storage/libg_fc/Makefile
@@ -32,19 +32,18 @@ all := TARGET= all
clean := TARGET= clean
clobber := TARGET= clobber
install := TARGET= install
-lint := TARGET= lint
HDRS = gfc.h g_state.h g_scsi.h
HDRDIR = common/hdrs
.KEEP_STATE:
-
+
install_h: $(ROOTHDRS)
check: $(CHECKHDRS)
-all clean clobber install lint: $(SUBDIRS)
+all clean clobber install: $(SUBDIRS)
$(SUBDIRS): FRC
@cd $@; pwd; $(MAKE) $(TARGET)
diff --git a/usr/src/lib/storage/libg_fc/Makefile.com b/usr/src/lib/storage/libg_fc/Makefile.com
index 41a7abbac5..d9cbead7d3 100644
--- a/usr/src/lib/storage/libg_fc/Makefile.com
+++ b/usr/src/lib/storage/libg_fc/Makefile.com
@@ -37,27 +37,19 @@ OBJECTS= cmd.o \
include ../../../Makefile.lib
include ../../../Makefile.rootfs
-LIBS = $(DYNLIB) $(LINTLIB)
+LIBS = $(DYNLIB)
SRCDIR = ../common
LDLIBS += -lc -ldevinfo -ldevice -lnvpair -ldevid
-COMMON_LINTFLAGS = -erroff=E_SEC_SPRINTF_UNBOUNDED_COPY
-COMMON_LINTFLAGS += -erroff=E_SEC_PRINTF_VAR_FMT
-
-LINTFLAGS += $(COMMON_LINTFLAGS)
-LINTFLAGS64 += $(COMMON_LINTFLAGS)
-
CERRWARN += -_gcc=-Wno-parentheses
CERRWARN += $(CNOWARN_UNINIT)
-$(LINTLIB) := SRCS= $(SRCDIR)/$(LINTSRC)
.KEEP_STATE:
all: $(LIBS)
-lint: lintcheck
include ../../../Makefile.targ
diff --git a/usr/src/lib/storage/libg_fc/sparc/Makefile b/usr/src/lib/storage/libg_fc/sparc/Makefile
index 7c01618599..6d8ce8465c 100644
--- a/usr/src/lib/storage/libg_fc/sparc/Makefile
+++ b/usr/src/lib/storage/libg_fc/sparc/Makefile
@@ -27,4 +27,4 @@ include ../Makefile.com
all: $(LIBS)
-install: all $(ROOTLIBS) $(ROOTLINKS) $(ROOTLINT)
+install: all $(ROOTLIBS) $(ROOTLINKS)
diff --git a/usr/src/lib/storage/libg_fc/sparcv9/Makefile b/usr/src/lib/storage/libg_fc/sparcv9/Makefile
index b86d3f1aa6..f20c879508 100644
--- a/usr/src/lib/storage/libg_fc/sparcv9/Makefile
+++ b/usr/src/lib/storage/libg_fc/sparcv9/Makefile
@@ -27,6 +27,6 @@ include ../../../Makefile.lib.64
.KEEP_STATE:
-all: $(LIBS)
+all: $(LIBS)
install: all $(ROOTLIBS64) $(ROOTLINKS64)