Print this page
NEX-2835 nightly_test script should support running of test-runner tests (zfs in particular)
NEX-2767 The existing zfs stress test does not run at all
NEX-1666 More maintainable ips2deb
OS-41 Support building with Jenkins

Split Close
Expand all
Collapse all
          --- old/usr/src/tools/scripts/Makefile
          +++ new/usr/src/tools/scripts/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 (c) 1999, 2010, Oracle and/or its affiliates. All rights reserved.
  23   23  #
  24   24  # Copyright 2010, Richard Lowe
       25 +# Copyright 2014 Nexenta Systems, Inc. All rights reserved.
  25   26  
  26   27  SHELL=/usr/bin/ksh93
  27   28  
  28   29  SHFILES= \
  29   30          Install \
  30   31          bldenv \
  31   32          build_cscope \
  32   33          bringovercheck \
       34 +        check_mail_msg \
  33   35          checkpaths \
  34   36          cstyle \
  35   37          elfcmp \
  36   38          flg.flp \
  37   39          genoffsets \
  38   40          nightly \
  39   41          onu \
       42 +        onu-deb \
  40   43          protocmp.terse \
  41   44          sccscheck \
  42   45          webrev \
  43   46          which_scm \
  44   47          ws \
  45   48          xref
  46   49  
  47   50  PERLFILES= \
  48   51          check_rtime \
  49   52          find_elf \
↓ open down ↓ 125 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX