diff options
Diffstat (limited to 'usr/src/lib/libsysevent')
-rw-r--r-- | usr/src/lib/libsysevent/Makefile | 5 | ||||
-rw-r--r-- | usr/src/lib/libsysevent/Makefile.com | 11 | ||||
-rw-r--r-- | usr/src/lib/libsysevent/amd64/Makefile | 4 | ||||
-rw-r--r-- | usr/src/lib/libsysevent/i386/Makefile | 5 | ||||
-rw-r--r-- | usr/src/lib/libsysevent/sparc/Makefile | 5 | ||||
-rw-r--r-- | usr/src/lib/libsysevent/sparcv9/Makefile | 5 |
6 files changed, 6 insertions, 29 deletions
diff --git a/usr/src/lib/libsysevent/Makefile b/usr/src/lib/libsysevent/Makefile index 15ab4b3c28..4266cbc3b1 100644 --- a/usr/src/lib/libsysevent/Makefile +++ b/usr/src/lib/libsysevent/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 @@ -35,7 +33,6 @@ all := TARGET= all install := TARGET= install clean := TARGET= clean clobber := TARGET= clobber -lint := TARGET= lint test := TARGET= test # definitions for install_h target @@ -46,7 +43,7 @@ CHECKHDRS= $(HDRS:%.h=%.check) .KEEP_STATE: -all install clean clobber lint: $(SUBDIRS) +all install clean clobber: $(SUBDIRS) # install rule for install_h target diff --git a/usr/src/lib/libsysevent/Makefile.com b/usr/src/lib/libsysevent/Makefile.com index a1f97796c2..2a4d20144c 100644 --- a/usr/src/lib/libsysevent/Makefile.com +++ b/usr/src/lib/libsysevent/Makefile.com @@ -35,9 +35,7 @@ OBJECTS= libsysevent.o \ include ../../Makefile.lib include ../../Makefile.rootfs -LIBS = $(DYNLIB) $(LINTLIB) - -LINTSRC = $(LINTLIB:%.ln=%) +LIBS = $(DYNLIB) CPPFLAGS += -D_REENTRANT -I.. CFLAGS += $(CCVERBOSE) @@ -46,20 +44,13 @@ LDLIBS += -lnvpair -lc # not linted SMATCH=off -$(LINTLIB) := SRCS = ../llib-lsysevent - .KEEP_STATE: all : $(LIBS) -lint : lintcheck - # include library targets include ../../Makefile.targ pics/%.o: ../%.c $(COMPILE.c) -o $@ $< $(POST_PROCESS_O) - -$(ROOTLINTDIR)/%: ../% - $(INS.file) diff --git a/usr/src/lib/libsysevent/amd64/Makefile b/usr/src/lib/libsysevent/amd64/Makefile index 9e109c2863..e9d461671f 100644 --- a/usr/src/lib/libsysevent/amd64/Makefile +++ b/usr/src/lib/libsysevent/amd64/Makefile @@ -23,8 +23,6 @@ # 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 @@ -33,4 +31,4 @@ include ../../Makefile.lib.64 all: $(LIBS) -install: all $(ROOTLIBS64) $(ROOTLINKS64) $(ROOTLINT64) +install: all $(ROOTLIBS64) $(ROOTLINKS64) $(ROOTCOMPATLINKS64) diff --git a/usr/src/lib/libsysevent/i386/Makefile b/usr/src/lib/libsysevent/i386/Makefile index a27d61f99f..2bfb89d072 100644 --- a/usr/src/lib/libsysevent/i386/Makefile +++ b/usr/src/lib/libsysevent/i386/Makefile @@ -23,9 +23,6 @@ # Copyright 2000,2002-2003 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# ident "%Z%%M% %I% %E% SMI" -# -# lib/libsysevent/i386/Makefile include ../Makefile.com @@ -33,4 +30,4 @@ all: $(LIBS) .KEEP_STATE: -install: all $(ROOTLIBS) $(ROOTLINKS) $(ROOTLINT) +install: all $(ROOTLIBS) $(ROOTLINKS) $(ROOTCOMPATLINKS) diff --git a/usr/src/lib/libsysevent/sparc/Makefile b/usr/src/lib/libsysevent/sparc/Makefile index e3cb1a270b..424b46abc8 100644 --- a/usr/src/lib/libsysevent/sparc/Makefile +++ b/usr/src/lib/libsysevent/sparc/Makefile @@ -23,9 +23,6 @@ # Copyright 2000,2002-2003 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# ident "%Z%%M% %I% %E% SMI" -# -# lib/libsysevent/sparc/Makefile include ../Makefile.com @@ -33,4 +30,4 @@ include ../Makefile.com all: $(LIBS) -install: all $(ROOTLIBS) $(ROOTLINKS) $(ROOTLINT) +install: all $(ROOTLIBS) $(ROOTLINKS) $(ROOTCOMPATLINKS) diff --git a/usr/src/lib/libsysevent/sparcv9/Makefile b/usr/src/lib/libsysevent/sparcv9/Makefile index 9b07094621..9b50cbc3f6 100644 --- a/usr/src/lib/libsysevent/sparcv9/Makefile +++ b/usr/src/lib/libsysevent/sparcv9/Makefile @@ -23,9 +23,6 @@ # Copyright 2000,2002-2003 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -#pragma ident "%Z%%M% %I% %E% SMI" -# -# lib/libsysevent/sparcv9/Makefile include ../Makefile.com include ../../Makefile.lib.64 @@ -34,4 +31,4 @@ include ../../Makefile.lib.64 all: $(LIBS) -install: all $(ROOTLIBS64) $(ROOTLINKS64) $(ROOTLINT64) +install: all $(ROOTLIBS64) $(ROOTLINKS64) $(ROOTCOMPATLINKS64) |