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

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/projects/Makefile
          +++ new/usr/src/cmd/projects/Makefile
↓ open down ↓ 27 lines elided ↑ open up ↑
  28   28  
  29   29  PROG= projects
  30   30  
  31   31  include ../Makefile.cmd
  32   32  
  33   33  LDLIBS += -lproject
  34   34  
  35   35  .KEEP_STATE:
  36   36  
  37   37  CFLAGS += $(CCVERBOSE)
  38      -CERRWARN += -_gcc=-Wno-uninitialized
       38 +CERRWARN += $(CNOWARN_UNINIT)
  39   39  
  40   40  all: $(PROG)
  41   41  
  42   42  install: all $(ROOTPROG)
  43   43  
  44   44  clean:
  45   45  
  46   46  lint:   lint_PROG
  47   47  
  48   48  include ../Makefile.targ
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX