From 378247c0e23563309fe8bb8033c7ec0b7ae0482d Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sun, 29 Jul 2001 10:16:21 +0000 Subject: Unset CDPATH before doing anything else. --- gdb/ChangeLog | 2 ++ gdb/config/djgpp/djconfig.sh | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 513c026..c7b53d4 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,7 @@ 2001-07-29 Eli Zaretskii + * config/djgpp/djconfig.sh: Unset CDPATH. + * go32-nat.c (get_cr3): Temporary disable support for page tables in UMBs, as it is incomplete. diff --git a/gdb/config/djgpp/djconfig.sh b/gdb/config/djgpp/djconfig.sh index 65a4df8..cb9664b 100644 --- a/gdb/config/djgpp/djconfig.sh +++ b/gdb/config/djgpp/djconfig.sh @@ -30,6 +30,10 @@ # want to pass parameters to configure, you have to pass as the first # argument the srcdir, even when it is `.' !!!!! # +# First, undo any CDPATH settings; they will get in our way when we +# chdir to directories. +unset CDPATH + # Where are the sources? If you are used to having the sources # in a separate directory and the objects in another, then set # here the full path to the source directory and run this script -- cgit v1.1