Print this page
10079 smatch Makefile changes for usr/src/lib
*** 20,30 ****
#
#
# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
! #ident "%Z%%M% %I% %E% SMI"
LIBRARY= libdiskstatus.a
VERS= .1
OBJECTS= libdiskstatus.o \
--- 20,30 ----
#
#
# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
! # Copyright (c) 2018, Joyent, Inc.
LIBRARY= libdiskstatus.a
VERS= .1
OBJECTS= libdiskstatus.o \
*** 42,51 ****
--- 42,54 ----
INCS += -I$(SRCDIR)
LDLIBS += -lc -lnvpair
CPPFLAGS += $(INCS)
+ # not linted
+ SMATCH=off
+
$(LINTLIB) := SRCS= $(SRCDIR)/$(LINTSRC)
.KEEP_STATE:
all: $(LIBS)