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/kdcmgr/Makefile
          +++ new/usr/src/cmd/krb5/kadmin/kdcmgr/Makefile
↓ open down ↓ 28 lines elided ↑ open up ↑
  29   29  OBJS=   klookup.o
  30   30  
  31   31  SSRCS=  kdcmgr.sh
  32   32  CSRCS=  $(OBJS:.o=.c)
  33   33  
  34   34  include ../../../Makefile.cmd
  35   35  
  36   36  POFILE=         $(SSRCS:%.sh=%.po)
  37   37  
  38   38  CERRWARN +=     -_gcc=-Wno-implicit-function-declaration
  39      -CERRWARN +=     -_gcc=-Wno-uninitialized
       39 +CERRWARN +=     $(CNOWARN_UNINIT)
  40   40  
  41   41  # not linted
  42   42  SMATCH=off
  43   43  
  44   44  LDLIBS  +=      -lresolv -lnsl
  45   45  
  46   46  CLOBBERFILES += $(KLPROG)
  47   47  
  48   48  .KEEP_STATE:
  49   49  
↓ open down ↓ 17 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX