diff options
Diffstat (limited to 'usr/src/lib/librcm')
-rw-r--r-- | usr/src/lib/librcm/Makefile | 7 | ||||
-rw-r--r-- | usr/src/lib/librcm/Makefile.com | 4 | ||||
-rw-r--r-- | usr/src/lib/librcm/amd64/Makefile | 4 | ||||
-rw-r--r-- | usr/src/lib/librcm/i386/Makefile | 4 | ||||
-rw-r--r-- | usr/src/lib/librcm/sparc/Makefile | 4 | ||||
-rw-r--r-- | usr/src/lib/librcm/sparcv9/Makefile | 4 |
6 files changed, 9 insertions, 18 deletions
diff --git a/usr/src/lib/librcm/Makefile b/usr/src/lib/librcm/Makefile index 1640557189..46c7443d51 100644 --- a/usr/src/lib/librcm/Makefile +++ b/usr/src/lib/librcm/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 @@ -31,11 +29,10 @@ SUBDIRS = $(MACH) $(BUILD64)SUBDIRS += $(MACH64) # conditional assignments -all := TARGET= all +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/librcm/Makefile.com b/usr/src/lib/librcm/Makefile.com index cecf34f9fc..991c03c434 100644 --- a/usr/src/lib/librcm/Makefile.com +++ b/usr/src/lib/librcm/Makefile.com @@ -32,9 +32,8 @@ include ../../Makefile.lib # install this library in the root filesystem include ../../Makefile.rootfs -LIBS = $(DYNLIB) $(LINTLIB) +LIBS = $(DYNLIB) LDLIBS += -lc -lnvpair -$(LINTLIB) := SRCS = ../llib-lrcm CFLAGS += $(CCVERBOSE) @@ -44,6 +43,5 @@ CERRWARN += -_gcc=-Wno-parentheses all: $(LIBS) -lint: lintcheck include ../../Makefile.targ diff --git a/usr/src/lib/librcm/amd64/Makefile b/usr/src/lib/librcm/amd64/Makefile index cb39a2beff..ab72b4df45 100644 --- a/usr/src/lib/librcm/amd64/Makefile +++ b/usr/src/lib/librcm/amd64/Makefile @@ -23,10 +23,10 @@ # 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) +install: all $(ROOTLIBS64) $(ROOTLINKS64) $(ROOTCOMPATLINKS64) diff --git a/usr/src/lib/librcm/i386/Makefile b/usr/src/lib/librcm/i386/Makefile index af76f5ab90..59045395eb 100644 --- a/usr/src/lib/librcm/i386/Makefile +++ b/usr/src/lib/librcm/i386/Makefile @@ -23,9 +23,7 @@ # Copyright 2004 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# ident "%Z%%M% %I% %E% SMI" -# include ../Makefile.com -install: all $(ROOTLIBS) $(ROOTLINKS) $(ROOTLINT) +install: all $(ROOTLIBS) $(ROOTLINKS) $(ROOTCOMPATLINKS) diff --git a/usr/src/lib/librcm/sparc/Makefile b/usr/src/lib/librcm/sparc/Makefile index af76f5ab90..59045395eb 100644 --- a/usr/src/lib/librcm/sparc/Makefile +++ b/usr/src/lib/librcm/sparc/Makefile @@ -23,9 +23,7 @@ # Copyright 2004 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# ident "%Z%%M% %I% %E% SMI" -# include ../Makefile.com -install: all $(ROOTLIBS) $(ROOTLINKS) $(ROOTLINT) +install: all $(ROOTLIBS) $(ROOTLINKS) $(ROOTCOMPATLINKS) diff --git a/usr/src/lib/librcm/sparcv9/Makefile b/usr/src/lib/librcm/sparcv9/Makefile index cb39a2beff..ab72b4df45 100644 --- a/usr/src/lib/librcm/sparcv9/Makefile +++ b/usr/src/lib/librcm/sparcv9/Makefile @@ -23,10 +23,10 @@ # 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) +install: all $(ROOTLIBS64) $(ROOTLINKS64) $(ROOTCOMPATLINKS64) |