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

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/lp/lib/filters/Makefile
          +++ new/usr/src/cmd/lp/lib/filters/Makefile
↓ open down ↓ 42 lines elided ↑ open up ↑
  43   43  include         ../../Makefile.lp
  44   44  
  45   45  include         ../../../../lib/Makefile.lib
  46   46  
  47   47  # Specifically request the construction of a static library.
  48   48  # This library is not installed in the proto area.
  49   49  LIBS = $(LIBRARY)
  50   50  
  51   51  CPPFLAGS =      -I../../include $(CPPFLAGS.master)
  52   52  
  53      -CERRWARN +=     -_gcc=-Wno-uninitialized
       53 +CERRWARN +=     $(CNOWARN_UNINIT)
  54   54  CERRWARN +=     -_gcc=-Wno-parentheses
  55   55  
  56   56  # not linted
  57   57  SMATCH=off
  58   58  
  59   59  POFILE =        lp_lib_filters.po
  60   60  
  61   61  .KEEP_STATE:
  62   62  
  63   63  all install :   $(LIBS)
↓ open down ↓ 14 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX