Unset CDPATH before doing annything else.
authorEli Zaretskii <eliz@gnu.org>
Sun, 29 Jul 2001 10:12:49 +0000 (10:12 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sun, 29 Jul 2001 10:12:49 +0000 (10:12 +0000)
gdb/ChangeLog
gdb/config/djgpp/djconfig.sh

index cc04866..34e8e91 100644 (file)
@@ -1,5 +1,7 @@
 2001-07-29  Eli Zaretskii  <eliz@is.elta.co.il>
 
+       * config/djgpp/djconfig.sh: Unset CDPATH.
+
        * go32-nat.c (get_cr3): Temporary disable support for page tables
        in UMBs, as it is incomplete.
 
index 65a4df8..cb9664b 100644 (file)
 # 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