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

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/fcinfo/Makefile
          +++ new/usr/src/cmd/fcinfo/Makefile
↓ 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 2009 Sun Microsystems, Inc.  All rights reserved.
  23   23  # Use is subject to license terms.
  24   24  #
  25      -#
       25 +# Copyright (c) 2018, Joyent, Inc.
  26   26  
  27   27  COMMONBASE = ../../common
  28   28  
  29   29  
  30   30  PROG = fcinfo
  31   31  ROOT_PROG_LINK = $(ROOTUSRSBIN)/fcadm
  32   32  MANIFEST = npiv_config.xml
  33   33  SVCMETHOD = npivconfig
  34   34  PRODUCT = $(PROG)
  35   35  
↓ open down ↓ 6 lines elided ↑ open up ↑
  42   42  OBJS = $(LOCAL_OBJS) $(COMMON_OBJS)
  43   43  SRCS =  $(LOCAL_SRCS) $(COMMON_SRCS)
  44   44  
  45   45  include ../Makefile.cmd
  46   46  
  47   47  POFILE = fcinfo_cmd.po
  48   48  POFILES = fcinfo.po fcinfo-list.po fcadm-list.po printAttrs.po fcoeadm.po
  49   49  
  50   50  CERRWARN += -_gcc=-Wno-unused-variable
  51   51  
       52 +# not linted
       53 +SMATCH=off
       54 +
  52   55  ROOTMANIFESTDIR=        $(ROOTSVCNETWORK)
  53   56  
  54   57  LDLIBS += -lHBAAPI
  55   58  LDLIBS += -lfcoe
  56   59  LDLIBS += -lscf
  57   60  
  58   61  INCS += -I.
  59   62  INCS += -I$(SRC)/lib/hbaapi/common
  60   63  INCS += -I$(COMMONBASE)/cmdparse
  61   64  INCS += -I$(SRC)/lib/libfcoe/common
↓ open down ↓ 44 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX