summaryrefslogtreecommitdiffstats
path: root/solenv/bin/macosx-change-install-names.pl
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2011-09-20 19:20:11 +0200
committerStephan Bergmann <sbergman@redhat.com>2011-09-20 19:25:42 +0200
commitb1f4e8424b2cdb2d59da7c3cc0fb7799fcd28916 (patch)
tree116717ac6e12f8a2d677b4da969ae628ad3b76b0 /solenv/bin/macosx-change-install-names.pl
parentUnit test for copying range names. (diff)
downloadcore-b1f4e8424b2cdb2d59da7c3cc0fb7799fcd28916.tar.gz
core-b1f4e8424b2cdb2d59da7c3cc0fb7799fcd28916.zip
Removed unused BOXT feature.
Diffstat (limited to 'solenv/bin/macosx-change-install-names.pl')
-rw-r--r--solenv/bin/macosx-change-install-names.pl4
1 files changed, 1 insertions, 3 deletions
diff --git a/solenv/bin/macosx-change-install-names.pl b/solenv/bin/macosx-change-install-names.pl
index 29bf64de2b6b..343f9538c57f 100644
--- a/solenv/bin/macosx-change-install-names.pl
+++ b/solenv/bin/macosx-change-install-names.pl
@@ -45,8 +45,6 @@ sub action($$$)
'shl/OOO/OOO' => '@loader_path',
'shl/LOADER/LOADER' => '@loader_path',
'shl/OXT/URELIB' => '@executable_path/urelibs',
- 'shl/BOXT/URELIB' => '@executable_path/urelibs',
- 'shl/BOXT/OOO' => '@loader_path/../../../basis-link/program',
'shl/NONE/URELIB' => '@__VIA_LIBRARY_PATH__',
'shl/OOO/NONE' => '@__VIA_LIBRARY_PATH__',
'shl/NONE/OOO' => '@__VIA_LIBRARY_PATH__',
@@ -58,7 +56,7 @@ sub action($$$)
}
@ARGV == 3 || @ARGV >= 2 && $ARGV[0] eq "extshl" or die
- 'Usage: app|shl|extshl UREBIN|URELIB|OOO|SDK|BRAND|OXT|BOXT|NONE|LOADER <filepath>*';
+ 'Usage: app|shl|extshl UREBIN|URELIB|OOO|SDK|BRAND|OXT|NONE|LOADER <filepath>*';
$type = shift @ARGV;
$loc = shift @ARGV;
if ($type eq "SharedLibrary")