mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-07-27 03:42:56 +08:00
Unset CDPATH before doing annything else.
This commit is contained in:
gdb
@ -1,5 +1,7 @@
|
|||||||
2001-07-29 Eli Zaretskii <eliz@is.elta.co.il>
|
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
|
* go32-nat.c (get_cr3): Temporary disable support for page tables
|
||||||
in UMBs, as it is incomplete.
|
in UMBs, as it is incomplete.
|
||||||
|
|
||||||
|
@ -30,6 +30,10 @@
|
|||||||
# want to pass parameters to configure, you have to pass as the first
|
# want to pass parameters to configure, you have to pass as the first
|
||||||
# argument the srcdir, even when it is `.' !!!!!
|
# 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
|
# Where are the sources? If you are used to having the sources
|
||||||
# in a separate directory and the objects in another, then set
|
# in a separate directory and the objects in another, then set
|
||||||
# here the full path to the source directory and run this script
|
# here the full path to the source directory and run this script
|
||||||
|
Reference in New Issue
Block a user