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

*** 20,30 **** # # # Copyright 2009 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # ! # LIBRARY= libresolv.a VERS= .2 BSDOBJS= putenv.o strcasecmp.o strsep.o \ --- 20,30 ---- # # # Copyright 2009 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # ! # Copyright (c) 2018, Joyent, Inc. LIBRARY= libresolv.a VERS= .2 BSDOBJS= putenv.o strcasecmp.o strsep.o \
*** 110,119 **** --- 110,122 ---- CPPFLAGS += $(LOCFLAGS) CERRWARN += -_gcc=-Wno-implicit-function-declaration + # not linted + SMATCH=off + DYNFLAGS += $(ZNODELETE) LDLIBS += -lsocket -lnsl -lc -lmd .KEEP_STATE: