Print this page
10079 smatch Makefile changes for usr/src/lib

*** 21,32 **** # # Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # ! # lib/libraidcfg/Makefile.com ! # LIBRARY = libraidcfg.a VERS = .1 OBJECTS = raidcfg.o --- 21,31 ---- # # Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # ! # Copyright (c) 2018, Joyent, Inc. LIBRARY = libraidcfg.a VERS = .1 OBJECTS = raidcfg.o
*** 39,48 **** --- 38,50 ---- $(LINTLIB):= SRCS = $(LINTSRC:%=$(SRCDIR)/%) CFLAGS += $(CCVERBOSE) CERRWARN += -_gcc=-Wno-type-limits + # not linted + SMATCH=off + .KEEP_STATE: all: $(LIBS) SECLEVEL = standard