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

*** 19,30 **** # CDDL HEADER END # # # Copyright (c) 1999, 2010, Oracle and/or its affiliates. All rights reserved. # - # # This make file will build mech_spnego.so.1. This shared object # contains all the functionality needed to support the SPNEGO GSS-API # mechanism. # --- 19,30 ---- # CDDL HEADER END # # # Copyright (c) 1999, 2010, Oracle and/or its affiliates. All rights reserved. # + # Copyright (c) 2018, Joyent, Inc. # # This make file will build mech_spnego.so.1. This shared object # contains all the functionality needed to support the SPNEGO GSS-API # mechanism. #
*** 46,55 **** --- 46,58 ---- CPPFLAGS += -I$(SRC)/uts/common/gssapi/include $(DEBUG) -I$(SRC)/lib/gss_mechs/mech_krb5/include -I$(SRC)/uts/common/gssapi/mechs/krb5/include -I$(SRC)/lib/gss_mechs/mech_krb5/mech CERRWARN += -_gcc=-Wno-unused-function CERRWARN += -_gcc=-Wno-type-limits + # needs work + SMATCH=off + .KEEP_STATE: all: $(LIBS) lint: lintcheck