Print this page
10080 smatch Makefile changes for usr/src/cmd
*** 20,31 ****
#
#
# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
! # ident "%Z%%M% %I% %E% SMI"
! #
LIBRARY = libjpool.a
VERS = .1
OBJECTS = jpool.o
--- 20,30 ----
#
#
# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
! # Copyright (c) 2018, Joyent, Inc.
LIBRARY = libjpool.a
VERS = .1
OBJECTS = jpool.o
*** 40,49 ****
--- 39,51 ----
ROOTLIBDIR = $(ROOT)/usr/lib/pool
CFLAGS += $(CCVERBOSE)
CPPFLAGS += -D_REENTRANT -D_FILE_OFFSET_BITS=64 $(INCS)
+ # not linted
+ SMATCH=off
+
all: $(LIBS)
lint: lintcheck
include $(SRC)/lib/Makefile.targ