summaryrefslogtreecommitdiff
path: root/usr/src/lib/libv12n
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/lib/libv12n')
-rw-r--r--usr/src/lib/libv12n/Makefile7
-rw-r--r--usr/src/lib/libv12n/Makefile.com4
-rw-r--r--usr/src/lib/libv12n/sparc/Makefile2
-rw-r--r--usr/src/lib/libv12n/sparcv9/Makefile2
4 files changed, 6 insertions, 9 deletions
diff --git a/usr/src/lib/libv12n/Makefile b/usr/src/lib/libv12n/Makefile
index eceddb2405..955350155a 100644
--- a/usr/src/lib/libv12n/Makefile
+++ b/usr/src/lib/libv12n/Makefile
@@ -31,24 +31,23 @@ HDRDIR = common
ROOTHDRDIR = $(ROOT)/usr/include
-SUBDIRS = $(MACH)
+SUBDIRS = $(MACH)
$(BUILD64)SUBDIRS += $(MACH64)
all := TARGET = all
clean := TARGET = clean
clobber := TARGET = clobber
install := TARGET = install
-lint := TARGET = lint
.KEEP_STATE:
-all clean clobber lint: $(SUBDIRS)
+all clean clobber: $(SUBDIRS)
check: $(CHECKHDRS)
install: all .WAIT $(SUBDIRS)
-install_h: $(ROOTHDRS)
+install_h: $(ROOTHDRS)
$(SUBDIRS): FRC
@cd $@; pwd; $(MAKE) $(TARGET)
diff --git a/usr/src/lib/libv12n/Makefile.com b/usr/src/lib/libv12n/Makefile.com
index 72ec120aee..ee2f825a13 100644
--- a/usr/src/lib/libv12n/Makefile.com
+++ b/usr/src/lib/libv12n/Makefile.com
@@ -31,7 +31,7 @@ OBJECTS = $(MACHCOBJS) $(CMNOBJS)
include ../../Makefile.lib
-LIBS = $(DYNLIB) $(LINTLIB)
+LIBS = $(DYNLIB)
SRCDIR = ../common
SRCS = $(MACHCOBJS:%.o=../$(MACH)/%.c)
@@ -41,13 +41,11 @@ CFLAGS64 += $(CCVERBOSE) $(C_BIGPICFLAGS)
CERRWARN += $(CNOWARN_UNINIT)
-$(LINTLIB) := SRCS = ../common/llib-lv12n
.KEEP_STATE:
all: $(LIBS)
-lint: $(LINTLIB) lintcheck
pics/%.o: ../$(MACH)/%.c
$(COMPILE.c) -o $@ $<
diff --git a/usr/src/lib/libv12n/sparc/Makefile b/usr/src/lib/libv12n/sparc/Makefile
index a4fcbfad35..cf274962be 100644
--- a/usr/src/lib/libv12n/sparc/Makefile
+++ b/usr/src/lib/libv12n/sparc/Makefile
@@ -46,7 +46,7 @@ LDLIBS += -luuid -lc
CPPFLAGS += -I. -I$(SRC)/lib/libds/common -I$(SRC)/cmd/ldmad
-install: all $(ROOTLIBS) $(ROOTLINKS) $(ROOTLINT)
+install: all $(ROOTLIBS) $(ROOTLINKS)
pics/%.o: $(SRC)/common/mdesc/%.c
$(COMPILE.c) -o $@ $<
diff --git a/usr/src/lib/libv12n/sparcv9/Makefile b/usr/src/lib/libv12n/sparcv9/Makefile
index 7edfc67227..37d588d3d4 100644
--- a/usr/src/lib/libv12n/sparcv9/Makefile
+++ b/usr/src/lib/libv12n/sparcv9/Makefile
@@ -47,7 +47,7 @@ LDLIBS += -luuid -lc
CPPFLAGS += -I. -I$(SRC)/lib/libds/common -I$(SRC)/cmd/ldmad
-install: all $(ROOTLIBS64) $(ROOTLINKS64) $(ROOTLINT64)
+install: all $(ROOTLIBS64) $(ROOTLINKS64)
pics/%.o: $(SRC)/common/mdesc/%.c
$(COMPILE.c) -o $@ $<