Unset CDPATH before doing annything else.

This commit is contained in:
Eli Zaretskii 2001-07-29 10:12:49 +00:00
parent a3b9cbb339
commit f959bc4156
2 changed files with 6 additions and 0 deletions

View 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.

View File

@ -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