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:/developer/apptrace@$(PKGVERS)
 set name=pkg.description \
     value="Apptrace utility for application tracing, including shared objects"

@@ -32,15 +33,15 @@
 set name=variant.arch value=$(ARCH)
 dir path=usr group=sys
 dir path=usr/bin
 dir path=usr/lib
 dir path=usr/lib/abi
-dir path=usr/lib/abi/$(ARCH64)
+$(BUILD64)dir path=usr/lib/abi/$(ARCH64)
 dir path=usr/share/man
 dir path=usr/share/man/man1
 file path=usr/bin/apptrace mode=0555
-file path=usr/lib/abi/$(ARCH64)/apptrace.so.1
+$(BUILD64)file path=usr/lib/abi/$(ARCH64)/apptrace.so.1
 file path=usr/lib/abi/apptrace.so.1
 file path=usr/share/man/man1/apptrace.1
 legacy pkg=SUNWcstl \
     desc="Apptrace utility for application tracing, including shared objects" \
     name="Apptrace Utility"