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

Split Close
Expand all
Collapse all
          --- old/usr/src/ucbcmd/mkstr/Makefile
          +++ new/usr/src/ucbcmd/mkstr/Makefile
↓ open down ↓ 23 lines elided ↑ open up ↑
  24   24  # Copyright (c) 1989 by Sun Microsystems, Inc.
  25   25  #
  26   26  
  27   27  PROG= mkstr
  28   28  
  29   29  include ../Makefile.ucbcmd
  30   30  #
  31   31  # For messaging
  32   32  XGETFLAGS += -a -x mkstr.xcl
  33   33  
  34      -CERRWARN += -_gcc=-Wno-uninitialized
       34 +CERRWARN += $(CNOWARN_UNINIT)
  35   35  
  36   36  .KEEP_STATE:
  37   37  
  38   38  all: $(PROG)
  39   39  
  40   40  install: all $(ROOTPROG)
  41   41  
  42   42  clean:
  43   43  
  44   44  lint:   lint_PROG
  45   45  
  46   46  include ../Makefile.ucbtarg
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX