summaryrefslogtreecommitdiff
path: root/usr/src/lib/libgrubmgmt
diff options
context:
space:
mode:
authorRichard Lowe <richlowe@richlowe.net>2020-03-26 21:07:34 -0400
committerRichard Lowe <richlowe@richlowe.net>2020-05-04 16:57:13 -0400
commit241c90a06e8d1708235651863df515a2d522a03a (patch)
treec2d53e1063e09d626cfc0c9cc0c80f51256e7363 /usr/src/lib/libgrubmgmt
parent282d4a2d330d797757f16d55e1df9569f3e52d10 (diff)
downloadillumos-joyent-241c90a06e8d1708235651863df515a2d522a03a.tar.gz
12454 remove lint library machinery
Reviewed by: Andy Fiddaman <andy@omniosce.org> Reviewed by: Gordon Ross <gwr@nexenta.com> Approved by: Dan McDonald <danmcd@joyent.com>
Diffstat (limited to 'usr/src/lib/libgrubmgmt')
-rw-r--r--usr/src/lib/libgrubmgmt/Makefile5
-rw-r--r--usr/src/lib/libgrubmgmt/Makefile.com4
-rw-r--r--usr/src/lib/libgrubmgmt/i386/Makefile2
-rw-r--r--usr/src/lib/libgrubmgmt/sparc/Makefile2
4 files changed, 5 insertions, 8 deletions
diff --git a/usr/src/lib/libgrubmgmt/Makefile b/usr/src/lib/libgrubmgmt/Makefile
index 5a147360bd..55705ea512 100644
--- a/usr/src/lib/libgrubmgmt/Makefile
+++ b/usr/src/lib/libgrubmgmt/Makefile
@@ -34,16 +34,15 @@ POFILES = common/libgrub_errno.po
SUBDIRS = $(MACH)
# conditional assignments
-all := TARGET= all
+all := TARGET= all
install := TARGET= install
clean := TARGET= clean
clobber := TARGET= clobber
-lint := TARGET= lint
test := TARGET= test
.KEEP_STATE:
-all install clean clobber lint: $(SUBDIRS)
+all install clean clobber: $(SUBDIRS)
install_h: $(ROOTHDRS)
diff --git a/usr/src/lib/libgrubmgmt/Makefile.com b/usr/src/lib/libgrubmgmt/Makefile.com
index ef1da17922..74fd51a797 100644
--- a/usr/src/lib/libgrubmgmt/Makefile.com
+++ b/usr/src/lib/libgrubmgmt/Makefile.com
@@ -33,13 +33,12 @@ OBJECTS += libgrub_menu.o libgrub_bargs.o libgrub_errno.o
include ../../Makefile.lib
include ../../Makefile.rootfs
-LIBS = $(DYNLIB) $(LINTLIB)
+LIBS = $(DYNLIB)
SRCDIR = ../common
INCS += -I$(SRCDIR)
-$(LINTLIB) := SRCS = $(SRCDIR)/$(LINTSRC)
#
# Libraries added to the next line must be present in miniroot
#
@@ -51,6 +50,5 @@ CFLAGS += $(CCVERBOSE)
all: $(LIBS)
-lint: lintcheck
include ../../Makefile.targ
diff --git a/usr/src/lib/libgrubmgmt/i386/Makefile b/usr/src/lib/libgrubmgmt/i386/Makefile
index 9b91a98d13..8697c2f834 100644
--- a/usr/src/lib/libgrubmgmt/i386/Makefile
+++ b/usr/src/lib/libgrubmgmt/i386/Makefile
@@ -32,4 +32,4 @@ include ../Makefile.com
#
LDLIBS += -lfdisk
-install: all $(ROOTLIBS) $(ROOTLINKS) $(ROOTLINT)
+install: all $(ROOTLIBS) $(ROOTLINKS)
diff --git a/usr/src/lib/libgrubmgmt/sparc/Makefile b/usr/src/lib/libgrubmgmt/sparc/Makefile
index 0ef5233f44..47878e05bc 100644
--- a/usr/src/lib/libgrubmgmt/sparc/Makefile
+++ b/usr/src/lib/libgrubmgmt/sparc/Makefile
@@ -26,4 +26,4 @@
include ../Makefile.com
-install: all $(ROOTLIBS) $(ROOTLINKS) $(ROOTLINT)
+install: all $(ROOTLIBS) $(ROOTLINKS)