Print this page
10080 smatch Makefile changes for usr/src/cmd

*** 21,30 **** --- 21,31 ---- # # # Copyright 1990-2003 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # + # Copyright (c) 2018, Joyent, Inc. LIBRARY = liblpflt.a OBJECTS = conv.o \ delfilter.o \
*** 50,59 **** --- 51,63 ---- CPPFLAGS = -I../../include $(CPPFLAGS.master) CERRWARN += -_gcc=-Wno-uninitialized CERRWARN += -_gcc=-Wno-parentheses + # not linted + SMATCH=off + POFILE = lp_lib_filters.po .KEEP_STATE: all install : $(LIBS)