Print this page
1681 support for BUILD64=# no longer works
@@ -19,10 +19,11 @@
# CDDL HEADER END
#
#
# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
+# Copyright 2014 Andrew Stormont.
#
set name=pkg.fmri value=pkg:/benchmark/filebench@$(PKGVERS)
set name=pkg.description \
value="FileBench Commands, Workloads, Scripts, and Config Files"
@@ -33,18 +34,19 @@
dir path=usr group=sys
dir path=usr/benchmarks
dir path=usr/benchmarks/filebench
dir path=usr/benchmarks/filebench/bin
$(i386_ONLY)dir path=usr/benchmarks/filebench/bin/$(ARCH)
-dir path=usr/benchmarks/filebench/bin/$(ARCH64)
+$(BUILD64)dir path=usr/benchmarks/filebench/bin/$(ARCH64)
dir path=usr/benchmarks/filebench/config
dir path=usr/benchmarks/filebench/scripts
dir path=usr/benchmarks/filebench/workloads
dir path=usr/share/man/man1
$(i386_ONLY)file path=usr/benchmarks/filebench/bin/$(ARCH)/go_filebench \
mode=0555
-file path=usr/benchmarks/filebench/bin/$(ARCH64)/go_filebench mode=0555
+$(BUILD64)file path=usr/benchmarks/filebench/bin/$(ARCH64)/go_filebench \
+ mode=0555
file path=usr/benchmarks/filebench/bin/filebench mode=0555
file path=usr/benchmarks/filebench/config/fileio.prof mode=0444
file path=usr/benchmarks/filebench/config/filemacro.prof mode=0444
file path=usr/benchmarks/filebench/config/filemicro.prof mode=0444
file path=usr/benchmarks/filebench/config/generic.func mode=0444