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

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/pack/Makefile
          +++ new/usr/src/cmd/pack/Makefile
↓ open down ↓ 21 lines elided ↑ open up ↑
  22   22  # Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
  23   23  # Use is subject to license terms.
  24   24  #
  25   25  
  26   26  PROG= pack
  27   27  
  28   28  include ../Makefile.cmd
  29   29  
  30   30  CFLAGS += $(CCVERBOSE)
  31   31  CERRWARN += -_gcc=-Wno-parentheses
  32      -CERRWARN += -_gcc=-Wno-uninitialized
       32 +CERRWARN += $(CNOWARN_UNINIT)
  33   33  XGETFLAGS += -a -x $(PROG).xcl
  34   34  CPPFLAGS +=  -D_FILE_OFFSET_BITS=64
  35   35  
  36   36  LDLIBS += -lcmdutils -lsec
  37   37  
  38   38  .KEEP_STATE:
  39   39  
  40   40  all: $(PROG) 
  41   41  
  42   42  install: all $(ROOTPROG)
  43   43  
  44   44  clean:
  45   45  
  46   46  lint:   lint_PROG
  47   47  
  48   48  include ../Makefile.targ
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX