diff options
Diffstat (limited to 'usr/src/lib/libproject')
-rw-r--r-- | usr/src/lib/libproject/Makefile | 5 | ||||
-rw-r--r-- | usr/src/lib/libproject/Makefile.com | 16 | ||||
-rw-r--r-- | usr/src/lib/libproject/amd64/Makefile | 4 | ||||
-rw-r--r-- | usr/src/lib/libproject/i386/Makefile | 4 | ||||
-rw-r--r-- | usr/src/lib/libproject/sparc/Makefile | 4 | ||||
-rw-r--r-- | usr/src/lib/libproject/sparcv9/Makefile | 4 |
6 files changed, 6 insertions, 31 deletions
diff --git a/usr/src/lib/libproject/Makefile b/usr/src/lib/libproject/Makefile index 2776f9bc2a..95c9786558 100644 --- a/usr/src/lib/libproject/Makefile +++ b/usr/src/lib/libproject/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 @@ -34,11 +32,10 @@ all:= TARGET= all clean:= TARGET= clean clobber:= TARGET= clobber install:= TARGET= install -lint:= TARGET= lint .KEEP_STATE: -all clean clobber delete install lint package: $(SUBDIRS) +all clean clobber delete install package: $(SUBDIRS) _msg: diff --git a/usr/src/lib/libproject/Makefile.com b/usr/src/lib/libproject/Makefile.com index 333dc5fcf7..bc203548c0 100644 --- a/usr/src/lib/libproject/Makefile.com +++ b/usr/src/lib/libproject/Makefile.com @@ -36,15 +36,7 @@ include ../../Makefile.lib SRCDIR = ../common -LIBS = $(DYNLIB) $(LINTLIB) - -LINTOUT = lint.out - -LINTSRC = $(LINTLIB:%.ln=%) -ROOTLINTDIR = $(ROOTLIBDIR) -ROOTLINT = $(LINTSRC:%=$(ROOTLINTDIR)/%) - -CLEANFILES += $(LINTOUT) $(LINTLIB) +LIBS = $(DYNLIB) CPPFLAGS += -D_REENTRANT CFLAGS += $(CCVERBOSE) @@ -52,13 +44,11 @@ CERRWARN += -_gcc=-Wno-parentheses CERRWARN += $(CNOWARN_UNINIT) LDLIBS += -lc -lsecdb -lproc -lpool -$(LINTLIB) := SRCS = ../common/llib-lproject .KEEP_STATE: all: $(LIBS) -lint: lintcheck # include library targets include ../../Makefile.targ @@ -66,7 +56,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/libproject/amd64/Makefile b/usr/src/lib/libproject/amd64/Makefile index 72daafe13a..e83ea671a3 100644 --- a/usr/src/lib/libproject/amd64/Makefile +++ b/usr/src/lib/libproject/amd64/Makefile @@ -22,12 +22,10 @@ # 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 .KEEP_STATE: -install: all $(ROOTLIBS64) $(ROOTLINKS64) $(ROOTLINT64) +install: all $(ROOTLIBS64) $(ROOTLINKS64) diff --git a/usr/src/lib/libproject/i386/Makefile b/usr/src/lib/libproject/i386/Makefile index 50cbcb01b9..fdba8b0416 100644 --- a/usr/src/lib/libproject/i386/Makefile +++ b/usr/src/lib/libproject/i386/Makefile @@ -22,11 +22,9 @@ # Copyright 2006 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# ident "%Z%%M% %I% %E% SMI" -# include ../Makefile.com .KEEP_STATE: -install: all $(ROOTLIBS) $(ROOTLINKS) $(ROOTLINT) +install: all $(ROOTLIBS) $(ROOTLINKS) diff --git a/usr/src/lib/libproject/sparc/Makefile b/usr/src/lib/libproject/sparc/Makefile index 50cbcb01b9..fdba8b0416 100644 --- a/usr/src/lib/libproject/sparc/Makefile +++ b/usr/src/lib/libproject/sparc/Makefile @@ -22,11 +22,9 @@ # Copyright 2006 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# ident "%Z%%M% %I% %E% SMI" -# include ../Makefile.com .KEEP_STATE: -install: all $(ROOTLIBS) $(ROOTLINKS) $(ROOTLINT) +install: all $(ROOTLIBS) $(ROOTLINKS) diff --git a/usr/src/lib/libproject/sparcv9/Makefile b/usr/src/lib/libproject/sparcv9/Makefile index 72daafe13a..e83ea671a3 100644 --- a/usr/src/lib/libproject/sparcv9/Makefile +++ b/usr/src/lib/libproject/sparcv9/Makefile @@ -22,12 +22,10 @@ # 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 .KEEP_STATE: -install: all $(ROOTLIBS64) $(ROOTLINKS64) $(ROOTLINT64) +install: all $(ROOTLIBS64) $(ROOTLINKS64) |