diff options
Diffstat (limited to 'usr/src/lib/libuutil/Makefile.com')
-rw-r--r-- | usr/src/lib/libuutil/Makefile.com | 18 |
1 files changed, 1 insertions, 17 deletions
diff --git a/usr/src/lib/libuutil/Makefile.com b/usr/src/lib/libuutil/Makefile.com index d9da48cc0c..8a07dda7bb 100644 --- a/usr/src/lib/libuutil/Makefile.com +++ b/usr/src/lib/libuutil/Makefile.com @@ -42,7 +42,7 @@ OBJECTS = \ include ../../Makefile.lib include ../../Makefile.rootfs -LIBS = $(DYNLIB) $(LINTLIB) +LIBS = $(DYNLIB) $(NOT_NATIVE)NATIVE_BUILD = $(POUND_SIGN) $(NATIVE_BUILD)VERS = @@ -60,19 +60,13 @@ SRCS = \ ../common/uu_pname.c \ ../common/uu_strtoint.c -LINTS = $(OBJECTS:%.o=%.ln) -CLOBBERFILES += $(LINTS) - SRCDIR = ../common -$(LINTLIB):= SRCS = $(SRCDIR)/$(LINTSRC) LDLIBS += -lc AVLDIR = ../../../common/avl CFLAGS += $(CCVERBOSE) CPPFLAGS += -I$(SRCDIR) -I../../common/inc -LINTFLAGS += -erroff=E_GLOBAL_COULD_BE_STATIC2 -LINTFLAGS64 += -erroff=E_GLOBAL_COULD_BE_STATIC2 SMOFF += signed @@ -85,16 +79,6 @@ $(NOT_RELEASE_BUILD)CPPFLAGS += -DDEBUG all: $(LIBS) $(NOT_NATIVE) -lint: $(LINTLIB) globallint - -globallint: $(LINTS) - $(LINT.c) $(LINTS) $(LDLIBS) - -%.ln: $(SRCDIR)/%.c - $(LINT.c) -c $< - -%.ln: $(AVLDIR)/%.c - $(LINT.c) -c $< pics/%.o: $(AVLDIR)/%.c $(COMPILE.c) -o $@ $< |