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

Split Close
Expand all
Collapse all
          --- old/usr/src/pkg/manifests/diagnostic-cpu-counters.mf
          +++ new/usr/src/pkg/manifests/diagnostic-cpu-counters.mf
↓ 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  #
  23   23  # Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
  24   24  # Copyright 2012 Nexenta Systems, Inc. All rights reserved.
       25 +# Copyright 2014 Andrew Stormont.
  25   26  #
  26   27  
  27   28  set name=pkg.fmri value=pkg:/diagnostic/cpu-counters@$(PKGVERS)
  28   29  set name=pkg.description \
  29   30      value="CPU Performance Counter libraries and utilities"
  30   31  set name=pkg.summary value="CPU Performance Counter libraries and utilities"
  31   32  set name=info.classification value=org.opensolaris.category.2008:System/Core
  32   33  set name=variant.arch value=$(ARCH)
  33   34  dir path=usr group=sys
  34   35  dir path=usr/bin
  35   36  $(i386_ONLY)dir path=usr/bin/$(ARCH32)
  36      -dir path=usr/bin/$(ARCH64)
       37 +$(BUILD64)dir path=usr/bin/$(ARCH64)
  37   38  dir path=usr/include
  38   39  dir path=usr/include/sys
  39   40  dir path=usr/kernel group=sys
  40   41  dir path=usr/kernel/pcbe group=sys
  41   42  dir path=usr/kernel/pcbe/$(ARCH64) group=sys
  42   43  dir path=usr/lib
  43      -dir path=usr/lib/$(ARCH64)
       44 +$(BUILD64)dir path=usr/lib/$(ARCH64)
  44   45  dir path=usr/sbin
  45   46  dir path=usr/share/man/man1
  46   47  dir path=usr/share/man/man1m
  47   48  dir path=usr/share/man/man3cpc
  48   49  dir path=usr/share/man/man3lib
  49   50  $(i386_ONLY)file path=usr/bin/$(ARCH32)/cputrack mode=0555
  50      -file path=usr/bin/$(ARCH64)/cputrack mode=0555
       51 +$(BUILD64)file path=usr/bin/$(ARCH64)/cputrack mode=0555
  51   52  file path=usr/include/libcpc.h
  52   53  file path=usr/include/libpctx.h
  53   54  $(sparc_ONLY)file path=usr/kernel/pcbe/$(ARCH64)/pcbe.4.6 group=sys mode=0755
  54   55  $(sparc_ONLY)file path=usr/kernel/pcbe/$(ARCH64)/pcbe.62 group=sys mode=0755
  55   56  $(i386_ONLY)file path=usr/kernel/pcbe/$(ARCH64)/pcbe.AuthenticAMD group=sys \
  56   57      mode=0755
  57   58  $(i386_ONLY)file path=usr/kernel/pcbe/$(ARCH64)/pcbe.GenuineIntel.15 group=sys \
  58   59      mode=0755
  59   60  $(i386_ONLY)file path=usr/kernel/pcbe/$(ARCH64)/pcbe.GenuineIntel.6 group=sys \
  60   61      mode=0755
  61   62  $(i386_ONLY)file path=usr/kernel/pcbe/$(ARCH64)/pcbe.GenuineIntel.6.15 \
  62   63      group=sys mode=0755
  63   64  $(i386_ONLY)file path=usr/kernel/pcbe/pcbe.AuthenticAMD group=sys mode=0755
  64   65  $(i386_ONLY)file path=usr/kernel/pcbe/pcbe.GenuineIntel.15 group=sys mode=0755
  65   66  $(i386_ONLY)file path=usr/kernel/pcbe/pcbe.GenuineIntel.6 group=sys mode=0755
  66   67  $(i386_ONLY)file path=usr/kernel/pcbe/pcbe.GenuineIntel.6.15 group=sys \
  67   68      mode=0755
  68      -file path=usr/lib/$(ARCH64)/libcpc.so.1
  69      -file path=usr/lib/$(ARCH64)/libpctx.so.1
  70      -file path=usr/lib/$(ARCH64)/llib-lcpc.ln
  71      -file path=usr/lib/$(ARCH64)/llib-lpctx.ln
       69 +$(BUILD64)file path=usr/lib/$(ARCH64)/libcpc.so.1
       70 +$(BUILD64)file path=usr/lib/$(ARCH64)/libpctx.so.1
       71 +$(BUILD64)file path=usr/lib/$(ARCH64)/llib-lcpc.ln
       72 +$(BUILD64)file path=usr/lib/$(ARCH64)/llib-lpctx.ln
  72   73  file path=usr/lib/libcpc.so.1
  73   74  file path=usr/lib/libpctx.so.1
  74   75  file path=usr/lib/llib-lcpc
  75   76  file path=usr/lib/llib-lcpc.ln
  76   77  file path=usr/lib/llib-lpctx
  77   78  file path=usr/lib/llib-lpctx.ln
  78   79  file path=usr/sbin/cpustat mode=0555
  79   80  file path=usr/share/man/man1/cputrack.1
  80   81  file path=usr/share/man/man1m/cpustat.1m
  81   82  file path=usr/share/man/man3cpc/cpc.3cpc
↓ open down ↓ 68 lines elided ↑ open up ↑
 150  151  $(i386_ONLY)link path=usr/kernel/pcbe/pcbe.GenuineIntel.6.31 \
 151  152      target=pcbe.GenuineIntel.6.15
 152  153  $(i386_ONLY)link path=usr/kernel/pcbe/pcbe.GenuineIntel.6.37 \
 153  154      target=pcbe.GenuineIntel.6.15
 154  155  $(i386_ONLY)link path=usr/kernel/pcbe/pcbe.GenuineIntel.6.44 \
 155  156      target=pcbe.GenuineIntel.6.15
 156  157  $(i386_ONLY)link path=usr/kernel/pcbe/pcbe.GenuineIntel.6.46 \
 157  158      target=pcbe.GenuineIntel.6.15
 158  159  $(i386_ONLY)link path=usr/kernel/pcbe/pcbe.GenuineIntel.6.47 \
 159  160      target=pcbe.GenuineIntel.6.15
 160      -link path=usr/lib/$(ARCH64)/libcpc.so target=./libcpc.so.1
 161      -link path=usr/lib/$(ARCH64)/libpctx.so target=./libpctx.so.1
      161 +$(BUILD64)link path=usr/lib/$(ARCH64)/libcpc.so target=./libcpc.so.1
      162 +$(BUILD64)link path=usr/lib/$(ARCH64)/libpctx.so target=./libpctx.so.1
 162  163  link path=usr/lib/libcpc.so target=./libcpc.so.1
 163  164  link path=usr/lib/libpctx.so target=./libpctx.so.1
 164  165  link path=usr/share/man/man3cpc/cpc_bind_cpu.3cpc target=cpc_bind_curlwp.3cpc
 165  166  link path=usr/share/man/man3cpc/cpc_bind_pctx.3cpc target=cpc_bind_curlwp.3cpc
 166  167  link path=usr/share/man/man3cpc/cpc_buf_add.3cpc target=cpc_buf_create.3cpc
 167  168  link path=usr/share/man/man3cpc/cpc_buf_copy.3cpc target=cpc_buf_create.3cpc
 168  169  link path=usr/share/man/man3cpc/cpc_buf_destroy.3cpc \
 169  170      target=cpc_buf_create.3cpc
 170  171  link path=usr/share/man/man3cpc/cpc_buf_get.3cpc target=cpc_buf_create.3cpc
 171  172  link path=usr/share/man/man3cpc/cpc_buf_hrtime.3cpc target=cpc_buf_create.3cpc
↓ open down ↓ 58 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX