diff options
Diffstat (limited to 'usr/src/lib/libkstat')
-rw-r--r-- | usr/src/lib/libkstat/Makefile | 5 | ||||
-rw-r--r-- | usr/src/lib/libkstat/Makefile.com | 11 | ||||
-rw-r--r-- | usr/src/lib/libkstat/amd64/Makefile | 4 | ||||
-rw-r--r-- | usr/src/lib/libkstat/i386/Makefile | 4 | ||||
-rw-r--r-- | usr/src/lib/libkstat/sparc/Makefile | 4 | ||||
-rw-r--r-- | usr/src/lib/libkstat/sparcv9/Makefile | 4 |
6 files changed, 9 insertions, 23 deletions
diff --git a/usr/src/lib/libkstat/Makefile b/usr/src/lib/libkstat/Makefile index c47983f30a..bcd94996c4 100644 --- a/usr/src/lib/libkstat/Makefile +++ b/usr/src/lib/libkstat/Makefile @@ -35,11 +35,10 @@ clean := TARGET= clean clobber := TARGET= clobber delete := TARGET= delete install := TARGET= install -lint := TARGET= lint _msg := TARGET= _msg package := TARGET= package -LIBRARY= libkstat.a +LIBRARY= libkstat.a TEXT_DOMAIN= SUNW_OST_OSLIB XGETFLAGS= -a POFILE= $(LIBRARY:.a=.po) @@ -50,7 +49,7 @@ GREP= grep .KEEP_STATE: -all clean clobber delete install lint package: $(SUBDIRS) +all clean clobber delete install package: $(SUBDIRS) # definitions for install_h target HDRS= kstat.h diff --git a/usr/src/lib/libkstat/Makefile.com b/usr/src/lib/libkstat/Makefile.com index aacfa928bf..6e9d04bb6e 100644 --- a/usr/src/lib/libkstat/Makefile.com +++ b/usr/src/lib/libkstat/Makefile.com @@ -22,8 +22,6 @@ # Copyright 2006 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# ident "%Z%%M% %I% %E% SMI" -# LIBRARY= libkstat.a VERS= .1 @@ -38,9 +36,7 @@ include ../../Makefile.rootfs SRCDIR = ../common -LIBS = $(DYNLIB) $(LINTLIB) - -LINTSRC= $(LINTLIB:%.ln=%) +LIBS = $(DYNLIB) CPPFLAGS += -I.. CFLAGS += $(CCVERBOSE) @@ -48,7 +44,6 @@ LDLIBS += -lc .KEEP_STATE: -lint: lintcheck # include library targets include ../../Makefile.targ @@ -58,7 +53,3 @@ pics/%.o: ../common/%.c $(POST_PROCESS_O) pics/kstat.o: ../kstat.h - -# install rule for lint library target -$(ROOTLINTDIR)/%: ../common/% - $(INS.file) diff --git a/usr/src/lib/libkstat/amd64/Makefile b/usr/src/lib/libkstat/amd64/Makefile index d50a21bdb0..01c18f35a7 100644 --- a/usr/src/lib/libkstat/amd64/Makefile +++ b/usr/src/lib/libkstat/amd64/Makefile @@ -22,7 +22,7 @@ # Copyright 2006 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# ident "%Z%%M% %I% %E% SMI" + # include ../Makefile.com @@ -32,4 +32,4 @@ include ../../Makefile.lib.64 all: $(LIBS) -install: all $(ROOTLIBS64) $(ROOTLINKS64) +install: all $(ROOTLIBS64) $(ROOTLINKS64) $(ROOTCOMPATLINKS64) diff --git a/usr/src/lib/libkstat/i386/Makefile b/usr/src/lib/libkstat/i386/Makefile index 2a944b0b43..8537c30eda 100644 --- a/usr/src/lib/libkstat/i386/Makefile +++ b/usr/src/lib/libkstat/i386/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.com @@ -31,4 +29,4 @@ include ../Makefile.com all: $(LIBS) -install: all $(ROOTLIBS) $(ROOTLINKS) $(ROOTLINT) +install: all $(ROOTLIBS) $(ROOTLINKS) $(ROOTCOMPATLINKS) diff --git a/usr/src/lib/libkstat/sparc/Makefile b/usr/src/lib/libkstat/sparc/Makefile index 2a944b0b43..8537c30eda 100644 --- a/usr/src/lib/libkstat/sparc/Makefile +++ b/usr/src/lib/libkstat/sparc/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.com @@ -31,4 +29,4 @@ include ../Makefile.com all: $(LIBS) -install: all $(ROOTLIBS) $(ROOTLINKS) $(ROOTLINT) +install: all $(ROOTLIBS) $(ROOTLINKS) $(ROOTCOMPATLINKS) diff --git a/usr/src/lib/libkstat/sparcv9/Makefile b/usr/src/lib/libkstat/sparcv9/Makefile index d50a21bdb0..01c18f35a7 100644 --- a/usr/src/lib/libkstat/sparcv9/Makefile +++ b/usr/src/lib/libkstat/sparcv9/Makefile @@ -22,7 +22,7 @@ # Copyright 2006 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# ident "%Z%%M% %I% %E% SMI" + # include ../Makefile.com @@ -32,4 +32,4 @@ include ../../Makefile.lib.64 all: $(LIBS) -install: all $(ROOTLIBS64) $(ROOTLINKS64) +install: all $(ROOTLIBS64) $(ROOTLINKS64) $(ROOTCOMPATLINKS64) |