Print this page
10063 basic support for smatch
10153 checkpaths shouldn't check packaging exceptions

Split Close
Expand all
Collapse all
          --- old/usr/src/ucbcmd/rusage/Makefile
          +++ new/usr/src/ucbcmd/rusage/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 +# Copyright (c) 2018, Joyent, Inc.
  25   26  
  26   27  PROG= rusage
  27   28  
  28   29  include ../Makefile.ucbcmd
  29   30  
  30   31  INC1 = $(SRC)/ucbhead
  31   32  
  32   33  FILEMODE=       755
  33   34  
  34      -LDLIBS +=  -L$(ROOT)/usr/ucblib -R /usr/ucblib -lucb
       35 +LDLIBS +=  -L$(ROOT)/usr/ucblib -R/usr/ucblib -lucb
  35   36  
  36   37  CPPFLAGS = -I$(INC1) $(CPPFLAGS.master)
  37   38  CERRWARN += -_gcc=-Wno-implicit-function-declaration
  38   39  
       40 +# missing prototypes
       41 +SMATCH=off
       42 +
  39   43  .KEEP_STATE:
  40   44  
  41   45  all: $(PROG)
  42   46  
  43   47  $(PROG):        $(PROG).c
  44   48          $(LINK.c) -o $@ $(PROG).c $(LDLIBS)
  45   49          $(POST_PROCESS)
  46   50  
  47   51  install: all $(ROOTPROG)
  48   52  
  49   53  clean:
  50   54  
  51   55  lint:   lint_PROG
  52   56  
  53   57  include ../Makefile.ucbtarg
  54   58  
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX