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

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/units/Makefile
          +++ new/usr/src/cmd/units/Makefile
↓ open down ↓ 14 lines elided ↑ open up ↑
  15   15  # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  16   16  # If applicable, add the following below this CDDL HEADER, with the
  17   17  # fields enclosed by brackets "[]" replaced with your own identifying
  18   18  # information: Portions Copyright [yyyy] [name of copyright owner]
  19   19  #
  20   20  # CDDL HEADER END
  21   21  #
  22   22  #
  23   23  # Copyright (c) 1989 by Sun Microsystems, Inc.
  24   24  #
       25 +# Copyright (c) 2018, Joyent, Inc.
  25   26  
  26   27  PROG= units
  27   28  UNITTAB=unittab
  28   29  
  29   30  include ../Makefile.cmd
  30   31  
  31   32  CERRWARN += -_gcc=-Wno-parentheses
  32   33  CERRWARN += -_gcc=-Wno-implicit-function-declaration
  33   34  
       35 +# not linted
       36 +SMATCH=off
       37 +
  34   38  LIBUNITTAB= $(UNITTAB:%=$(ROOTSHLIB)/%)
  35   39  $(LIBUNITTAB) :=        FILEMODE =      $(LIBFILEMODE)
  36   40  
  37   41  .KEEP_STATE:
  38   42  
  39   43  all: $(PROG) unittab
  40   44  
  41   45  install: all $(ROOTPROG) $(LIBUNITTAB)
  42   46  
  43   47  clean:
  44   48  
  45   49  lint:   lint_PROG
  46   50  
  47   51  include ../Makefile.targ
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX