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

*** 21,30 **** --- 21,31 ---- # # Copyright 2009 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # + # Copyright (c) 2018, Joyent, Inc. LIBRARY= libinstzones.a VERS= .1 OBJECTS = \
*** 55,64 **** --- 56,68 ---- CERRWARN += -_gcc=-Wno-parentheses CERRWARN += -_gcc=-Wno-clobbered CERRWARN += -_gcc=-Wno-address + # not linted + SMATCH=off + LIBS = $(DYNLIB) $(LINTLIB) DYNFLAGS += $(ZLAZYLOAD) LDLIBS += -lc -lcontract -lzonecfg