Print this page
10076 make usr/src/test smatch clean

Split Close
Expand all
Collapse all
          --- old/usr/src/test/libc-tests/tests/select/Makefile
          +++ new/usr/src/test/libc-tests/tests/select/Makefile
↓ open down ↓ 2 lines elided ↑ open up ↑
   3    3  # Common Development and Distribution License ("CDDL"), version 1.0.
   4    4  # You may only use this file in accordance with the terms of version
   5    5  # 1.0 of the CDDL.
   6    6  #
   7    7  # A full copy of the text of the CDDL should have accompanied this
   8    8  # source.  A copy of the CDDL is also available via the Internet at
   9    9  # http://www.illumos.org/license/CDDL.
  10   10  #
  11   11  
  12   12  # Copyright 2016, Richard Lowe.
       13 +# Copyright (c) 2018, Joyent, Inc.
  13   14  
  14   15  include $(SRC)/Makefile.master
  15   16  include $(SRC)/Makefile.master.64
  16   17  include $(SRC)/cmd/Makefile.cmd
  17   18  include $(SRC)/cmd/Makefile.cmd.64
  18   19  
  19   20  ROOTOPTPKG = $(ROOT)/opt/libc-tests
  20   21  TESTDIR = $(ROOTOPTPKG)/tests/select
  21   22  ROOTBINDIR = $(ROOTOPTPKG)/bin
  22   23  
  23   24  PROGS= select_test
  24   25  
  25   26  CSTD= $(CSTD_GNU99)
  26   27  
       28 +# needs work
       29 +SMOFF += all_func_returns
       30 +
  27   31  select_test: select_test.c
  28   32          $(LINK64.c) -o $@ select_test.c $(LDLIBS64)
  29   33          $(POST_PROCESS)
  30   34  
  31   35  SCRIPTS=select.sh
  32   36  CMDS = $(PROGS:%=$(TESTDIR)/%) $(SCRIPTS:%=$(TESTDIR)/%)
  33   37  
  34   38  $(SCRIPTS) $(CMDS) := FILEMODE = 0555
  35   39  
  36   40  $(CMDS): $(TESTDIR) $(PROGS)
↓ open down ↓ 28 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX