aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2000-08-08 10:36:51 +0000
committerEli Zaretskii2000-08-08 10:36:51 +0000
commitdd0e1e5440325d615eaea74e4ce2c5492008f992 (patch)
tree2470a68ef34453e4ad4567e57a3c49fb53978cce
parentbb63aae5917bd574ddc985a36ec9d2f6fef68872 (diff)
downloademacs-dd0e1e5440325d615eaea74e4ce2c5492008f992.tar.gz
emacs-dd0e1e5440325d615eaea74e4ce2c5492008f992.zip
(maindir): Update src/_gdbinit even if it does already exist.
-rw-r--r--ChangeLog5
-rw-r--r--config.bat2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 5ef5966b11d..20bc1370d3a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
12000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
2
3 * config.bat (maindir): Update src/_gdbinit even if it does
4 already exist.
5
12000-08-07 Gerd Moellmann <gerd@gnu.org> 62000-08-07 Gerd Moellmann <gerd@gnu.org>
2 7
3 * Makefile.in (config.status): Prepend `$(srcdir)/' to 8 * Makefile.in (config.status): Prepend `$(srcdir)/' to
diff --git a/config.bat b/config.bat
index 6bfd818953f..08919a3e591 100644
--- a/config.bat
+++ b/config.bat
@@ -219,7 +219,7 @@ rem ----------------------------------------------------------------------
219Echo Configuring the main directory... 219Echo Configuring the main directory...
220If "%DJGPP_VER%" == "1" goto mainv1 220If "%DJGPP_VER%" == "1" goto mainv1
221Echo Looking for the GDB init file... 221Echo Looking for the GDB init file...
222If not Exist src\_gdbinit If Exist src\.gdbinit update src/.gdbinit src/_gdbinit 222If Exist src\.gdbinit update src/.gdbinit src/_gdbinit
223If Exist src\_gdbinit goto gdbinitOk 223If Exist src\_gdbinit goto gdbinitOk
224Echo ERROR: 224Echo ERROR:
225Echo I cannot find the GDB init file. It was called ".gdbinit" in 225Echo I cannot find the GDB init file. It was called ".gdbinit" in