Print this page
NEX-3123 update gate build environment to [open]jdk7
Reviewed by: Gordon Ross <gwr@nexenta.com>
Reviewed by: Dan McDonald <danmcd@omniti.com>
Reviewed by: Richard Lowe <richlowe@richlowe.net>
Reviewed by: Jean McCormack <jean.mccormack@nexenta.com>
Reviewed by: Josef 'Jeff' Sipek <josef.sipek@nexenta.com>

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/dtrace/test/tst/common/java_api/Makefile
          +++ new/usr/src/cmd/dtrace/test/tst/common/java_api/Makefile
↓ open down ↓ 15 lines elided ↑ open up ↑
  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  #
  23   23  # Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
  24   24  # Use is subject to license terms.
  25   25  #
       26 +# Copyright 2014 PALO, Richard. All rights reserved.
       27 +#
  26   28  
  27   29  include $(SRC)/Makefile.master
  28   30  
  29   31  ROOTOPTPKG = $(ROOT)/opt/SUNWdtrt
  30   32  JAR_DSTDIR = $(ROOTOPTPKG)/tst/common/java_api
  31   33  JAR_SRCDIR = $(SRC)/cmd/dtrace/test/tst/common/java_api
  32   34  
  33   35  # Use the proto dtrace.jar if it exists, otherwise use whatever is
  34   36  # installed on the system. It should be possible to build
  35   37  # usr/src/cmd/dtrace/test independently, even if only on systems that
↓ open down ↓ 42 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX