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

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/mktemp/Makefile
          +++ new/usr/src/cmd/mktemp/Makefile
↓ open down ↓ 20 lines elided ↑ open up ↑
  21   21  #
  22   22  #
  23   23  # Copyright 2004 Sun Microsystems, Inc.  All rights reserved.
  24   24  # Use is subject to license terms.
  25   25  #
  26   26  
  27   27  PROG= mktemp
  28   28  
  29   29  include ../Makefile.cmd
  30   30  
  31      -CERRWARN += -_gcc=-Wno-uninitialized
       31 +CERRWARN += $(CNOWARN_UNINIT)
  32   32  
  33   33  .KEEP_STATE:
  34   34  
  35   35  all: $(PROG) 
  36   36  
  37   37  install: all $(ROOTPROG)
  38   38  
  39   39  clean:
  40   40  
  41   41  lint:   lint_PROG
  42   42  
  43   43  include ../Makefile.targ
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX