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

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/dtrace/test/cmd/baddof/Makefile
          +++ new/usr/src/cmd/dtrace/test/cmd/baddof/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  #
  23   23  # Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
  24   24  # Use is subject to license terms.
  25   25  #
       26 +# Copyright (c) 2018, Joyent, Inc.
  26   27  
  27   28  include $(SRC)/cmd/Makefile.cmd
  28   29  
  29   30  .KEEP_STATE:
  30   31  
  31   32  ROOTOPTPKG = $(ROOT)/opt/SUNWdtrt
  32   33  ROOTBIN = $(ROOTOPTPKG)/bin
  33   34  
  34   35  LDFLAGS += $(ZNODEFS) $(ZTEXTOFF)
  35   36  LDLIBS = $(LDLIBS.cmd)
  36   37  LDLIBS += -ldtrace
  37   38  
  38   39  SRCS = baddof
  39   40  CMDS = $(SRCS:%=$(ROOTBIN)/%)
  40   41  
  41   42  CERRWARN += -_gcc=-Wno-implicit-function-declaration
  42   43  
       44 +# not linted
       45 +SMATCH=off
       46 +
  43   47  $(CMDS) := FILEMODE = 0555
  44   48  
  45   49  all: $(SRCS)
  46   50  
  47   51  install: $(CMDS)
  48   52  
  49   53  clean lint:
  50   54  
  51   55  clobber:
  52   56          $(RM) $(SRCS)
  53   57  
  54   58  $(CMDS): $(ROOTBIN) $(SRCS)
  55   59  
  56   60  $(ROOTBIN):
  57   61          $(INS.dir)
  58   62  
  59   63  $(ROOTBIN)/%: %
  60   64          $(INS.file)
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX