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

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/tar/Makefile
          +++ new/usr/src/cmd/tar/Makefile
↓ open down ↓ 30 lines elided ↑ open up ↑
  31   31  
  32   32  include ../Makefile.cmd
  33   33  
  34   34  CPPFLAGS += -D_FILE_OFFSET_BITS=64 -I $(SRC)/common/util
  35   35  DCFILE= $(PROG).dc
  36   36  
  37   37  LINTFLAGS += -u
  38   38  LDLIBS += -lsec -lcmdutils -lnvpair -ltsol
  39   39  
  40   40  CFLAGS += $(CCVERBOSE)
  41      -CERRWARN += -_gcc=-Wno-uninitialized
       41 +CERRWARN += $(CNOWARN_UNINIT)
  42   42  
  43   43  # not linted
  44   44  SMATCH=off
  45   45  
  46   46  CPPFLAGS += -DEUC
  47   47  
  48   48  ROOTSYMLINK=    $(ROOTPROG)
  49   49  
  50   50  XGETFLAGS += -a -x tar.xcl
  51   51  
↓ open down ↓ 31 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX