Print this page
11506 smatch resync

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/libpctx/Makefile.com
          +++ new/usr/src/lib/libpctx/Makefile.com
↓ 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"
       25 +# Copyright 2019 Joyent, Inc.
  26   26  #
  27   27  
  28   28  LIBRARY = libpctx.a
  29   29  VERS = .1
  30   30  
  31   31  OBJECTS = libpctx.o
  32   32  
  33   33  # include library definitions
  34   34  include ../../Makefile.lib
  35   35  
  36      -LIBS = $(DYNLIB) $(LINTLIB)
  37      -$(LINTLIB) :=   SRCS = ../common/llib-lpctx
       36 +LIBS = $(DYNLIB)
  38   37  LDLIBS +=       -lproc -lc
  39   38  
  40   39  SRCDIR =        ../common
  41   40  
  42   41  CFLAGS +=       $(CCVERBOSE)
  43      -CPPFLAGS +=     -D_REENTRANT -I$(SRCDIR)
       42 +CPPFLAGS +=     -D_REENTRANT -I$(SRCDIR)
  44   43  
       44 +# false positive: pctx_run() error: dereferencing freed memory 'pctx'
       45 +SMOFF += free
       46 +
  45   47  .KEEP_STATE:
  46   48  
  47   49  all: $(LIBS)
  48   50  
  49      -# x86 and sparc have different alignment complaints (all LINTED).
  50      -# Make lint shut up about suppression directive not used.
  51      -lint := LINTFLAGS += -erroff=E_SUPPRESSION_DIRECTIVE_UNUSED
  52      -lint := LINTFLAGS64 += -erroff=E_SUPPRESSION_DIRECTIVE_UNUSED
  53      -
  54      -lint: lintcheck
  55      -
  56   51  # include library targets
  57   52  include ../../Makefile.targ
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX