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