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

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/tar/Makefile
          +++ new/usr/src/cmd/tar/Makefile
↓ open down ↓ 12 lines elided ↑ open up ↑
  13   13  # When distributing Covered Code, include this CDDL HEADER in each
  14   14  # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  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 (c) 1988, 2010, Oracle and/or its affiliates. All rights reserved.
       23 +# Copyright (c) 2018, Joyent, Inc.
  23   24  #
  24   25  
  25   26  PROG= tar
  26   27  DEFAULTFILES= tar.dfl
  27   28  OBJS1=          tar.o
  28   29  OBJS=           $(OBJS1) getresponse.o
  29   30  SRCS=           $(OBJS1:%.o=%.c) $(SRC)/common/util/getresponse.c
  30   31  
  31   32  include ../Makefile.cmd
  32   33  
  33   34  CPPFLAGS += -D_FILE_OFFSET_BITS=64 -I $(SRC)/common/util
  34   35  DCFILE= $(PROG).dc
  35   36  
  36   37  LINTFLAGS += -u
  37   38  LDLIBS += -lsec -lcmdutils -lnvpair -ltsol
  38   39  
  39   40  CFLAGS += $(CCVERBOSE)
  40   41  CERRWARN += -_gcc=-Wno-uninitialized
  41   42  
       43 +# not linted
       44 +SMATCH=off
       45 +
  42   46  CPPFLAGS += -DEUC
  43   47  
  44   48  ROOTSYMLINK=    $(ROOTPROG)
  45   49  
  46   50  XGETFLAGS += -a -x tar.xcl
  47   51  
  48   52  .KEEP_STATE:
  49   53  
  50   54  all: $(PROG)
  51   55  
↓ open down ↓ 27 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX