summaryrefslogtreecommitdiff
path: root/usr/src/lib/libuuid
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/lib/libuuid')
-rw-r--r--usr/src/lib/libuuid/Makefile5
-rw-r--r--usr/src/lib/libuuid/Makefile.com6
-rw-r--r--usr/src/lib/libuuid/amd64/Makefile6
-rw-r--r--usr/src/lib/libuuid/i386/Makefile4
-rw-r--r--usr/src/lib/libuuid/sparc/Makefile4
-rw-r--r--usr/src/lib/libuuid/sparcv9/Makefile6
6 files changed, 8 insertions, 23 deletions
diff --git a/usr/src/lib/libuuid/Makefile b/usr/src/lib/libuuid/Makefile
index 933be73e70..b00f17c691 100644
--- a/usr/src/lib/libuuid/Makefile
+++ b/usr/src/lib/libuuid/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 install clean clobber lint: $(SUBDIRS)
+all install clean clobber: $(SUBDIRS)
$(SUBDIRS): FRC
@cd $@; pwd; $(MAKE) $(TARGET)
diff --git a/usr/src/lib/libuuid/Makefile.com b/usr/src/lib/libuuid/Makefile.com
index 9611fcd062..de1d413ec8 100644
--- a/usr/src/lib/libuuid/Makefile.com
+++ b/usr/src/lib/libuuid/Makefile.com
@@ -22,8 +22,6 @@
# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
-# ident "%Z%%M% %I% %E% SMI"
-#
LIBRARY = libuuid.a
VERS = .1
@@ -34,11 +32,10 @@ include ../../Makefile.lib
# install this library in the root filesystem
include ../../Makefile.rootfs
-LIBS = $(DYNLIB) $(LINTLIB)
+LIBS = $(DYNLIB)
LDLIBS += -lsocket -lnsl -lc -ldlpi
SRCDIR = ../common
-$(LINTLIB):= SRCS = $(SRCDIR)/$(LINTSRC)
CFLAGS += $(CCVERBOSE)
@@ -46,6 +43,5 @@ CFLAGS += $(CCVERBOSE)
all:
-lint: lintcheck
include ../../Makefile.targ
diff --git a/usr/src/lib/libuuid/amd64/Makefile b/usr/src/lib/libuuid/amd64/Makefile
index 1064169930..f820b35e24 100644
--- a/usr/src/lib/libuuid/amd64/Makefile
+++ b/usr/src/lib/libuuid/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/libuuid/i386/Makefile b/usr/src/lib/libuuid/i386/Makefile
index 8d31739416..9fc7468c2a 100644
--- a/usr/src/lib/libuuid/i386/Makefile
+++ b/usr/src/lib/libuuid/i386/Makefile
@@ -23,11 +23,9 @@
# Copyright 2002 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
-# ident "%Z%%M% %I% %E% SMI"
-#
include ../Makefile.com
all: $(LIBS)
-install: all $(ROOTLIBS) $(ROOTLINKS) $(ROOTLINT)
+install: all $(ROOTLIBS) $(ROOTLINKS) $(ROOTCOMPATLINKS)
diff --git a/usr/src/lib/libuuid/sparc/Makefile b/usr/src/lib/libuuid/sparc/Makefile
index 8d31739416..9fc7468c2a 100644
--- a/usr/src/lib/libuuid/sparc/Makefile
+++ b/usr/src/lib/libuuid/sparc/Makefile
@@ -23,11 +23,9 @@
# Copyright 2002 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
-# ident "%Z%%M% %I% %E% SMI"
-#
include ../Makefile.com
all: $(LIBS)
-install: all $(ROOTLIBS) $(ROOTLINKS) $(ROOTLINT)
+install: all $(ROOTLIBS) $(ROOTLINKS) $(ROOTCOMPATLINKS)
diff --git a/usr/src/lib/libuuid/sparcv9/Makefile b/usr/src/lib/libuuid/sparcv9/Makefile
index 4af9507434..aa340f7eee 100644
--- a/usr/src/lib/libuuid/sparcv9/Makefile
+++ b/usr/src/lib/libuuid/sparcv9/Makefile
@@ -23,14 +23,12 @@
# Copyright 2002 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)