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

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/libxcurses2/Makefile.com
          +++ new/usr/src/lib/libxcurses2/Makefile.com
↓ open down ↓ 89 lines elided ↑ open up ↑
  90   90  ROOTLIBDIR64=   $(ROOT)/usr/xpg4/lib/$(MACH64)
  91   91  ROOTLIBS=       $(LIBS:%=$(ROOTLIBDIR)/%)
  92   92  
  93   93  $(LINTLIB):= SRCS=../src/libc/llib-lcurses
  94   94  
  95   95  LINTSRC=        $(LINTLIB:%.ln=%)
  96   96  
  97   97  LDLIBS += -lc
  98   98  
  99   99  CPPFLAGS = -I../h -I../src/libc/xcurses $(CPPFLAGS.master)
 100      -CERRWARN += -_gcc=-Wno-uninitialized
      100 +CERRWARN += $(CNOWARN_UNINIT)
 101  101  CERRWARN += -_gcc=-Wno-unused-value
 102  102  
 103  103  # not linted
 104  104  SMATCH=off
 105  105  
 106  106  #
 107  107  # If and when somebody gets around to messaging this, CLOBBERFILE should not
 108  108  # be cleared (so that any .po file will be clobbered.
 109  109  #
 110  110  CLOBBERFILES=   libcurses.so libcurses.so$(VERS)
↓ open down ↓ 31 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX