diff options
Diffstat (limited to 'usr/src/lib/libavl')
-rw-r--r-- | usr/src/lib/libavl/Makefile | 5 | ||||
-rw-r--r-- | usr/src/lib/libavl/Makefile.com | 8 | ||||
-rw-r--r-- | usr/src/lib/libavl/amd64/Makefile | 4 | ||||
-rw-r--r-- | usr/src/lib/libavl/i386/Makefile | 5 | ||||
-rw-r--r-- | usr/src/lib/libavl/sparc/Makefile | 5 | ||||
-rw-r--r-- | usr/src/lib/libavl/sparcv9/Makefile | 4 |
6 files changed, 9 insertions, 22 deletions
diff --git a/usr/src/lib/libavl/Makefile b/usr/src/lib/libavl/Makefile index 8647d0ecf4..ca67331aa4 100644 --- a/usr/src/lib/libavl/Makefile +++ b/usr/src/lib/libavl/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 library definitions include ../Makefile.lib @@ -35,11 +33,10 @@ all := TARGET= all clean := TARGET= clean clobber := TARGET= clobber install := TARGET= install -lint := TARGET= lint .KEEP_STATE: -all clean clobber install lint: $(SUBDIRS) +all clean clobber install: $(SUBDIRS) $(SUBDIRS): FRC @cd $@; pwd; $(MAKE) $(TARGET) diff --git a/usr/src/lib/libavl/Makefile.com b/usr/src/lib/libavl/Makefile.com index 04b9027c11..02c162c986 100644 --- a/usr/src/lib/libavl/Makefile.com +++ b/usr/src/lib/libavl/Makefile.com @@ -30,12 +30,10 @@ OBJECTS= avl.o include ../../Makefile.lib include ../../Makefile.rootfs -LIBS = $(DYNLIB) $(LINTLIB) +LIBS = $(DYNLIB) SRCS = $(COMDIR)/avl.c -$(LINTLIB) := SRCS = $(SRCDIR)/$(LINTSRC) - -COMDIR = $(SRC)/common/avl +COMDIR = $(SRC)/common/avl LDLIBS += -lc CFLAGS += $(CCVERBOSE) @@ -44,8 +42,6 @@ CFLAGS += $(CCVERBOSE) all : $(LIBS) -lint : lintcheck - pics/%.o: $(COMDIR)/%.c $(COMPILE.c) -o $@ $< $(POST_PROCESS_O) diff --git a/usr/src/lib/libavl/amd64/Makefile b/usr/src/lib/libavl/amd64/Makefile index cb39a2beff..ab72b4df45 100644 --- a/usr/src/lib/libavl/amd64/Makefile +++ b/usr/src/lib/libavl/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/libavl/i386/Makefile b/usr/src/lib/libavl/i386/Makefile index 739c5ed597..16c9d09c13 100644 --- a/usr/src/lib/libavl/i386/Makefile +++ b/usr/src/lib/libavl/i386/Makefile @@ -23,10 +23,7 @@ # Copyright 2003 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -#ident "%Z%%M% %I% %E% SMI" -# -# lib/libavl/i386/Makefile include ../Makefile.com -install: all $(ROOTLIBS) $(ROOTLINKS) $(ROOTLINT) +install: all $(ROOTLIBS) $(ROOTLINKS) $(ROOTCOMPATLINKS) diff --git a/usr/src/lib/libavl/sparc/Makefile b/usr/src/lib/libavl/sparc/Makefile index 60fa8fb87d..16c9d09c13 100644 --- a/usr/src/lib/libavl/sparc/Makefile +++ b/usr/src/lib/libavl/sparc/Makefile @@ -23,10 +23,7 @@ # Copyright 2003 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -#ident "%Z%%M% %I% %E% SMI" -# -# lib/libavl/sparc/Makefile include ../Makefile.com -install: all $(ROOTLIBS) $(ROOTLINKS) $(ROOTLINT) +install: all $(ROOTLIBS) $(ROOTLINKS) $(ROOTCOMPATLINKS) diff --git a/usr/src/lib/libavl/sparcv9/Makefile b/usr/src/lib/libavl/sparcv9/Makefile index 0f67286356..164f1daab9 100644 --- a/usr/src/lib/libavl/sparcv9/Makefile +++ b/usr/src/lib/libavl/sparcv9/Makefile @@ -23,11 +23,11 @@ # Copyright 2003 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -#ident "%Z%%M% %I% %E% SMI" + # # lib/libavl/sparcv9/Makefile include ../Makefile.com include ../../Makefile.lib.64 -install: all $(ROOTLIBS64) $(ROOTLINKS64) +install: all $(ROOTLIBS64) $(ROOTLINKS64) $(ROOTCOMPATLINKS64) |