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

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/passmgmt/Makefile
          +++ new/usr/src/cmd/passmgmt/Makefile
↓ open down ↓ 33 lines elided ↑ open up ↑
  34   34  ROOTFILE=       $(ROOTETC)/$(FILE)
  35   35  
  36   36  # conditional assignment
  37   37  $(ROOTFILE):=   FILEMODE= $(LIBFILEMODE)
  38   38  
  39   39  .KEEP_STATE:
  40   40  
  41   41  LDLIBS +=       -lsecdb -lnsl
  42   42  CERRWARN +=     -_gcc=-Wno-type-limits
  43   43  CERRWARN +=     -_gcc=-Wno-implicit-function-declaration
  44      -CERRWARN +=     -_gcc=-Wno-uninitialized
       44 +CERRWARN +=     $(CNOWARN_UNINIT)
  45   45  
  46   46  # not linted
  47   47  SMATCH=off
  48   48  
  49   49  all: $(PROG) $(TXTS)
  50   50  
  51   51  XGETFLAGS= -a -x $(PROG).xcl 
  52   52  
  53   53  install: all $(ROOTLIBPROG) $(ROOTFILE)
  54   54  
↓ open down ↓ 15 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX