summaryrefslogtreecommitdiff
path: root/usr/src/lib/libinstzones
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/lib/libinstzones')
-rw-r--r--usr/src/lib/libinstzones/Makefile5
-rw-r--r--usr/src/lib/libinstzones/Makefile.com7
-rw-r--r--usr/src/lib/libinstzones/amd64/Makefile2
-rw-r--r--usr/src/lib/libinstzones/i386/Makefile2
-rw-r--r--usr/src/lib/libinstzones/sparc/Makefile2
-rw-r--r--usr/src/lib/libinstzones/sparcv9/Makefile2
6 files changed, 8 insertions, 12 deletions
diff --git a/usr/src/lib/libinstzones/Makefile b/usr/src/lib/libinstzones/Makefile
index 85d3363ba1..189238daad 100644
--- a/usr/src/lib/libinstzones/Makefile
+++ b/usr/src/lib/libinstzones/Makefile
@@ -32,7 +32,7 @@ HDRS = instzones_api.h
HDRDIR = hdrs
-SUBDIRS = $(MACH)
+SUBDIRS = $(MACH)
$(BUILD64)SUBDIRS += $(MACH64)
all := TARGET = all
@@ -40,12 +40,11 @@ install := TARGET = install
clean := TARGET = clean
clobber := TARGET = clobber
_msg := TARGET = _msg
-lint := TARGET = lint
.KEEP_STATE:
-all clean clobber install _msg lint: $(SUBDIRS)
+all clean clobber install _msg: $(SUBDIRS)
$(SUBDIRS): FRC
@cd $@; pwd; $(MAKE) $(TARGET)
diff --git a/usr/src/lib/libinstzones/Makefile.com b/usr/src/lib/libinstzones/Makefile.com
index 2fa0b68803..5b41d4858e 100644
--- a/usr/src/lib/libinstzones/Makefile.com
+++ b/usr/src/lib/libinstzones/Makefile.com
@@ -29,7 +29,7 @@ LIBRARY= libinstzones.a
VERS= .1
OBJECTS = \
- zones_args.o \
+ zones_args.o \
zones_exec.o \
zones_locks.o \
zones_paths.o \
@@ -50,9 +50,7 @@ CLEANFILES += $(MSGFILES)
# openssl forces us to ignore dubious pointer casts, thanks to its clever
# use of macros for stack management.
-LINTFLAGS= -umx -errtags \
-erroff=E_BAD_PTR_CAST_ALIGN,E_BAD_PTR_CAST
-$(LINTLIB):= SRCS = $(SRCDIR)/$(LINTSRC)
CERRWARN += -_gcc=-Wno-parentheses
CERRWARN += -_gcc=-Wno-clobbered
@@ -61,7 +59,7 @@ CERRWARN += -_gcc=-Wno-address
# not linted
SMATCH=off
-LIBS = $(DYNLIB) $(LINTLIB)
+LIBS = $(DYNLIB)
DYNFLAGS += $(ZLAZYLOAD)
@@ -79,7 +77,6 @@ $(POFILE): $(MSGFILES)
_msg: $(MSGDOMAINPOFILE)
-lint: lintcheck
# include library targets
include $(SRC)/lib/Makefile.targ
diff --git a/usr/src/lib/libinstzones/amd64/Makefile b/usr/src/lib/libinstzones/amd64/Makefile
index 5d3fa158a8..a281d41133 100644
--- a/usr/src/lib/libinstzones/amd64/Makefile
+++ b/usr/src/lib/libinstzones/amd64/Makefile
@@ -27,4 +27,4 @@
include ../Makefile.com
include ../../Makefile.lib.64
-install: all $(ROOTLIBS64) $(ROOTLINKS64) $(ROOTLINT64)
+install: all $(ROOTLIBS64) $(ROOTLINKS64)
diff --git a/usr/src/lib/libinstzones/i386/Makefile b/usr/src/lib/libinstzones/i386/Makefile
index c86be4377c..d19fa69829 100644
--- a/usr/src/lib/libinstzones/i386/Makefile
+++ b/usr/src/lib/libinstzones/i386/Makefile
@@ -25,4 +25,4 @@
include ../Makefile.com
-install: all $(ROOTLIBS) $(ROOTLINKS) $(ROOTLINT)
+install: all $(ROOTLIBS) $(ROOTLINKS)
diff --git a/usr/src/lib/libinstzones/sparc/Makefile b/usr/src/lib/libinstzones/sparc/Makefile
index c86be4377c..d19fa69829 100644
--- a/usr/src/lib/libinstzones/sparc/Makefile
+++ b/usr/src/lib/libinstzones/sparc/Makefile
@@ -25,4 +25,4 @@
include ../Makefile.com
-install: all $(ROOTLIBS) $(ROOTLINKS) $(ROOTLINT)
+install: all $(ROOTLIBS) $(ROOTLINKS)
diff --git a/usr/src/lib/libinstzones/sparcv9/Makefile b/usr/src/lib/libinstzones/sparcv9/Makefile
index 5d3fa158a8..a281d41133 100644
--- a/usr/src/lib/libinstzones/sparcv9/Makefile
+++ b/usr/src/lib/libinstzones/sparcv9/Makefile
@@ -27,4 +27,4 @@
include ../Makefile.com
include ../../Makefile.lib.64
-install: all $(ROOTLIBS64) $(ROOTLINKS64) $(ROOTLINT64)
+install: all $(ROOTLIBS64) $(ROOTLINKS64)