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


   4 # The contents of this file are subject to the terms of the
   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 #
  25 
  26 set name=pkg.fmri value=pkg:/benchmark/filebench@$(PKGVERS)
  27 set name=pkg.description \
  28     value="FileBench Commands, Workloads, Scripts, and Config Files"
  29 set name=pkg.summary value=FileBench
  30 set name=info.classification \
  31     value=org.opensolaris.category.2008:Development/System
  32 set name=variant.arch value=$(ARCH)
  33 dir path=usr group=sys
  34 dir path=usr/benchmarks
  35 dir path=usr/benchmarks/filebench
  36 dir path=usr/benchmarks/filebench/bin
  37 $(i386_ONLY)dir path=usr/benchmarks/filebench/bin/$(ARCH)
  38 dir path=usr/benchmarks/filebench/bin/$(ARCH64)
  39 dir path=usr/benchmarks/filebench/config
  40 dir path=usr/benchmarks/filebench/scripts
  41 dir path=usr/benchmarks/filebench/workloads
  42 dir path=usr/share/man/man1
  43 $(i386_ONLY)file path=usr/benchmarks/filebench/bin/$(ARCH)/go_filebench \
  44     mode=0555
  45 file path=usr/benchmarks/filebench/bin/$(ARCH64)/go_filebench mode=0555

  46 file path=usr/benchmarks/filebench/bin/filebench mode=0555
  47 file path=usr/benchmarks/filebench/config/fileio.prof mode=0444
  48 file path=usr/benchmarks/filebench/config/filemacro.prof mode=0444
  49 file path=usr/benchmarks/filebench/config/filemicro.prof mode=0444
  50 file path=usr/benchmarks/filebench/config/generic.func mode=0444
  51 file path=usr/benchmarks/filebench/config/multi_fileserver.prof mode=0444
  52 file path=usr/benchmarks/filebench/config/newfeatures.prof mode=0444
  53 file path=usr/benchmarks/filebench/config/randomread.prof mode=0444
  54 file path=usr/benchmarks/filebench/config/seqread.prof mode=0444
  55 file path=usr/benchmarks/filebench/config/videoserver.prof mode=0444
  56 file path=usr/benchmarks/filebench/scripts/filebench_compare mode=0555
  57 file path=usr/benchmarks/filebench/scripts/fs_flush mode=0555
  58 file path=usr/benchmarks/filebench/workloads/bringover.f mode=0444
  59 file path=usr/benchmarks/filebench/workloads/compflow_demo.f mode=0444
  60 file path=usr/benchmarks/filebench/workloads/copyfiles.f mode=0444
  61 file path=usr/benchmarks/filebench/workloads/createfiles.f mode=0444
  62 file path=usr/benchmarks/filebench/workloads/deletefiles.f mode=0444
  63 file path=usr/benchmarks/filebench/workloads/filemicro_create.f mode=0444
  64 file path=usr/benchmarks/filebench/workloads/filemicro_createfiles.f mode=0444
  65 file path=usr/benchmarks/filebench/workloads/filemicro_createrand.f mode=0444




   4 # The contents of this file are subject to the terms of the
   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 2014 Andrew Stormont.
  25 #
  26 
  27 set name=pkg.fmri value=pkg:/benchmark/filebench@$(PKGVERS)
  28 set name=pkg.description \
  29     value="FileBench Commands, Workloads, Scripts, and Config Files"
  30 set name=pkg.summary value=FileBench
  31 set name=info.classification \
  32     value=org.opensolaris.category.2008:Development/System
  33 set name=variant.arch value=$(ARCH)
  34 dir path=usr group=sys
  35 dir path=usr/benchmarks
  36 dir path=usr/benchmarks/filebench
  37 dir path=usr/benchmarks/filebench/bin
  38 $(i386_ONLY)dir path=usr/benchmarks/filebench/bin/$(ARCH)
  39 $(BUILD64)dir path=usr/benchmarks/filebench/bin/$(ARCH64)
  40 dir path=usr/benchmarks/filebench/config
  41 dir path=usr/benchmarks/filebench/scripts
  42 dir path=usr/benchmarks/filebench/workloads
  43 dir path=usr/share/man/man1
  44 $(i386_ONLY)file path=usr/benchmarks/filebench/bin/$(ARCH)/go_filebench \
  45     mode=0555
  46 $(BUILD64)file path=usr/benchmarks/filebench/bin/$(ARCH64)/go_filebench \
  47     mode=0555
  48 file path=usr/benchmarks/filebench/bin/filebench mode=0555
  49 file path=usr/benchmarks/filebench/config/fileio.prof mode=0444
  50 file path=usr/benchmarks/filebench/config/filemacro.prof mode=0444
  51 file path=usr/benchmarks/filebench/config/filemicro.prof mode=0444
  52 file path=usr/benchmarks/filebench/config/generic.func mode=0444
  53 file path=usr/benchmarks/filebench/config/multi_fileserver.prof mode=0444
  54 file path=usr/benchmarks/filebench/config/newfeatures.prof mode=0444
  55 file path=usr/benchmarks/filebench/config/randomread.prof mode=0444
  56 file path=usr/benchmarks/filebench/config/seqread.prof mode=0444
  57 file path=usr/benchmarks/filebench/config/videoserver.prof mode=0444
  58 file path=usr/benchmarks/filebench/scripts/filebench_compare mode=0555
  59 file path=usr/benchmarks/filebench/scripts/fs_flush mode=0555
  60 file path=usr/benchmarks/filebench/workloads/bringover.f mode=0444
  61 file path=usr/benchmarks/filebench/workloads/compflow_demo.f mode=0444
  62 file path=usr/benchmarks/filebench/workloads/copyfiles.f mode=0444
  63 file path=usr/benchmarks/filebench/workloads/createfiles.f mode=0444
  64 file path=usr/benchmarks/filebench/workloads/deletefiles.f mode=0444
  65 file path=usr/benchmarks/filebench/workloads/filemicro_create.f mode=0444
  66 file path=usr/benchmarks/filebench/workloads/filemicro_createfiles.f mode=0444
  67 file path=usr/benchmarks/filebench/workloads/filemicro_createrand.f mode=0444