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/pcfs/fsck/Makefile
          +++ new/usr/src/cmd/fs.d/pcfs/fsck/Makefile
↓ open down ↓ 44 lines elided ↑ open up ↑
  45   45  # for messaging catalog
  46   46  #
  47   47  POFILE= fsck.po
  48   48  
  49   49  catalog:        $(POFILE)
  50   50  
  51   51  CPPFLAGS +=     -D_LARGEFILE64_SOURCE
  52   52  
  53   53  CERRWARN +=     -_gcc=-Wno-parentheses
  54   54  CERRWARN +=     -_gcc=-Wno-unused-variable
  55      -CERRWARN +=     -_gcc=-Wno-uninitialized
       55 +CERRWARN +=     $(CNOWARN_UNINIT)
  56   56  
  57   57  #
  58   58  # We need to tell lint not to complain about the routines
  59   59  # we are grabbing from the kernel as being undefined.
  60   60  #
  61   61  LINTFLAGS += -u
  62   62  
  63   63  $(LIBPROG):     $(OBJS)
  64   64                  $(LINK.c) -o $@ $(OBJS) $(LDLIBS)
  65   65                  $(POST_PROCESS)
  66   66  
  67   67  lint_LSRCS:
  68   68          $(LINT.c) $(LSRCS) $(LDLIBS)
  69   69  
  70   70  lint:   lint_LSRCS
  71   71  
  72   72  clean:
  73   73          $(RM) $(FSCKOBJS) $(DEBUGOBJS)
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX