diff options
Diffstat (limited to 'usr/src/lib/libuutil')
-rw-r--r-- | usr/src/lib/libuutil/Makefile | 4 | ||||
-rw-r--r-- | usr/src/lib/libuutil/Makefile.com | 1 | ||||
-rw-r--r-- | usr/src/lib/libuutil/native/Makefile | 4 |
3 files changed, 3 insertions, 6 deletions
diff --git a/usr/src/lib/libuutil/Makefile b/usr/src/lib/libuutil/Makefile index 9f9e3c2f06..b8421c51f5 100644 --- a/usr/src/lib/libuutil/Makefile +++ b/usr/src/lib/libuutil/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" -# # # We build a native version of libuutil.so.1 in the "native" subdirectory. @@ -67,7 +65,7 @@ check: $(CHECKHDRS) _msg: $(MSGDOMAINPOFILE) -naive $(SUBDIRS): FRC +native $(SUBDIRS): FRC @cd $@; pwd; $(MAKE) $(TARGET) FRC: diff --git a/usr/src/lib/libuutil/Makefile.com b/usr/src/lib/libuutil/Makefile.com index ce20a81894..73b1dcddb9 100644 --- a/usr/src/lib/libuutil/Makefile.com +++ b/usr/src/lib/libuutil/Makefile.com @@ -60,6 +60,7 @@ SRCS = \ ../common/uu_strtoint.c LINTS = $(OBJECTS:%.o=%.ln) +CLOBBERFILES += $(LINTS) SRCDIR = ../common $(LINTLIB):= SRCS = $(SRCDIR)/$(LINTSRC) diff --git a/usr/src/lib/libuutil/native/Makefile b/usr/src/lib/libuutil/native/Makefile index c74d06cd9f..8f30530f51 100644 --- a/usr/src/lib/libuutil/native/Makefile +++ b/usr/src/lib/libuutil/native/Makefile @@ -23,8 +23,6 @@ # Copyright 2004 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -#ident "%Z%%M% %I% %E% SMI" -# NOT_NATIVE = $(POUND_SIGN) # tell Makefile.com we're native @@ -41,7 +39,7 @@ LDLIBS = $(MY_NATIVE_LDLIBS) # We must use the build's avl headers, to match the common avl.c # AVLHEADERS = sys/avl.h sys/avl_impl.h -CLOBBERFILES += $(AVLHEADERS) +CLOBBERFILES += $(AVLHEADERS) $(LIBS) all: $(LIBS) |