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

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/fs.d/Makefile
          +++ new/usr/src/cmd/fs.d/Makefile
↓ open down ↓ 77 lines elided ↑ open up ↑
  78   78  SYMETC2USRSBIN  =       $(ETC2USRSBIN:%=$(ROOTETC)/%)
  79   79  SYMUSRBIN2USRSBIN=      $(USRBIN2USRSBIN:%=$(ROOTBIN)/%)
  80   80  SYMUSRXPG4BIN2USRSBIN=  $(USRXPG4BIN2USRSBIN:%=$(ROOTXPG4BIN)/%)
  81   81  SYMDEVNM=               $(ROOTUSRSBIN)/devnm
  82   82  
  83   83  CPPFLAGS += -D_LARGEFILE64_SOURCE
  84   84  
  85   85  CERRWARN += -_gcc=-Wno-implicit-function-declaration
  86   86  CERRWARN += -_gcc=-Wno-parentheses
  87   87  CERRWARN += -_gcc=-Wno-unused-variable
  88      -CERRWARN += -_gcc=-Wno-uninitialized
       88 +CERRWARN += $(CNOWARN_UNINIT)
  89   89  CERRWARN += -_gcc=-Wno-unused-function
  90   90  
  91   91  # not linted
  92   92  SMATCH=off
  93   93  
  94   94  $(DFPROG) :=    LDLIBS += -lcmdutils
  95   95  $(SPPROG) :=    LDLIBS += -lkstat
  96   96  
  97   97  $(ROOTETCMNTTAB) := FILEMODE = 444
  98   98  
↓ open down ↓ 110 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX