summaryrefslogtreecommitdiff
path: root/usr/src/cmd/picl/plugins/lib
diff options
context:
space:
mode:
authorJohn Levon <john.levon@joyent.com>2020-05-26 13:57:13 +0000
committerJohn Levon <john.levon@joyent.com>2020-05-26 13:57:13 +0000
commit5b2acc0949194447bba6e45a0fa44d0b5f42f208 (patch)
tree7ea9eb87bc68fee386dd39035ce715e87a0e673c /usr/src/cmd/picl/plugins/lib
parent8ca018083101bf1cb175869679bc123187fb1bab (diff)
parent2a1277d3064386cd5c4e372301007aa330bf1d5e (diff)
downloadillumos-joyent-gcc9.tar.gz
mergegcc9
Diffstat (limited to 'usr/src/cmd/picl/plugins/lib')
-rw-r--r--usr/src/cmd/picl/plugins/lib/picld_pluginutil/Makefile.com19
-rw-r--r--usr/src/cmd/picl/plugins/lib/picld_pluginutil/i386/Makefile4
-rw-r--r--usr/src/cmd/picl/plugins/lib/picld_pluginutil/sparc/Makefile4
3 files changed, 4 insertions, 23 deletions
diff --git a/usr/src/cmd/picl/plugins/lib/picld_pluginutil/Makefile.com b/usr/src/cmd/picl/plugins/lib/picld_pluginutil/Makefile.com
index e803da9e56..e9aae72fa4 100644
--- a/usr/src/cmd/picl/plugins/lib/picld_pluginutil/Makefile.com
+++ b/usr/src/cmd/picl/plugins/lib/picld_pluginutil/Makefile.com
@@ -36,17 +36,9 @@ SRCS= $(OBJECTS:%.o=../%.c)
CLOBBERFILES += $(LIBLINKS)
-LIBS = $(DYNLIB) $(LINTLIB)
+LIBS = $(DYNLIB)
-LINTFLAGS = -uxmn -I.. -I$(SRC)/lib/libpicl -I$(SRC)/lib/libpicltree
-LINTFLAGS += -D_REENTRANT
-LINTOUT= lint.out
-
-LINTSRC = $(LINTLIB:%.ln=%)
-ROOTLINTDIR = $(ROOTLIBDIR)
-ROOTLINT = $(LINTSRC:%=$(ROOTLINTDIR)/%)
-
-CLEANFILES= $(LINTOUT) $(LINTLIB)
+CLEANFILES= $(LINTOUT)
XGETFLAGS += -a
POFILE= picld_pluginutil.po
@@ -62,15 +54,11 @@ DYNFLAGS += $(ZNOLAZYLOAD)
LDLIBS += -L$(SRC)/lib/libpicltree/$(MACH)
LDLIBS += -lc -lpicltree
-$(LINTLIB) := SRCS = ../llib-lpicld_pluginutil
-$(LINTLIB) := LINTFLAGS = -nvx -I..
-
.KEEP_STATE:
all : $(LIBS)
lint :
- $(LINT.c) $(SRCS)
%.po: ../%.c
$(CP) $< $<.i
@@ -89,6 +77,3 @@ include $(SRC)/lib/Makefile.targ
pics/%.o: ../%.c
$(COMPILE.c) -o $@ $<
$(POST_PROCESS_O)
-
-$(ROOTLINTDIR)/%: ../%
- $(INS.file)
diff --git a/usr/src/cmd/picl/plugins/lib/picld_pluginutil/i386/Makefile b/usr/src/cmd/picl/plugins/lib/picld_pluginutil/i386/Makefile
index 8787dcca02..19d62a5750 100644
--- a/usr/src/cmd/picl/plugins/lib/picld_pluginutil/i386/Makefile
+++ b/usr/src/cmd/picl/plugins/lib/picld_pluginutil/i386/Makefile
@@ -22,8 +22,6 @@
# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
-# ident "%Z%%M% %I% %E% SMI"
-#
include ../Makefile.com
@@ -37,4 +35,4 @@ $(LIBLINKS):
$(ROOTLIBDIR):
$(INS.dir)
-install: all $(ROOTLIBS) $(ROOTLINKS) $(ROOTLINT)
+install: all $(ROOTLIBS) $(ROOTLINKS)
diff --git a/usr/src/cmd/picl/plugins/lib/picld_pluginutil/sparc/Makefile b/usr/src/cmd/picl/plugins/lib/picld_pluginutil/sparc/Makefile
index 8787dcca02..19d62a5750 100644
--- a/usr/src/cmd/picl/plugins/lib/picld_pluginutil/sparc/Makefile
+++ b/usr/src/cmd/picl/plugins/lib/picld_pluginutil/sparc/Makefile
@@ -22,8 +22,6 @@
# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
-# ident "%Z%%M% %I% %E% SMI"
-#
include ../Makefile.com
@@ -37,4 +35,4 @@ $(LIBLINKS):
$(ROOTLIBDIR):
$(INS.dir)
-install: all $(ROOTLIBS) $(ROOTLINKS) $(ROOTLINT)
+install: all $(ROOTLIBS) $(ROOTLINKS)