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

Split Close
Expand all
Collapse all
          --- old/usr/src/pkg/manifests/system-storage-sasinfo.mf
          +++ new/usr/src/pkg/manifests/system-storage-sasinfo.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  #
  28   29  # The default for payload-bearing actions in this package is to appear in the
  29   30  # global zone only.  See the include file for greater detail, as well as
  30   31  # information about overriding the defaults.
  31   32  #
  32   33  <include global_zone_only_component>
  33   34  set name=pkg.fmri value=pkg:/system/storage/sasinfo@$(PKGVERS)
  34   35  set name=pkg.description \
  35   36      value="T11 Storage Management HBA API Libraries and CLI"
  36   37  set name=pkg.summary value="SM-HBA Libraries and CLI"
  37   38  set name=info.classification \
  38   39      value=org.opensolaris.category.2008:System/Libraries
  39   40  set name=variant.arch value=$(ARCH)
  40   41  dir path=etc group=sys
  41   42  dir path=usr group=sys
  42   43  dir path=usr/include
  43   44  dir path=usr/lib
  44      -dir path=usr/lib/$(ARCH64)
       45 +$(BUILD64)dir path=usr/lib/$(ARCH64)
  45   46  dir path=usr/sbin
  46   47  dir path=usr/share/man
  47   48  dir path=usr/share/man/man1m
  48   49  dir path=usr/share/man/man3lib
  49   50  dir path=usr/share/man/man4
  50   51  file path=etc/smhba.conf group=sys original_name=SUNWsmhba:etc/smhba.conf \
  51   52      preserve=true
  52   53  file path=usr/include/smhbaapi.h
  53      -file path=usr/lib/$(ARCH64)/libSMHBAAPI.so.1
  54      -file path=usr/lib/$(ARCH64)/libsun_sas.so.1
  55      -file path=usr/lib/$(ARCH64)/llib-lSMHBAAPI.ln
       54 +$(BUILD64)file path=usr/lib/$(ARCH64)/libSMHBAAPI.so.1
       55 +$(BUILD64)file path=usr/lib/$(ARCH64)/libsun_sas.so.1
       56 +$(BUILD64)file path=usr/lib/$(ARCH64)/llib-lSMHBAAPI.ln
  56   57  file path=usr/lib/libSMHBAAPI.so.1
  57   58  file path=usr/lib/libsun_sas.so.1
  58   59  file path=usr/lib/llib-lSMHBAAPI
  59   60  file path=usr/lib/llib-lSMHBAAPI.ln
  60   61  file path=usr/sbin/sasinfo mode=0555
  61   62  file path=usr/share/man/man1m/sasinfo.1m
  62   63  file path=usr/share/man/man3lib/libSMHBAAPI.3lib
  63   64  file path=usr/share/man/man4/smhba.conf.4
  64   65  legacy pkg=SUNWsmhba desc="T11 Storage Management HBA API Libraries and CLI" \
  65   66      name="SM-HBA Libraries and CLI"
  66   67  legacy pkg=SUNWsmhbar \
  67   68      desc="T11 Storage Management HBA API Libraries and CLI (root)" \
  68   69      name="SM-HBA Libraries and CLI (root)"
  69   70  license cr_Sun license=cr_Sun
  70   71  license lic_CDDL license=lic_CDDL
  71   72  license usr/src/lib/smhba/THIRDPARTYLICENSE \
  72   73      license=usr/src/lib/smhba/THIRDPARTYLICENSE
  73      -link path=usr/lib/$(ARCH64)/libSMHBAAPI.so target=libSMHBAAPI.so.1
  74      -link path=usr/lib/$(ARCH64)/libsun_sas.so target=libsun_sas.so.1
       74 +$(BUILD64)link path=usr/lib/$(ARCH64)/libSMHBAAPI.so target=libSMHBAAPI.so.1
       75 +$(BUILD64)link path=usr/lib/$(ARCH64)/libsun_sas.so target=libsun_sas.so.1
  75   76  link path=usr/lib/libSMHBAAPI.so target=libSMHBAAPI.so.1
  76   77  link path=usr/lib/libsun_sas.so target=libsun_sas.so.1
  77   78  link path=usr/share/man/man3lib/SMHBA_GetAdapterAttributes.3lib \
  78   79      target=libSMHBAAPI.3lib
  79   80  link path=usr/share/man/man3lib/SMHBA_GetAdapterPortAttributes.3lib \
  80   81      target=libSMHBAAPI.3lib
  81   82  link path=usr/share/man/man3lib/SMHBA_GetBindingCapability.3lib \
  82   83      target=libSMHBAAPI.3lib
  83   84  link path=usr/share/man/man3lib/SMHBA_GetBindingSupport.3lib \
  84   85      target=libSMHBAAPI.3lib
↓ open down ↓ 58 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX