summaryrefslogtreecommitdiff
path: root/usr/src/lib/libbe
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/lib/libbe')
-rw-r--r--usr/src/lib/libbe/Makefile9
-rw-r--r--usr/src/lib/libbe/Makefile.com5
-rw-r--r--usr/src/lib/libbe/amd64/Makefile2
-rw-r--r--usr/src/lib/libbe/common/libbe.h2
-rw-r--r--usr/src/lib/libbe/i386/Makefile2
-rw-r--r--usr/src/lib/libbe/sparc/Makefile2
-rw-r--r--usr/src/lib/libbe/sparcv9/Makefile2
7 files changed, 10 insertions, 14 deletions
diff --git a/usr/src/lib/libbe/Makefile b/usr/src/lib/libbe/Makefile
index 0e68a32954..cce00a0f58 100644
--- a/usr/src/lib/libbe/Makefile
+++ b/usr/src/lib/libbe/Makefile
@@ -38,22 +38,21 @@ all := TARGET= all
clean := TARGET= clean
clobber := TARGET= clobber
install := TARGET= install
-lint := TARGET= lint
POFILE = libbe.po
MSGFILES = `$(GREP) -l gettext $(HDRDIR)/*.[ch]`
.KEEP_STATE:
-all install lint: install_h $(SUBDIRS)
+all install: install_h $(SUBDIRS)
clean clobber: $(SUBDIRS)
-$(POFILE): pofile_MSGFILES
+$(POFILE): pofile_MSGFILES
-install_h: $(ROOTHDRS)
+install_h: $(ROOTHDRS)
-check: $(CHECKHDRS)
+check: $(CHECKHDRS)
_msg: $(MSGDOMAINPOFILE)
diff --git a/usr/src/lib/libbe/Makefile.com b/usr/src/lib/libbe/Makefile.com
index 765f8e981a..969de425f3 100644
--- a/usr/src/lib/libbe/Makefile.com
+++ b/usr/src/lib/libbe/Makefile.com
@@ -43,7 +43,7 @@ OBJECTS= \
include ../../Makefile.lib
-LIBS= $(DYNLIB) $(LINTLIB)
+LIBS= $(DYNLIB)
SRCDIR= ../common
@@ -57,12 +57,9 @@ CPPFLAGS += $(INCS)
CLOBBERFILES += $(LIBRARY)
-$(LINTLIB) := SRCS= $(SRCDIR)/$(LINTSRC)
-
.KEEP_STATE:
all: $(LIBS) $(LIBRARY)
-lint: lintcheck
include ../../Makefile.targ
diff --git a/usr/src/lib/libbe/amd64/Makefile b/usr/src/lib/libbe/amd64/Makefile
index 5d3fa158a8..a281d41133 100644
--- a/usr/src/lib/libbe/amd64/Makefile
+++ b/usr/src/lib/libbe/amd64/Makefile
@@ -27,4 +27,4 @@
include ../Makefile.com
include ../../Makefile.lib.64
-install: all $(ROOTLIBS64) $(ROOTLINKS64) $(ROOTLINT64)
+install: all $(ROOTLIBS64) $(ROOTLINKS64)
diff --git a/usr/src/lib/libbe/common/libbe.h b/usr/src/lib/libbe/common/libbe.h
index 83dffd2dcd..b670d86ce5 100644
--- a/usr/src/lib/libbe/common/libbe.h
+++ b/usr/src/lib/libbe/common/libbe.h
@@ -81,7 +81,7 @@ extern "C" {
* in sync please make sure to add any new error messages at the end
* of this enumeration.
*/
-enum {
+typedef enum {
BE_SUCCESS = 0,
BE_ERR_ACCESS = 4000, /* permission denied */
BE_ERR_ACTIVATE_CURR, /* Activation of current BE failed */
diff --git a/usr/src/lib/libbe/i386/Makefile b/usr/src/lib/libbe/i386/Makefile
index c6e75c4787..51dea8dd0e 100644
--- a/usr/src/lib/libbe/i386/Makefile
+++ b/usr/src/lib/libbe/i386/Makefile
@@ -25,4 +25,4 @@
include ../Makefile.com
-install: all $(ROOTLIBS) $(ROOTLINKS) $(ROOTLINT)
+install: all $(ROOTLIBS) $(ROOTLINKS)
diff --git a/usr/src/lib/libbe/sparc/Makefile b/usr/src/lib/libbe/sparc/Makefile
index c6e75c4787..51dea8dd0e 100644
--- a/usr/src/lib/libbe/sparc/Makefile
+++ b/usr/src/lib/libbe/sparc/Makefile
@@ -25,4 +25,4 @@
include ../Makefile.com
-install: all $(ROOTLIBS) $(ROOTLINKS) $(ROOTLINT)
+install: all $(ROOTLIBS) $(ROOTLINKS)
diff --git a/usr/src/lib/libbe/sparcv9/Makefile b/usr/src/lib/libbe/sparcv9/Makefile
index 5d3fa158a8..a281d41133 100644
--- a/usr/src/lib/libbe/sparcv9/Makefile
+++ b/usr/src/lib/libbe/sparcv9/Makefile
@@ -27,4 +27,4 @@
include ../Makefile.com
include ../../Makefile.lib.64
-install: all $(ROOTLIBS64) $(ROOTLINKS64) $(ROOTLINT64)
+install: all $(ROOTLIBS64) $(ROOTLINKS64)