Print this page
11528 Makefile.noget can get gone
11529 Use -Wno-maybe-initialized

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/krb5/kadmin/kclient/Makefile
          +++ new/usr/src/cmd/krb5/kadmin/kclient/Makefile
↓ open down ↓ 53 lines elided ↑ open up ↑
  54   54  include ../../../Makefile.cmd
  55   55  include $(SRC)/lib/gss_mechs/mech_krb5/Makefile.mech_krb5
  56   56  
  57   57  POFILE= $(SSRCS:%.sh=%.po)
  58   58  
  59   59  CPPFLAGS += -I$(SRC)/uts/common/gssapi/include \
  60   60          -I$(SRC)/lib/krb5 -I$(SRC)/lib/gss_mechs/mech_krb5/include \
  61   61          -I$(SRC)/uts/common/gssapi/include  \
  62   62          -I$(SRC)/uts/common/gssapi/mechs/krb5/include
  63   63  
  64      -CERRWARN += -_gcc=-Wno-uninitialized
       64 +CERRWARN += $(CNOWARN_UNINIT)
  65   65  CERRWARN += -_gcc=-Wno-parentheses
  66   66  CERRWARN += -_gcc=-Wno-unused-function
  67   67  
  68   68  # not linted
  69   69  SMATCH=off
  70   70  
  71   71  ksetpw:=        LDFLAGS += $(KRUNPATH)
  72   72  kdyndns:=       LDFLAGS += -R/usr/lib/smbsrv
  73   73  ksmb:=          LDFLAGS += -R/usr/lib/smbsrv
  74   74  kconf:=         LDFLAGS += $(KRUNPATH)
↓ open down ↓ 40 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX