Home | History | Annotate | Download | only in config

Lines Matching refs:xdir

832     xdir=`$echo "X$obj" | $Xsed -e 's%/[^/]*$%%'`
833 if test "X$xdir" = "X$obj"; then
834 xdir=
836 xdir=$xdir/
838 lobj=${xdir}$objdir/$objname
941 if test ! -d "${xdir}$objdir"; then
942 $show "$mkdir ${xdir}$objdir"
943 $run $mkdir ${xdir}$objdir
945 if test "$exit_status" -ne 0 && test ! -d "${xdir}$objdir"; then
1317 xdir=`$echo "X$arg" | $Xsed -e 's%/[^/]*$%%'`
1318 if test "X$xdir" = "X$arg"; then
1319 xdir=
1321 xdir="$xdir/"
1326 pic_object="$xdir$pic_object"
1354 non_pic_object="$xdir$non_pic_object"
1363 # $xdir was prepended to $pic_object above.
1376 xdir=`$echo "X$arg" | $Xsed -e 's%/[^/]*$%%'`
1377 if test "X$xdir" = "X$arg"; then
1378 xdir=
1380 xdir="$xdir/"
1383 pic_object=`$echo "X${xdir}${objdir}/${arg}" | $Xsed -e "$lo2o"`
1384 non_pic_object=`$echo "X${xdir}${arg}" | $Xsed -e "$lo2o"`
1862 xdir=`$echo "X$arg" | $Xsed -e 's%/[^/]*$%%'`
1863 if test "X$xdir" = "X$arg"; then
1864 xdir=
1866 xdir="$xdir/"
1871 pic_object="$xdir$pic_object"
1899 non_pic_object="$xdir$non_pic_object"
1908 # $xdir was prepended to $pic_object above.
1921 xdir=`$echo "X$arg" | $Xsed -e 's%/[^/]*$%%'`
1922 if test "X$xdir" = "X$arg"; then
1923 xdir=
1925 xdir="$xdir/"
1928 pic_object=`$echo "X${xdir}${objdir}/${arg}" | $Xsed -e "$lo2o"`
1929 non_pic_object=`$echo "X${xdir}${arg}" | $Xsed -e "$lo2o"`