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

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/libexacct/demo/Makefile
          +++ new/usr/src/lib/libexacct/demo/Makefile
↓ open down ↓ 23 lines elided ↑ open up ↑
  24   24  #
  25   25  # lib/libexacct/demo/Makefile
  26   26  #
  27   27  
  28   28  PROG = exdump
  29   29  
  30   30  include ../../../cmd/Makefile.cmd
  31   31  
  32   32  LDLIBS += -lexacct -lproject -lsocket -lnsl
  33   33  CFLAGS += $(CCVERBOSE)
  34      -CERRWARN += -_gcc=-Wno-uninitialized
       34 +CERRWARN += $(CNOWARN_UNINIT)
  35   35  
  36   36  .KEEP_STATE:
  37   37  
  38   38  DEMOFILES = \
  39   39          exdump.c \
  40   40          Makefile \
  41   41          README
  42   42  
  43   43  ROOTDEMODIR = $(ROOT)/usr/demo/libexacct
  44   44  ROOTDEMOFILES = $(DEMOFILES:%=$(ROOTDEMODIR)/%)
↓ open down ↓ 25 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX