summaryrefslogtreecommitdiff
path: root/usr/src/lib/libfru/libfrureg
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/lib/libfru/libfrureg')
-rw-r--r--usr/src/lib/libfru/libfrureg/Makefile7
-rw-r--r--usr/src/lib/libfru/libfrureg/Makefile.com18
2 files changed, 3 insertions, 22 deletions
diff --git a/usr/src/lib/libfru/libfrureg/Makefile b/usr/src/lib/libfru/libfrureg/Makefile
index 9543bc389f..fd442d391b 100644
--- a/usr/src/lib/libfru/libfrureg/Makefile
+++ b/usr/src/lib/libfru/libfrureg/Makefile
@@ -23,19 +23,16 @@
# Copyright (c) 2000-2001 by Sun Microsystems, Inc.
# All rights reserved.
#
-#pragma ident "%Z%%M% %I% %E% SMI"
-#
include $(SRC)/lib/Makefile.lib
SUBDIRS = .WAIT $(MACH) $(BUILD64) $(MACH64)
# conditional assignments
-all := TARGET= all
+all := TARGET= all
install := TARGET= install
clean := TARGET= clean
clobber := TARGET= clobber
-lint := TARGET= lint
_msg := TARGET= _msg
sparc_HDRS=
@@ -48,7 +45,7 @@ CHECKHDRS= $(HDRS:%.h=%.check)
.KEEP_STATE:
-all install clean clobber lint: $(SUBDIRS)
+all install clean clobber: $(SUBDIRS)
_msg: $(MACH) $(MACH64)
diff --git a/usr/src/lib/libfru/libfrureg/Makefile.com b/usr/src/lib/libfru/libfrureg/Makefile.com
index f52ae73c86..5d9a300ffa 100644
--- a/usr/src/lib/libfru/libfrureg/Makefile.com
+++ b/usr/src/lib/libfru/libfrureg/Makefile.com
@@ -38,28 +38,17 @@ LIBS = $(DYNLIB)
# There should be a mapfile here
MAPFILES =
-LINTFLAGS = -uxn
-LINTFLAGS64 = $(LINTFLAGS) -m64
-LINTOUT= lint.out
-LINTSRC = $(LINTLIB:%.ln=%)
-ROOTLINTDIR = $(ROOTLIBDIR)
-ROOTLINT = $(LINTSRC:%=$(ROOTLINTDIR)/%)
-
-CLEANFILES= $(LINTOUT)
-
CPPFLAGS += -I.. \
-I$(SRC)/lib/libfru/include \
-I$(SRC)/cmd/picl/plugins/sun4u/frudata \
-I$(SRC)/lib/libpicl \
-I$(SRC)/lib/libfruutils \
-I$(SRC)/cmd/picl/plugins/inc
-CPPFLAGS += -D_REENTRANT
+CPPFLAGS += -D_REENTRANT
CFLAGS += $(CCVERBOSE)
CERRWARN += -_gcc=-Wno-unused-variable
-$(LINTLIB) := LINTFLAGS = -nvx -I..
-$(LINTLIB) := LINTFLAGS64 = -nvx -m64 -I..
XGETFLAGS += -a
POFILE= picl.po
@@ -69,8 +58,6 @@ POFILE= picl.po
all : $(LIBS)
chmod 755 $(DYNLIB)
-lint : lintcheck
-
%.po: ../%.c
$(CP) $< $<.i
$(BUILD.po)
@@ -85,6 +72,3 @@ include $(SRC)/lib/Makefile.targ
pics/%.o: ../%.c
$(COMPILE.c) -o $@ $<
$(POST_PROCESS_O)
-
-$(ROOTLINTDIR)/%: ../%
- $(INS.file)