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

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/cmd-inet/usr.bin/Makefile
          +++ new/usr/src/cmd/cmd-inet/usr.bin/Makefile
↓ open down ↓ 65 lines elided ↑ open up ↑
  66   66  clean:=         TARGET= clean
  67   67  clobber:=       TARGET= clobber
  68   68  lint:=          TARGET= lint
  69   69  _msg:=          TARGET= _msg
  70   70  
  71   71  ROOTSUIDPROG=   $(SUIDPROG:%=$(ROOTBIN)/%)
  72   72  $(ROOTSUIDPROG) :=      FILEMODE=       04555
  73   73  
  74   74  CPPFLAGS +=     -DSYSV -DSTRNET -DBSD_COMP -I$(CMDINETCOMMONDIR)
  75   75  CERRWARN +=     -_gcc=-Wno-parentheses
  76      -CERRWARN +=     -_gcc=-Wno-uninitialized
       76 +CERRWARN +=     $(CNOWARN_UNINIT)
  77   77  CERRWARN +=     -_gcc=-Wno-unused-function
  78   78  
  79   79  ruptime :=     SMOFF += leaks
  80   80  
  81   81  # Eventually just plain CFLAGS should be += -v, but not until all in
  82   82  # PROGS are lint clean.
  83   83  $(LINTCLEAN)    :=      CFLAGS += $(CCVERBOSE)
  84   84  
  85   85  finger :=       CFLAGS += $(CCVERBOSE)
  86   86  # Enable large file support for reading the lastlog file.
↓ open down ↓ 104 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX