diff options
Diffstat (limited to 'usr/src/lib/libexacct')
-rw-r--r-- | usr/src/lib/libexacct/Makefile | 3 | ||||
-rw-r--r-- | usr/src/lib/libexacct/Makefile.com | 4 | ||||
-rw-r--r-- | usr/src/lib/libexacct/demo/Makefile | 2 | ||||
-rw-r--r-- | usr/src/lib/libexacct/demo/Makefile.demo | 13 | ||||
-rw-r--r-- | usr/src/lib/libexacct/i386/Makefile | 6 | ||||
-rw-r--r-- | usr/src/lib/libexacct/sparc/Makefile | 6 |
6 files changed, 6 insertions, 28 deletions
diff --git a/usr/src/lib/libexacct/Makefile b/usr/src/lib/libexacct/Makefile index f09d2183a7..4bbfb1cd6c 100644 --- a/usr/src/lib/libexacct/Makefile +++ b/usr/src/lib/libexacct/Makefile @@ -35,7 +35,6 @@ clean := TARGET = clean clobber := TARGET = clobber delete := TARGET = delete install := TARGET = install -lint := TARGET = lint _msg := TARGET = _msg package := TARGET = package @@ -50,7 +49,7 @@ GREP= grep .KEEP_STATE: -all debug clean clobber delete install lint package: $(SUBDIRS) +all debug clean clobber delete install package: $(SUBDIRS) install_h: $(ROOTHDRS) diff --git a/usr/src/lib/libexacct/Makefile.com b/usr/src/lib/libexacct/Makefile.com index 59c2b0ced3..09b99624b2 100644 --- a/usr/src/lib/libexacct/Makefile.com +++ b/usr/src/lib/libexacct/Makefile.com @@ -34,11 +34,10 @@ include ../../Makefile.lib SRCS= $(COMMON_OBJS:%.o=../../../common/exacct/%.c) \ $(LIB_OBJS:%.o=../common/%.c) -LIBS = $(DYNLIB) $(LINTLIB) +LIBS = $(DYNLIB) LDLIBS += -lc SRCDIR = ../common -$(LINTLIB) := SRCS = $(SRCDIR)/$(LINTSRC) CFLAGS += $(CCVERBOSE) CERRWARN += $(CNOWARN_UNINIT) @@ -52,7 +51,6 @@ debug := COPTFLAG64 = $(CCGDEBUG) all debug: $(LIBS) -lint: lintcheck include ../../Makefile.targ diff --git a/usr/src/lib/libexacct/demo/Makefile b/usr/src/lib/libexacct/demo/Makefile index 3361389127..f08982c544 100644 --- a/usr/src/lib/libexacct/demo/Makefile +++ b/usr/src/lib/libexacct/demo/Makefile @@ -49,8 +49,6 @@ install: all $(ROOTDEMOFILES) clean: -lint: lint_PROG - $(ROOTDEMODIR): $(INS.dir) diff --git a/usr/src/lib/libexacct/demo/Makefile.demo b/usr/src/lib/libexacct/demo/Makefile.demo index 9682c46463..746f289cd0 100644 --- a/usr/src/lib/libexacct/demo/Makefile.demo +++ b/usr/src/lib/libexacct/demo/Makefile.demo @@ -23,34 +23,25 @@ # Copyright 2004 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -#ident "%Z%%M% %I% %E% SMI" -# PROG = exdump CC = cc -LINT = lint LDLIBS = -lexacct -lproject -lsocket -lnsl CFLAGS = $(CCVERBOSE) -LINTFLAGS = SRCS = $(PROG:%=%.c) OBJS = $(PROG:%=%.o) -LINTFILES= $(PROG:%=%.ln) all: $(PROG) %.o: %.c $(CC) $(CFLAGS) -c $< -%.ln: %.c - $(LINT) $(LINTFLAGS) -c $< - clean: rm -f $(OBJS) $(PROG) clobber: - rm -f $(OBJS) $(LINTFILES) $(PROG) + rm -f $(OBJS) $(PROG) -lint: $(LINTFILES) - $(LINT) $(LINTFLAGS) $(LINTFILES) $(LDLIBS) +lint: diff --git a/usr/src/lib/libexacct/i386/Makefile b/usr/src/lib/libexacct/i386/Makefile index 18f3df5c4d..18584b4da1 100644 --- a/usr/src/lib/libexacct/i386/Makefile +++ b/usr/src/lib/libexacct/i386/Makefile @@ -23,11 +23,7 @@ # Copyright 2004 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -#ident "%Z%%M% %I% %E% SMI" -# -# libexacct/i386/Makefile -# include ../Makefile.com -install: all $(ROOTLIBS) $(ROOTLINKS) $(ROOTLINT) +install: all $(ROOTLIBS) $(ROOTLINKS) diff --git a/usr/src/lib/libexacct/sparc/Makefile b/usr/src/lib/libexacct/sparc/Makefile index aceac14f5b..18584b4da1 100644 --- a/usr/src/lib/libexacct/sparc/Makefile +++ b/usr/src/lib/libexacct/sparc/Makefile @@ -23,11 +23,7 @@ # Copyright 2004 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -#ident "%Z%%M% %I% %E% SMI" -# -# lib/libexacct/sparc/Makefile -# include ../Makefile.com -install: all $(ROOTLIBS) $(ROOTLINKS) $(ROOTLINT) +install: all $(ROOTLIBS) $(ROOTLINKS) |