Print this page
10080 smatch Makefile changes for usr/src/cmd

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/sa/Makefile
          +++ new/usr/src/cmd/sa/Makefile
↓ open down ↓ 15 lines elided ↑ open up ↑
  16   16  # fields enclosed by brackets "[]" replaced with your own identifying
  17   17  # information: Portions Copyright [yyyy] [name of copyright owner]
  18   18  #
  19   19  # CDDL HEADER END
  20   20  #
  21   21  #
  22   22  # Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
  23   23  # Use is subject to license terms.
  24   24  # Copyright (c) 2013 Andrew Stormont.  All rights reserved.
  25   25  #
  26      -# cmd/sa/Makefile
  27      -#
       26 +# Copyright (c) 2018, Joyent, Inc.
  28   27  
  29   28  MANIFEST =      sar.xml
  30   29  SVCMETHOD =     svc-sar
  31   30  
  32   31  include ../Makefile.cmd
  33   32  
  34   33  ROOTMANIFESTDIR = $(ROOTSVCSYSTEM)
  35   34  
  36   35  CERRWARN +=     -_gcc=-Wno-parentheses
  37   36  CERRWARN +=     -_gcc=-Wno-uninitialized
  38   37  
       38 +SMOFF += all_func_returns
       39 +
  39   40  GREP=           grep
  40   41  
  41   42  SADC=           sadc
  42   43  SAR=            sar
  43   44  TIMEX=          timex
  44   45  SA1=            sa1
  45   46  SA2=            sa2
  46   47  
  47   48  sadc :=         LDLIBS += -lkstat
  48   49  
↓ open down ↓ 87 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX