diff options
Diffstat (limited to 'usr/src/lib/libvolmgt')
-rw-r--r-- | usr/src/lib/libvolmgt/Makefile | 5 | ||||
-rw-r--r-- | usr/src/lib/libvolmgt/Makefile.com | 11 | ||||
-rw-r--r-- | usr/src/lib/libvolmgt/amd64/Makefile | 6 | ||||
-rw-r--r-- | usr/src/lib/libvolmgt/i386/Makefile | 4 | ||||
-rw-r--r-- | usr/src/lib/libvolmgt/sparc/Makefile | 4 | ||||
-rw-r--r-- | usr/src/lib/libvolmgt/sparcv9/Makefile | 6 |
6 files changed, 9 insertions, 27 deletions
diff --git a/usr/src/lib/libvolmgt/Makefile b/usr/src/lib/libvolmgt/Makefile index d135951b02..eb89d02f72 100644 --- a/usr/src/lib/libvolmgt/Makefile +++ b/usr/src/lib/libvolmgt/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= libvolmgt.a +LIBRARY= libvolmgt.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= volmgt.h diff --git a/usr/src/lib/libvolmgt/Makefile.com b/usr/src/lib/libvolmgt/Makefile.com index 7b26a99461..fb670a0ce0 100644 --- a/usr/src/lib/libvolmgt/Makefile.com +++ b/usr/src/lib/libvolmgt/Makefile.com @@ -33,11 +33,7 @@ include ../../Makefile.lib SRCDIR = ../common -LIBS = $(DYNLIB) $(LINTLIB) - -$(LINTLIB):= SRCS = ../common/llib-lvolmgt - -LINTSRC= $(LINTLIB:%.ln=%) +LIBS = $(DYNLIB) CPPFLAGS = -I.. $(CPPFLAGS.master) CFLAGS += $(CCVERBOSE) @@ -48,7 +44,6 @@ LDLIBS += -ladm -lc .KEEP_STATE: -lint: lintcheck # include library targets include ../../Makefile.targ @@ -56,7 +51,3 @@ include ../../Makefile.targ pics/%.o: ../common/%.c $(COMPILE.c) -o $@ $< $(POST_PROCESS_O) - -# install rule for lint library target -$(ROOTLINTDIR)/%: ../common/% - $(INS.file) diff --git a/usr/src/lib/libvolmgt/amd64/Makefile b/usr/src/lib/libvolmgt/amd64/Makefile index c9a1718a16..58854901e8 100644 --- a/usr/src/lib/libvolmgt/amd64/Makefile +++ b/usr/src/lib/libvolmgt/amd64/Makefile @@ -22,16 +22,14 @@ # Copyright 2006 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) .KEEP_STATE: -all: $(LIBS) +all: $(LIBS) install: all $(ROOTLIBS64) $(ROOTLINKS64) diff --git a/usr/src/lib/libvolmgt/i386/Makefile b/usr/src/lib/libvolmgt/i386/Makefile index 2a944b0b43..d6eed917a9 100644 --- a/usr/src/lib/libvolmgt/i386/Makefile +++ b/usr/src/lib/libvolmgt/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) diff --git a/usr/src/lib/libvolmgt/sparc/Makefile b/usr/src/lib/libvolmgt/sparc/Makefile index 2a944b0b43..d6eed917a9 100644 --- a/usr/src/lib/libvolmgt/sparc/Makefile +++ b/usr/src/lib/libvolmgt/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) diff --git a/usr/src/lib/libvolmgt/sparcv9/Makefile b/usr/src/lib/libvolmgt/sparcv9/Makefile index c9a1718a16..58854901e8 100644 --- a/usr/src/lib/libvolmgt/sparcv9/Makefile +++ b/usr/src/lib/libvolmgt/sparcv9/Makefile @@ -22,16 +22,14 @@ # Copyright 2006 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) .KEEP_STATE: -all: $(LIBS) +all: $(LIBS) install: all $(ROOTLIBS64) $(ROOTLINKS64) |