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

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/filesync/Makefile
          +++ new/usr/src/cmd/filesync/Makefile
↓ open down ↓ 26 lines elided ↑ open up ↑
  27   27  
  28   28  OBJS= action.o anal.o base.o debug.o files.o ignore.o main.o recon.o rename.o rules.o acls.o eval.o
  29   29  SRCS= $(OBJS:%.o=%.c)
  30   30  HDRS= filesync.h messages.h database.h
  31   31  
  32   32  include ../Makefile.cmd
  33   33  
  34   34  LDLIBS += -lgen
  35   35  
  36   36  CERRWARN += -_gcc=-Wno-parentheses
  37      -CERRWARN += -_gcc=-Wno-uninitialized
       37 +CERRWARN += $(CNOWARN_UNINIT)
  38   38  
  39   39  # not linted
  40   40  SMATCH=off
  41   41  
  42   42  FILEMODE= 0555
  43   43  
  44   44  .KEEP_STATE:
  45   45  
  46   46  .PARALLEL: $(OBJS)
  47   47  
↓ open down ↓ 30 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX