Print this page
1681 support for BUILD64=# no longer works


   5 # Common Development and Distribution License (the "License").
   6 # You may not use this file except in compliance with the License.
   7 #
   8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
   9 # or http://www.opensolaris.org/os/licensing.
  10 # See the License for the specific language governing permissions
  11 # and limitations under the License.
  12 #
  13 # When distributing Covered Code, include this CDDL HEADER in each
  14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  15 # If applicable, add the following below this CDDL HEADER, with the
  16 # fields enclosed by brackets "[]" replaced with your own identifying
  17 # information: Portions Copyright [yyyy] [name of copyright owner]
  18 #
  19 # CDDL HEADER END
  20 #
  21 
  22 #
  23 # Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
  24 # Copyright (c) 2012, 2014 by Delphix. All rights reserved.

  25 #
  26 
  27 set name=pkg.fmri value=pkg:/system/dtrace/tests@$(PKGVERS)
  28 set name=pkg.description value="DTrace Test Suite Internal Distribution"
  29 set name=pkg.summary value="DTrace Test Suite"
  30 set name=info.classification \
  31     value=org.opensolaris.category.2008:Development/System
  32 set name=variant.arch value=$(ARCH)
  33 dir path=opt/SUNWdtrt group=sys
  34 dir path=opt/SUNWdtrt/bin
  35 dir path=opt/SUNWdtrt/bin/$(ARCH32)
  36 dir path=opt/SUNWdtrt/bin/$(ARCH64)
  37 dir path=opt/SUNWdtrt/lib
  38 dir path=opt/SUNWdtrt/lib/java
  39 dir path=opt/SUNWdtrt/tst
  40 dir path=opt/SUNWdtrt/tst/$(ARCH)
  41 dir path=opt/SUNWdtrt/tst/$(ARCH)/arrays
  42 $(i386_ONLY)dir path=opt/SUNWdtrt/tst/$(ARCH)/funcs
  43 dir path=opt/SUNWdtrt/tst/$(ARCH)/pid
  44 $(sparc_ONLY)dir path=opt/SUNWdtrt/tst/$(ARCH)/usdt
  45 dir path=opt/SUNWdtrt/tst/$(ARCH)/ustack
  46 dir path=opt/SUNWdtrt/tst/common
  47 dir path=opt/SUNWdtrt/tst/common/aggs
  48 dir path=opt/SUNWdtrt/tst/common/arithmetic
  49 dir path=opt/SUNWdtrt/tst/common/arrays
  50 dir path=opt/SUNWdtrt/tst/common/assocs
  51 dir path=opt/SUNWdtrt/tst/common/begin
  52 dir path=opt/SUNWdtrt/tst/common/bitfields
  53 dir path=opt/SUNWdtrt/tst/common/buffering
  54 dir path=opt/SUNWdtrt/tst/common/builtinvar
  55 dir path=opt/SUNWdtrt/tst/common/cg
  56 dir path=opt/SUNWdtrt/tst/common/clauses


 112 dir path=opt/SUNWdtrt/tst/common/strtoll
 113 dir path=opt/SUNWdtrt/tst/common/struct
 114 dir path=opt/SUNWdtrt/tst/common/syscall
 115 dir path=opt/SUNWdtrt/tst/common/sysevent
 116 dir path=opt/SUNWdtrt/tst/common/tick-n
 117 dir path=opt/SUNWdtrt/tst/common/trace
 118 dir path=opt/SUNWdtrt/tst/common/tracemem
 119 dir path=opt/SUNWdtrt/tst/common/translators
 120 dir path=opt/SUNWdtrt/tst/common/typedef
 121 dir path=opt/SUNWdtrt/tst/common/types
 122 dir path=opt/SUNWdtrt/tst/common/uctf
 123 dir path=opt/SUNWdtrt/tst/common/union
 124 dir path=opt/SUNWdtrt/tst/common/usdt
 125 dir path=opt/SUNWdtrt/tst/common/ustack
 126 dir path=opt/SUNWdtrt/tst/common/vars
 127 dir path=opt/SUNWdtrt/tst/common/version
 128 $(i386_ONLY)dir path=opt/SUNWdtrt/tst/i86xpv
 129 $(i386_ONLY)dir path=opt/SUNWdtrt/tst/i86xpv/xdt
 130 file path=opt/SUNWdtrt/README mode=0444
 131 file path=opt/SUNWdtrt/bin/$(ARCH32)/chkargs mode=0555
 132 file path=opt/SUNWdtrt/bin/$(ARCH64)/chkargs mode=0555
 133 file path=opt/SUNWdtrt/bin/baddof mode=0555
 134 file path=opt/SUNWdtrt/bin/badioctl mode=0555
 135 file path=opt/SUNWdtrt/bin/chkargs mode=0555
 136 file path=opt/SUNWdtrt/bin/dstyle mode=0555
 137 file path=opt/SUNWdtrt/bin/dtest mode=0555
 138 file path=opt/SUNWdtrt/bin/dtfailures mode=0555
 139 file path=opt/SUNWdtrt/bin/exception.lst mode=0444
 140 file path=opt/SUNWdtrt/bin/jdtrace mode=0555
 141 file path=opt/SUNWdtrt/lib/java/jdtrace.jar
 142 file path=opt/SUNWdtrt/tst/$(ARCH)/arrays/tst.uregsarray.d mode=0444
 143 $(i386_ONLY)file path=opt/SUNWdtrt/tst/$(ARCH)/funcs/tst.badcopyin.d mode=0444
 144 $(i386_ONLY)file path=opt/SUNWdtrt/tst/$(ARCH)/funcs/tst.badcopyinstr.d \
 145     mode=0444
 146 $(i386_ONLY)file path=opt/SUNWdtrt/tst/$(ARCH)/funcs/tst.badcopyout.d \
 147     mode=0444
 148 $(i386_ONLY)file path=opt/SUNWdtrt/tst/$(ARCH)/funcs/tst.badcopyoutstr.d \
 149     mode=0444
 150 $(sparc_ONLY)file \
 151     path=opt/SUNWdtrt/tst/$(ARCH)/pid/err.D_PROC_ALIGN.misaligned.d mode=0444
 152 $(sparc_ONLY)file \




   5 # Common Development and Distribution License (the "License").
   6 # You may not use this file except in compliance with the License.
   7 #
   8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
   9 # or http://www.opensolaris.org/os/licensing.
  10 # See the License for the specific language governing permissions
  11 # and limitations under the License.
  12 #
  13 # When distributing Covered Code, include this CDDL HEADER in each
  14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  15 # If applicable, add the following below this CDDL HEADER, with the
  16 # fields enclosed by brackets "[]" replaced with your own identifying
  17 # information: Portions Copyright [yyyy] [name of copyright owner]
  18 #
  19 # CDDL HEADER END
  20 #
  21 
  22 #
  23 # Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
  24 # Copyright (c) 2012, 2014 by Delphix. All rights reserved.
  25 # Copyright 2014 Andrew Stormont.
  26 #
  27 
  28 set name=pkg.fmri value=pkg:/system/dtrace/tests@$(PKGVERS)
  29 set name=pkg.description value="DTrace Test Suite Internal Distribution"
  30 set name=pkg.summary value="DTrace Test Suite"
  31 set name=info.classification \
  32     value=org.opensolaris.category.2008:Development/System
  33 set name=variant.arch value=$(ARCH)
  34 dir path=opt/SUNWdtrt group=sys
  35 dir path=opt/SUNWdtrt/bin
  36 dir path=opt/SUNWdtrt/bin/$(ARCH32)
  37 $(BUILD64)dir path=opt/SUNWdtrt/bin/$(ARCH64)
  38 dir path=opt/SUNWdtrt/lib
  39 dir path=opt/SUNWdtrt/lib/java
  40 dir path=opt/SUNWdtrt/tst
  41 dir path=opt/SUNWdtrt/tst/$(ARCH)
  42 dir path=opt/SUNWdtrt/tst/$(ARCH)/arrays
  43 $(i386_ONLY)dir path=opt/SUNWdtrt/tst/$(ARCH)/funcs
  44 dir path=opt/SUNWdtrt/tst/$(ARCH)/pid
  45 $(sparc_ONLY)dir path=opt/SUNWdtrt/tst/$(ARCH)/usdt
  46 dir path=opt/SUNWdtrt/tst/$(ARCH)/ustack
  47 dir path=opt/SUNWdtrt/tst/common
  48 dir path=opt/SUNWdtrt/tst/common/aggs
  49 dir path=opt/SUNWdtrt/tst/common/arithmetic
  50 dir path=opt/SUNWdtrt/tst/common/arrays
  51 dir path=opt/SUNWdtrt/tst/common/assocs
  52 dir path=opt/SUNWdtrt/tst/common/begin
  53 dir path=opt/SUNWdtrt/tst/common/bitfields
  54 dir path=opt/SUNWdtrt/tst/common/buffering
  55 dir path=opt/SUNWdtrt/tst/common/builtinvar
  56 dir path=opt/SUNWdtrt/tst/common/cg
  57 dir path=opt/SUNWdtrt/tst/common/clauses


 113 dir path=opt/SUNWdtrt/tst/common/strtoll
 114 dir path=opt/SUNWdtrt/tst/common/struct
 115 dir path=opt/SUNWdtrt/tst/common/syscall
 116 dir path=opt/SUNWdtrt/tst/common/sysevent
 117 dir path=opt/SUNWdtrt/tst/common/tick-n
 118 dir path=opt/SUNWdtrt/tst/common/trace
 119 dir path=opt/SUNWdtrt/tst/common/tracemem
 120 dir path=opt/SUNWdtrt/tst/common/translators
 121 dir path=opt/SUNWdtrt/tst/common/typedef
 122 dir path=opt/SUNWdtrt/tst/common/types
 123 dir path=opt/SUNWdtrt/tst/common/uctf
 124 dir path=opt/SUNWdtrt/tst/common/union
 125 dir path=opt/SUNWdtrt/tst/common/usdt
 126 dir path=opt/SUNWdtrt/tst/common/ustack
 127 dir path=opt/SUNWdtrt/tst/common/vars
 128 dir path=opt/SUNWdtrt/tst/common/version
 129 $(i386_ONLY)dir path=opt/SUNWdtrt/tst/i86xpv
 130 $(i386_ONLY)dir path=opt/SUNWdtrt/tst/i86xpv/xdt
 131 file path=opt/SUNWdtrt/README mode=0444
 132 file path=opt/SUNWdtrt/bin/$(ARCH32)/chkargs mode=0555
 133 $(BUILD64)file path=opt/SUNWdtrt/bin/$(ARCH64)/chkargs mode=0555
 134 file path=opt/SUNWdtrt/bin/baddof mode=0555
 135 file path=opt/SUNWdtrt/bin/badioctl mode=0555
 136 file path=opt/SUNWdtrt/bin/chkargs mode=0555
 137 file path=opt/SUNWdtrt/bin/dstyle mode=0555
 138 file path=opt/SUNWdtrt/bin/dtest mode=0555
 139 file path=opt/SUNWdtrt/bin/dtfailures mode=0555
 140 file path=opt/SUNWdtrt/bin/exception.lst mode=0444
 141 file path=opt/SUNWdtrt/bin/jdtrace mode=0555
 142 file path=opt/SUNWdtrt/lib/java/jdtrace.jar
 143 file path=opt/SUNWdtrt/tst/$(ARCH)/arrays/tst.uregsarray.d mode=0444
 144 $(i386_ONLY)file path=opt/SUNWdtrt/tst/$(ARCH)/funcs/tst.badcopyin.d mode=0444
 145 $(i386_ONLY)file path=opt/SUNWdtrt/tst/$(ARCH)/funcs/tst.badcopyinstr.d \
 146     mode=0444
 147 $(i386_ONLY)file path=opt/SUNWdtrt/tst/$(ARCH)/funcs/tst.badcopyout.d \
 148     mode=0444
 149 $(i386_ONLY)file path=opt/SUNWdtrt/tst/$(ARCH)/funcs/tst.badcopyoutstr.d \
 150     mode=0444
 151 $(sparc_ONLY)file \
 152     path=opt/SUNWdtrt/tst/$(ARCH)/pid/err.D_PROC_ALIGN.misaligned.d mode=0444
 153 $(sparc_ONLY)file \