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

*** 18,27 **** --- 18,28 ---- # # CDDL HEADER END # # # Copyright (c) 1998, 2010, Oracle and/or its affiliates. All rights reserved. + # Copyright (c) 2018, Joyent, Inc. # # cmd/ldap/Makefile.com # Native LDAP II commands (makestyle clean). # include $(SRC)/cmd/Makefile.cmd
*** 87,96 **** --- 88,100 ---- CERRWARN += -_gcc=-Wno-parentheses CERRWARN += -_gcc=-Wno-unused-function CERRWARN += -_gcc=-Wno-unused-variable CERRWARN += -_gcc=-Wno-uninitialized + # not linted + SMATCH=off + all:= TARGET= all install:= TARGET= install clean:= TARGET= clean clobber:= TARGET= clobber lint:= TARGET= lint