summaryrefslogtreecommitdiff
path: root/usr/src/cmd/picl/plugins/sun4u/chalupa
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/sun4u/chalupa
parent8ca018083101bf1cb175869679bc123187fb1bab (diff)
parent2a1277d3064386cd5c4e372301007aa330bf1d5e (diff)
downloadillumos-joyent-gcc9.tar.gz
mergegcc9
Diffstat (limited to 'usr/src/cmd/picl/plugins/sun4u/chalupa')
-rw-r--r--usr/src/cmd/picl/plugins/sun4u/chalupa/devtree/Makefile8
-rw-r--r--usr/src/cmd/picl/plugins/sun4u/chalupa/envmon/Makefile8
-rw-r--r--usr/src/cmd/picl/plugins/sun4u/chalupa/frudata/Makefile6
-rw-r--r--usr/src/cmd/picl/plugins/sun4u/chalupa/frudr/Makefile6
-rw-r--r--usr/src/cmd/picl/plugins/sun4u/chalupa/frutree/Makefile8
5 files changed, 3 insertions, 33 deletions
diff --git a/usr/src/cmd/picl/plugins/sun4u/chalupa/devtree/Makefile b/usr/src/cmd/picl/plugins/sun4u/chalupa/devtree/Makefile
index ce6525bcdd..c0cd68fe4d 100644
--- a/usr/src/cmd/picl/plugins/sun4u/chalupa/devtree/Makefile
+++ b/usr/src/cmd/picl/plugins/sun4u/chalupa/devtree/Makefile
@@ -38,8 +38,6 @@ CONF= picldevtree.conf
ROOTCONF= $(CONF:%=$(ROOTLIBDIR)/%)
$(ROOTCONF) := FILEMODE = 0644
-ROOTLINTDIR = $(ROOTLIBDIR)
-
.KEEP_STATE:
SUBDIRS=
@@ -48,9 +46,8 @@ all := TARGET= all
install := TARGET= install
clean := TARGET= clean
clobber := TARGET= clobber
-lint := TARGET= lint
-all:
+all:
install: $(ROOTLIBDIR) $(ROOTCONF)
@@ -58,9 +55,6 @@ install: $(ROOTLIBDIR) $(ROOTCONF)
include $(SRC)/lib/Makefile.targ
include $(SRC)/cmd/picl/plugins/Makefile.targ
-$(ROOTLINTDIR)/%: ../%
- $(INS.file)
-
lint:
$(SUBDIRS): FRC
diff --git a/usr/src/cmd/picl/plugins/sun4u/chalupa/envmon/Makefile b/usr/src/cmd/picl/plugins/sun4u/chalupa/envmon/Makefile
index f6aa7e7964..55c254dffe 100644
--- a/usr/src/cmd/picl/plugins/sun4u/chalupa/envmon/Makefile
+++ b/usr/src/cmd/picl/plugins/sun4u/chalupa/envmon/Makefile
@@ -41,8 +41,6 @@ ROOTCONF= $(CONFS:%=$(ROOTLIBDIR)/%)
$(ROOTCONF) := FILEMODE = 0644
MAININFO= $(CONFS:%.conf=%.info)
-ROOTLINTDIR = $(ROOTLIBDIR)
-
.KEEP_STATE:
SUBDIRS=
@@ -51,9 +49,8 @@ all := TARGET= all
install := TARGET= install
clean := TARGET= clean
clobber := TARGET= clobber
-lint := TARGET= lint
-all: $(CONFS)
+all: $(CONFS)
install: $(ROOTLIBDIR) $(ROOTCONF)
@@ -71,9 +68,6 @@ $(CONFS): $(MAININFO)
include $(SRC)/lib/Makefile.targ
include $(SRC)/cmd/picl/plugins/Makefile.targ
-$(ROOTLINTDIR)/%: ../%
- $(INS.file)
-
lint:
$(SUBDIRS): FRC
diff --git a/usr/src/cmd/picl/plugins/sun4u/chalupa/frudata/Makefile b/usr/src/cmd/picl/plugins/sun4u/chalupa/frudata/Makefile
index 36eebd137e..afe6ef852a 100644
--- a/usr/src/cmd/picl/plugins/sun4u/chalupa/frudata/Makefile
+++ b/usr/src/cmd/picl/plugins/sun4u/chalupa/frudata/Makefile
@@ -39,8 +39,6 @@ CONF= libpiclfrudata.conf
ROOTCONF= $(CONF:%=$(ROOTLIBDIR)/%)
$(ROOTCONF) := FILEMODE = 0644
-ROOTLINTDIR = $(ROOTLIBDIR)
-
.KEEP_STATE:
SUBDIRS=
@@ -49,7 +47,6 @@ all := TARGET= all
install := TARGET= install
clean := TARGET= clean
clobber := TARGET= clobber
-lint := TARGET= lint
all: $(CONF)
@@ -59,9 +56,6 @@ install: $(ROOTLIBDIR) $(ROOTCONF)
include $(SRC)/lib/Makefile.targ
include $(SRC)/cmd/picl/plugins/Makefile.targ
-$(ROOTLINTDIR)/%: ../%
- $(INS.file)
-
lint:
$(SUBDIRS): FRC
diff --git a/usr/src/cmd/picl/plugins/sun4u/chalupa/frudr/Makefile b/usr/src/cmd/picl/plugins/sun4u/chalupa/frudr/Makefile
index c6bda23a4f..eeedf0de23 100644
--- a/usr/src/cmd/picl/plugins/sun4u/chalupa/frudr/Makefile
+++ b/usr/src/cmd/picl/plugins/sun4u/chalupa/frudr/Makefile
@@ -48,8 +48,6 @@ OTHERINFOS += fru_HDD0_data.info fru_HDD1_data.info
OTHERINFOS += fru_HDD2_data.info fru_HDD3_data.info
OTHERINFOS += fru_SC_data.info SB-tables.info
-ROOTLINTDIR = $(ROOTLIBDIR)
-
.KEEP_STATE:
SUBDIRS =
@@ -58,7 +56,6 @@ all := TARGET= all
install := TARGET= install
clean := TARGET= clean
clobber := TARGET= clobber
-lint := TARGET= lint
all: $(LIBS) $(LIBLINKS) $(CONFS)
@@ -77,9 +74,6 @@ $(CONFS): $(MAININFO) $(OTHERINFOS)
include $(SRC)/lib/Makefile.targ
include $(SRC)/cmd/picl/plugins/Makefile.targ
-$(ROOTLINTDIR)/%: ../%
- $(INS.file)
-
lint:
$(SUBDIRS): FRC
diff --git a/usr/src/cmd/picl/plugins/sun4u/chalupa/frutree/Makefile b/usr/src/cmd/picl/plugins/sun4u/chalupa/frutree/Makefile
index a8bab74a81..1ad6d3e9cb 100644
--- a/usr/src/cmd/picl/plugins/sun4u/chalupa/frutree/Makefile
+++ b/usr/src/cmd/picl/plugins/sun4u/chalupa/frutree/Makefile
@@ -51,8 +51,6 @@ OTHERINFOS += $(INCDIR2)/fru_PS0_data.info
OTHERINFOS += $(INCDIR2)/fru_PS1_data.info
OTHERINFOS += $(INCDIR2)/fru_SC_data.info
-ROOTLINTDIR = $(ROOTLIBDIR)
-
.KEEP_STATE:
SUBDIRS=
@@ -61,9 +59,8 @@ all := TARGET= all
install := TARGET= install
clean := TARGET= clean
clobber := TARGET= clobber
-lint := TARGET= lint
-all: $(CONFS)
+all: $(CONFS)
install: $(ROOTLIBDIR) $(ROOTCONF)
@@ -81,9 +78,6 @@ $(CONFS): $(MAININFO) $(OTHERINFOS)
include $(SRC)/lib/Makefile.targ
include $(SRC)/cmd/picl/plugins/Makefile.targ
-$(ROOTLINTDIR)/%: ../%
- $(INS.file)
-
lint:
$(SUBDIRS): FRC