* genmultilib: Use 'cd ./foo'.

From-SVN: r60222
This commit is contained in:
Jason Merrill 2002-12-17 16:17:35 -05:00 committed by Jason Merrill
parent 5b8f02c6b1
commit e489a31f89
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2002-12-17 Jason Merrill <jason@redhat.com>
* genmultilib: Use 'cd ./foo'.
2002-12-17 Kazu Hirata <kazu@cs.umass.edu>
* doc/c-tree.texi: Restore deliberate spelling mistakes.
@ -36,6 +40,9 @@ Tue Dec 17 09:47:57 CET 2002 Jan Hubicka <jh@suse.cz>
2002-12-16 Jason Merrill <jason@redhat.com>
* calls.c (expand_call): Handle CALL_EXPR_HAS_RETURN_SLOT_ADDR
with special struct-return ABIs.
* c-semantics.c (add_scope_stmt): Abort if the end SCOPE_STMT
doesn't match the begin SCOPE_STMT in partialness.

View File

@ -121,7 +121,8 @@ enable_multilib=$8
echo "static const char *const multilib_raw[] = {"
mkdir tmpmultilib.$$ || exit 1
cd tmpmultilib.$$ || exit 1
# Use cd ./foo to avoid CDPATH output.
cd ./tmpmultilib.$$ || exit 1
# What we want to do is select all combinations of the sets in
# options. Each combination which includes a set of mutually