Home | History | Annotate | Download | only in build-scripts

Lines Matching refs:inst_prefix_dir

2013 	  inst_prefix_dir=`$ECHO "X$destdir" | $Xsed -e "s%$libdir\$%%"`
2021 test "$inst_prefix_dir" = "$destdir" && \
2024 if test -n "$inst_prefix_dir"; then
2025 # Stick the inst_prefix_dir data into the link command.
2026 relink_command=`$ECHO "X$relink_command" | $Xsed -e "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"`
2028 relink_command=`$ECHO "X$relink_command" | $Xsed -e "s%@inst_prefix_dir@%%"`
4072 inst_prefix_dir=
4234 inst_prefix_dir="$arg"
5718 if test -n "$inst_prefix_dir"; then
5721 add_dir="$add_dir -L$inst_prefix_dir$libdir"
5781 if test -n "$inst_prefix_dir" &&
5782 test -f "$inst_prefix_dir$libdir/$linklib" ; then
5783 add="$inst_prefix_dir$libdir/$linklib"
5791 if test -n "$inst_prefix_dir"; then
5794 add_dir="$add_dir -L$inst_prefix_dir$libdir"
8039 relink_command="(cd `pwd`; $SHELL $progpath $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)"