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

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/abi/spectrans/Makefile.cmd
          +++ new/usr/src/cmd/abi/spectrans/Makefile.cmd
↓ open down ↓ 14 lines elided ↑ open up ↑
  15   15  # If applicable, add the following below this CDDL HEADER, with the
  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 2006 Sun Microsystems, Inc.  All rights reserved.
  23   23  # Use is subject to license terms.
  24   24  #
  25      -# ident "%Z%%M% %I%     %E% SMI"
  26      -#
       25 +# Copyright (c) 2018, Joyent, Inc.
  27   26  
  28   27  include $(SRC)/cmd/Makefile.cmd
  29   28  
  30   29  PROG_BIN =      $(ROOTLIB)/abi/$(PROG)
  31   30  .PRECIOUS:      $(PROG)
  32   31  
  33   32  U_LIB   =       parse
  34   33  U_BASE  =       ../../parser
  35   34  U_DIR   =       $(U_BASE)/$(MACH)
  36   35  U_LIB_A =       $(U_DIR)/lib$(U_LIB).a
  37   36  
  38   37  CFLAGS +=       $(CCVERBOSE)
  39   38  CPPFLAGS +=     -I$(U_BASE) -I..
  40   39  LDFLAGS +=      -L$(U_DIR)
  41   40  LINTFLAGS +=    -xsuF -errtags=yes
  42   41  
       42 +# not linted
       43 +SMATCH=off
       44 +
  43   45  LDLIBS  +=      -l$(U_LIB) -lgen
  44   46  LINTLIBS =      -L$(U_DIR) -l$(U_LIB)
  45   47  
  46   48  SRCS    =       $(OBJECTS:%.o=../%.c)
  47   49  
  48   50  .KEEP_STATE:
  49   51  
  50   52  all:    $(PROG)
  51   53  
  52   54  %.o:    ../%.y
↓ open down ↓ 29 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX