diff options
Diffstat (limited to 'usr/src/lib/libpool')
-rw-r--r-- | usr/src/lib/libpool/Makefile | 3 | ||||
-rw-r--r-- | usr/src/lib/libpool/amd64/Makefile | 4 | ||||
-rw-r--r-- | usr/src/lib/libpool/i386/Makefile | 6 | ||||
-rw-r--r-- | usr/src/lib/libpool/sparc/Makefile | 7 | ||||
-rw-r--r-- | usr/src/lib/libpool/sparcv9/Makefile | 6 |
5 files changed, 5 insertions, 21 deletions
diff --git a/usr/src/lib/libpool/Makefile b/usr/src/lib/libpool/Makefile index 83e995e15e..e846e65642 100644 --- a/usr/src/lib/libpool/Makefile +++ b/usr/src/lib/libpool/Makefile @@ -34,7 +34,6 @@ clobber := TARGET = clobber debug := TARGET = debug delete := TARGET = delete install := TARGET = install -lint := TARGET = lint # # Definitions for header files @@ -69,7 +68,7 @@ $(XMLDIR)/%: % .KEEP_STATE: -all clean clobber install lint: $(SUBDIRS) +all clean clobber install: $(SUBDIRS) $(POFILE): pofile_MSGFILES diff --git a/usr/src/lib/libpool/amd64/Makefile b/usr/src/lib/libpool/amd64/Makefile index dd68231e26..010d484a50 100644 --- a/usr/src/lib/libpool/amd64/Makefile +++ b/usr/src/lib/libpool/amd64/Makefile @@ -23,10 +23,8 @@ # 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 -install: all $(ROOTLIBS64) $(ROOTLINKS64) $(ROOTLINT64) +install: all $(ROOTLIBS64) $(ROOTLINKS64) diff --git a/usr/src/lib/libpool/i386/Makefile b/usr/src/lib/libpool/i386/Makefile index 7ce8809f98..1c3d6f6f01 100644 --- a/usr/src/lib/libpool/i386/Makefile +++ b/usr/src/lib/libpool/i386/Makefile @@ -23,11 +23,7 @@ # Copyright (c) 2001 by Sun Microsystems, Inc. # All rights reserved. # -#ident "%Z%%M% %I% %E% SMI" -# -# libpool/i386/Makefile -# include ../Makefile.com -install: all $(ROOTLIBS) $(ROOTLINKS) $(ROOTLINT) +install: all $(ROOTLIBS) $(ROOTLINKS) diff --git a/usr/src/lib/libpool/sparc/Makefile b/usr/src/lib/libpool/sparc/Makefile index ef0dab25ca..e6f3c7b241 100644 --- a/usr/src/lib/libpool/sparc/Makefile +++ b/usr/src/lib/libpool/sparc/Makefile @@ -23,16 +23,11 @@ # Copyright 2004 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# ident "%Z%%M% %I% %E% SMI" -# -# lib/libpool/sparc/Makefile -# include ../Makefile.com # # Turn off bad ptr-cast lint warnings, since we do them all the time # -LINTFLAGS += -erroff=E_BAD_PTR_CAST_ALIGN -install: all $(ROOTLIBS) $(ROOTLINKS) $(ROOTLINT) +install: all $(ROOTLIBS) $(ROOTLINKS) diff --git a/usr/src/lib/libpool/sparcv9/Makefile b/usr/src/lib/libpool/sparcv9/Makefile index 8810f474f8..ba430ddac7 100644 --- a/usr/src/lib/libpool/sparcv9/Makefile +++ b/usr/src/lib/libpool/sparcv9/Makefile @@ -23,12 +23,8 @@ # Copyright (c) 2001 by Sun Microsystems, Inc. # All rights reserved. # -#ident "%Z%%M% %I% %E% SMI" -# -# lib/libpool/sparcv9/Makefile -# include ../Makefile.com include ../../Makefile.lib.64 -install: all $(ROOTLIBS64) $(ROOTLINKS64) $(ROOTLINT64) +install: all $(ROOTLIBS64) $(ROOTLINKS64) |