summaryrefslogtreecommitdiff
path: root/usr/src/lib/libfdisk
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/lib/libfdisk')
-rw-r--r--usr/src/lib/libfdisk/Makefile5
-rw-r--r--usr/src/lib/libfdisk/Makefile.com5
-rw-r--r--usr/src/lib/libfdisk/amd64/Makefile2
-rw-r--r--usr/src/lib/libfdisk/i386/Makefile2
-rw-r--r--usr/src/lib/libfdisk/sparcv9/Makefile2
5 files changed, 6 insertions, 10 deletions
diff --git a/usr/src/lib/libfdisk/Makefile b/usr/src/lib/libfdisk/Makefile
index 6f0330b4ad..f60d0b799c 100644
--- a/usr/src/lib/libfdisk/Makefile
+++ b/usr/src/lib/libfdisk/Makefile
@@ -30,19 +30,18 @@ HDRS= libfdisk.h
HDRDIR= common
-SUBDIRS= $(MACH)
+SUBDIRS= $(MACH)
$(BUILD64)SUBDIRS += $(MACH64)
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: $(SUBDIRS)
+all install clean clobber: $(SUBDIRS)
# install rule for install_h target
diff --git a/usr/src/lib/libfdisk/Makefile.com b/usr/src/lib/libfdisk/Makefile.com
index 64298076cf..f524a1f214 100644
--- a/usr/src/lib/libfdisk/Makefile.com
+++ b/usr/src/lib/libfdisk/Makefile.com
@@ -37,7 +37,7 @@ include ../../Makefile.rootfs
SRCDIR= ../common
-LIBS= $(DYNLIB) $(LINTLIB)
+LIBS= $(DYNLIB)
CSTD= $(CSTD_GNU89)
@@ -49,8 +49,6 @@ CFLAGS += -D_FILE_OFFSET_BITS=64
CFLAGS64 += -D_LARGEFILE64_SOURCE
CFLAGS64 += -D_FILE_OFFSET_BITS=64
-LINTFLAGS += -erroff=E_BAD_PTR_CAST_ALIGN
-LINTFLAGS64 += -erroff=E_BAD_PTR_CAST_ALIGN
CERRWARN += $(CNOWARN_UNINIT)
@@ -61,7 +59,6 @@ SMATCH=off
all: $(LIBS)
-lint: lintcheck
pics/%.o: ../common/%.c
$(COMPILE.c) -o $@ $<
diff --git a/usr/src/lib/libfdisk/amd64/Makefile b/usr/src/lib/libfdisk/amd64/Makefile
index 036c13779e..9704a84b6d 100644
--- a/usr/src/lib/libfdisk/amd64/Makefile
+++ b/usr/src/lib/libfdisk/amd64/Makefile
@@ -26,4 +26,4 @@
include ../Makefile.com
include ../../Makefile.lib.64
-install: all $(ROOTLIBS64) $(ROOTLINKS64) $(ROOTLINT64)
+install: all $(ROOTLIBS64) $(ROOTLINKS64) $(ROOTCOMPATLINKS64)
diff --git a/usr/src/lib/libfdisk/i386/Makefile b/usr/src/lib/libfdisk/i386/Makefile
index 0ef5233f44..7857fc5e13 100644
--- a/usr/src/lib/libfdisk/i386/Makefile
+++ b/usr/src/lib/libfdisk/i386/Makefile
@@ -26,4 +26,4 @@
include ../Makefile.com
-install: all $(ROOTLIBS) $(ROOTLINKS) $(ROOTLINT)
+install: all $(ROOTLIBS) $(ROOTLINKS) $(ROOTCOMPATLINKS)
diff --git a/usr/src/lib/libfdisk/sparcv9/Makefile b/usr/src/lib/libfdisk/sparcv9/Makefile
index 31e1868b2d..c41dc63348 100644
--- a/usr/src/lib/libfdisk/sparcv9/Makefile
+++ b/usr/src/lib/libfdisk/sparcv9/Makefile
@@ -25,4 +25,4 @@
include ../Makefile.com
include ../../Makefile.lib.64
-install: all $(ROOTLIBS64) $(ROOTLINKS64) $(ROOTLINT64)
+install: all $(ROOTLIBS64) $(ROOTLINKS64) $(ROOTCOMPATLINKS64)