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

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/abi/appcert/static_prof/Makefile.com
          +++ new/usr/src/cmd/abi/appcert/static_prof/Makefile.com
↓ open down ↓ 18 lines elided ↑ open up ↑
  19   19  #
  20   20  # CDDL HEADER END
  21   21  #
  22   22  
  23   23  #
  24   24  # Copyright (c) 1997-2000 by Sun Microsystems, Inc.
  25   25  # All rights reserved.
  26   26  #
  27   27  # Copyright 2015 Nexenta Systems, Inc.  All rights reserved.
  28   28  #
       29 +# Copyright (c) 2018, Joyent, Inc.
  29   30  
  30   31  include         $(SRC)/cmd/Makefile.cmd
  31   32  
  32   33  PROG = static_prof
  33   34  SRCS = $(PROG:%=../%.c)
  34   35  
  35   36  CERRWARN +=     -_gcc=-Wno-unused-value
  36   37  CERRWARN +=     -_gcc=-Wno-parentheses
  37   38  
       39 +# not linted
       40 +SMATCH=off
       41 +
  38   42  LDLIBS +=       -lelf
  39   43  
  40   44  LINTFLAGS =     -nmxsuF -errtags=yes
  41   45  LINTLIBS +=     $(LDLIBS)
  42   46  
  43   47  CLEANFILES +=   $(PROG)
  44   48  CLOBBERFILES += $(PROG)
  45   49  
  46   50  #
  47   51  # Installed items
  48   52  #
  49   53  ROOTLIB_APPCERT=        $(ROOT)/usr/lib/abi/appcert
  50   54  ROOTLIB_APPCERT_PROG=   $(PROG:%=$(ROOTLIB_APPCERT)/%)
  51   55  
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX