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

Split Close
Expand all
Collapse all
          --- old/usr/src/pkg/manifests/benchmark-filebench.mf
          +++ new/usr/src/pkg/manifests/benchmark-filebench.mf
↓ open down ↓ 13 lines elided ↑ open up ↑
  14   14  # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  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 +# Copyright 2014 Andrew Stormont.
  24   25  #
  25   26  
  26   27  set name=pkg.fmri value=pkg:/benchmark/filebench@$(PKGVERS)
  27   28  set name=pkg.description \
  28   29      value="FileBench Commands, Workloads, Scripts, and Config Files"
  29   30  set name=pkg.summary value=FileBench
  30   31  set name=info.classification \
  31   32      value=org.opensolaris.category.2008:Development/System
  32   33  set name=variant.arch value=$(ARCH)
  33   34  dir path=usr group=sys
  34   35  dir path=usr/benchmarks
  35   36  dir path=usr/benchmarks/filebench
  36   37  dir path=usr/benchmarks/filebench/bin
  37   38  $(i386_ONLY)dir path=usr/benchmarks/filebench/bin/$(ARCH)
  38      -dir path=usr/benchmarks/filebench/bin/$(ARCH64)
       39 +$(BUILD64)dir path=usr/benchmarks/filebench/bin/$(ARCH64)
  39   40  dir path=usr/benchmarks/filebench/config
  40   41  dir path=usr/benchmarks/filebench/scripts
  41   42  dir path=usr/benchmarks/filebench/workloads
  42   43  dir path=usr/share/man/man1
  43   44  $(i386_ONLY)file path=usr/benchmarks/filebench/bin/$(ARCH)/go_filebench \
  44   45      mode=0555
  45      -file path=usr/benchmarks/filebench/bin/$(ARCH64)/go_filebench mode=0555
       46 +$(BUILD64)file path=usr/benchmarks/filebench/bin/$(ARCH64)/go_filebench \
       47 +    mode=0555
  46   48  file path=usr/benchmarks/filebench/bin/filebench mode=0555
  47   49  file path=usr/benchmarks/filebench/config/fileio.prof mode=0444
  48   50  file path=usr/benchmarks/filebench/config/filemacro.prof mode=0444
  49   51  file path=usr/benchmarks/filebench/config/filemicro.prof mode=0444
  50   52  file path=usr/benchmarks/filebench/config/generic.func mode=0444
  51   53  file path=usr/benchmarks/filebench/config/multi_fileserver.prof mode=0444
  52   54  file path=usr/benchmarks/filebench/config/newfeatures.prof mode=0444
  53   55  file path=usr/benchmarks/filebench/config/randomread.prof mode=0444
  54   56  file path=usr/benchmarks/filebench/config/seqread.prof mode=0444
  55   57  file path=usr/benchmarks/filebench/config/videoserver.prof mode=0444
↓ open down ↓ 62 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX