summaryrefslogtreecommitdiff
path: root/usr/src/lib/libefi
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/lib/libefi
parent8ca018083101bf1cb175869679bc123187fb1bab (diff)
parent2a1277d3064386cd5c4e372301007aa330bf1d5e (diff)
downloadillumos-joyent-gcc9.tar.gz
mergegcc9
Diffstat (limited to 'usr/src/lib/libefi')
-rw-r--r--usr/src/lib/libefi/Makefile5
-rw-r--r--usr/src/lib/libefi/Makefile.com5
-rw-r--r--usr/src/lib/libefi/amd64/Makefile6
-rw-r--r--usr/src/lib/libefi/i386/Makefile4
-rw-r--r--usr/src/lib/libefi/sparc/Makefile4
-rw-r--r--usr/src/lib/libefi/sparcv9/Makefile6
6 files changed, 8 insertions, 22 deletions
diff --git a/usr/src/lib/libefi/Makefile b/usr/src/lib/libefi/Makefile
index 80360ae8b7..a4fb46c1c9 100644
--- a/usr/src/lib/libefi/Makefile
+++ b/usr/src/lib/libefi/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.lib
@@ -34,11 +32,10 @@ all := TARGET= all
clean := TARGET= clean
clobber := TARGET= clobber
install := TARGET= install
-lint := TARGET= lint
.KEEP_STATE:
-all clean clobber install lint: $(SUBDIRS)
+all clean clobber install: $(SUBDIRS)
$(SUBDIRS): FRC
@cd $@; pwd; $(MAKE) $(TARGET)
diff --git a/usr/src/lib/libefi/Makefile.com b/usr/src/lib/libefi/Makefile.com
index c0108f5f85..412a6b48af 100644
--- a/usr/src/lib/libefi/Makefile.com
+++ b/usr/src/lib/libefi/Makefile.com
@@ -36,12 +36,10 @@ include ../../Makefile.rootfs
SRCDIR = ../common
-LIBS = $(DYNLIB) $(LINTLIB)
+LIBS = $(DYNLIB)
LDLIBS += -luuid -lsmbios -lc
-$(LINTLIB) := SRCS = $(SRCDIR)/$(LINTSRC)
CFLAGS += $(CCVERBOSE)
-LINTFLAGS64 += -errchk=longptr64
SMOFF += kmalloc_wrong_size
@@ -49,6 +47,5 @@ SMOFF += kmalloc_wrong_size
all: $(LIBS)
-lint: lintcheck
include ../../Makefile.targ
diff --git a/usr/src/lib/libefi/amd64/Makefile b/usr/src/lib/libefi/amd64/Makefile
index 1064169930..f820b35e24 100644
--- a/usr/src/lib/libefi/amd64/Makefile
+++ b/usr/src/lib/libefi/amd64/Makefile
@@ -23,14 +23,12 @@
# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
-# ident "%Z%%M% %I% %E% SMI"
-#
include ../Makefile.com
include ../../Makefile.lib.64
-LIBS = $(DYNLIB) $(LINTLIB)
+LIBS = $(DYNLIB)
all: $(LIBS)
-install: all $(ROOTLIBS64) $(ROOTLINKS64)
+install: all $(ROOTLIBS64) $(ROOTLINKS64) $(ROOTCOMPATLINKS64)
diff --git a/usr/src/lib/libefi/i386/Makefile b/usr/src/lib/libefi/i386/Makefile
index 0c05212571..a681a7f1a0 100644
--- a/usr/src/lib/libefi/i386/Makefile
+++ b/usr/src/lib/libefi/i386/Makefile
@@ -23,9 +23,7 @@
# Copyright 2002 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
-# ident "%Z%%M% %I% %E% SMI"
-#
include ../Makefile.com
-install: all $(ROOTLIBS) $(ROOTLINKS) $(ROOTLINT)
+install: all $(ROOTLIBS) $(ROOTLINKS) $(ROOTCOMPATLINKS)
diff --git a/usr/src/lib/libefi/sparc/Makefile b/usr/src/lib/libefi/sparc/Makefile
index 0c05212571..a681a7f1a0 100644
--- a/usr/src/lib/libefi/sparc/Makefile
+++ b/usr/src/lib/libefi/sparc/Makefile
@@ -23,9 +23,7 @@
# Copyright 2002 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
-# ident "%Z%%M% %I% %E% SMI"
-#
include ../Makefile.com
-install: all $(ROOTLIBS) $(ROOTLINKS) $(ROOTLINT)
+install: all $(ROOTLIBS) $(ROOTLINKS) $(ROOTCOMPATLINKS)
diff --git a/usr/src/lib/libefi/sparcv9/Makefile b/usr/src/lib/libefi/sparcv9/Makefile
index c522671f45..309834ae94 100644
--- a/usr/src/lib/libefi/sparcv9/Makefile
+++ b/usr/src/lib/libefi/sparcv9/Makefile
@@ -23,14 +23,12 @@
# Copyright 2002-2003 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
-# ident "%Z%%M% %I% %E% SMI"
-#
include ../Makefile.com
include ../../Makefile.lib.64
-LIBS = $(DYNLIB) $(LINTLIB)
+LIBS = $(DYNLIB)
all: $(LIBS)
-install: all $(ROOTLIBS64) $(ROOTLINKS64)
+install: all $(ROOTLIBS64) $(ROOTLINKS64) $(ROOTCOMPATLINKS64)