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

*** 21,30 **** --- 21,31 ---- # # Copyright 2009 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # + # Copyright (c) 2018, Joyent, Inc. # # cmd/lp/Makefile.lp # Common makefile definitions (should be) used by all lp makefiles #
*** 95,104 **** --- 96,108 ---- CERRWARN += -_gcc=-Wno-clobbered CERRWARN += -_gcc=-Wno-empty-body CERRWARN += -_gcc=-Wno-extra CERRWARN += -_gcc=-Wno-address + # not linted + SMATCH=off + all:= TARGET= all install:= TARGET= install clean:= TARGET= clean clobber:= TARGET= clobber lint:= TARGET= lint