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