diff options
Diffstat (limited to 'usr/src/lib/libkvm')
-rw-r--r-- | usr/src/lib/libkvm/Makefile | 5 | ||||
-rw-r--r-- | usr/src/lib/libkvm/Makefile.com | 11 | ||||
-rw-r--r-- | usr/src/lib/libkvm/amd64/Makefile | 4 | ||||
-rw-r--r-- | usr/src/lib/libkvm/i386/Makefile | 4 | ||||
-rw-r--r-- | usr/src/lib/libkvm/sparc/Makefile | 4 | ||||
-rw-r--r-- | usr/src/lib/libkvm/sparcv9/Makefile | 4 |
6 files changed, 6 insertions, 26 deletions
diff --git a/usr/src/lib/libkvm/Makefile b/usr/src/lib/libkvm/Makefile index b4629602bf..4118b2516d 100644 --- a/usr/src/lib/libkvm/Makefile +++ b/usr/src/lib/libkvm/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 @@ -37,12 +35,11 @@ all := TARGET= all install := TARGET= install clean := TARGET= clean clobber := TARGET= clobber -lint := TARGET= lint test := TARGET= test .KEEP_STATE: -all install clean clobber lint test: $(SUBDIRS) +all install clean clobber test: $(SUBDIRS) install_h: $(ROOTHDRS) diff --git a/usr/src/lib/libkvm/Makefile.com b/usr/src/lib/libkvm/Makefile.com index b89bde5d03..fc36e58925 100644 --- a/usr/src/lib/libkvm/Makefile.com +++ b/usr/src/lib/libkvm/Makefile.com @@ -34,11 +34,7 @@ include ../../Makefile.lib SRCDIR = ../common -LIBS = $(DYNLIB) $(LINTLIB) - -$(LINTLIB):= SRCS=../common/llib-lkvm - -LINTSRC= $(LINTLIB:%.ln=%) +LIBS = $(DYNLIB) CFLAGS += $(CCVERBOSE) DYNFLAGS32 += -Wl,-f,/usr/platform/\$$PLATFORM/lib/$(DYNLIBPSR) @@ -55,7 +51,6 @@ CLOBBERFILES += test test.o .KEEP_STATE: -lint: lintcheck test: ../common/test.c $(COMPILE.c) ../common/test.c @@ -67,7 +62,3 @@ include ../../Makefile.targ objs/%.o pics/%.o: ../common/%.c ../kvm.h $(COMPILE.c) -o $@ $< $(POST_PROCESS_O) - -# install rule for lint library target -$(ROOTLINTDIR)/%: ../common/% - $(INS.file) diff --git a/usr/src/lib/libkvm/amd64/Makefile b/usr/src/lib/libkvm/amd64/Makefile index 634b49163c..ca9e151394 100644 --- a/usr/src/lib/libkvm/amd64/Makefile +++ b/usr/src/lib/libkvm/amd64/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 include ../../Makefile.lib.64 @@ -34,4 +32,4 @@ DYNFLAGS += $(DYNFLAGS64) all: $(LIBS) -install: all $(ROOTLIBS64) $(ROOTLINKS64) $(ROOTLINT64) +install: all $(ROOTLIBS64) $(ROOTLINKS64) diff --git a/usr/src/lib/libkvm/i386/Makefile b/usr/src/lib/libkvm/i386/Makefile index 6768df622e..93f4c54e6a 100644 --- a/usr/src/lib/libkvm/i386/Makefile +++ b/usr/src/lib/libkvm/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 @@ -33,4 +31,4 @@ DYNFLAGS += $(DYNFLAGS32) all: $(LIBS) -install: all $(ROOTLIBS) $(ROOTLINKS) $(ROOTLINT) +install: all $(ROOTLIBS) $(ROOTLINKS) diff --git a/usr/src/lib/libkvm/sparc/Makefile b/usr/src/lib/libkvm/sparc/Makefile index 6768df622e..93f4c54e6a 100644 --- a/usr/src/lib/libkvm/sparc/Makefile +++ b/usr/src/lib/libkvm/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 @@ -33,4 +31,4 @@ DYNFLAGS += $(DYNFLAGS32) all: $(LIBS) -install: all $(ROOTLIBS) $(ROOTLINKS) $(ROOTLINT) +install: all $(ROOTLIBS) $(ROOTLINKS) diff --git a/usr/src/lib/libkvm/sparcv9/Makefile b/usr/src/lib/libkvm/sparcv9/Makefile index 634b49163c..ca9e151394 100644 --- a/usr/src/lib/libkvm/sparcv9/Makefile +++ b/usr/src/lib/libkvm/sparcv9/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 include ../../Makefile.lib.64 @@ -34,4 +32,4 @@ DYNFLAGS += $(DYNFLAGS64) all: $(LIBS) -install: all $(ROOTLIBS64) $(ROOTLINKS64) $(ROOTLINT64) +install: all $(ROOTLIBS64) $(ROOTLINKS64) |