1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-01 20:06:00 +00:00

(maindir): Update src/_gdbinit even if it does already exist.

This commit is contained in:
Eli Zaretskii 2000-08-08 10:36:51 +00:00
parent bb63aae591
commit dd0e1e5440
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
* config.bat (maindir): Update src/_gdbinit even if it does
already exist.
2000-08-07 Gerd Moellmann <gerd@gnu.org>
* Makefile.in (config.status): Prepend `$(srcdir)/' to

View File

@ -219,7 +219,7 @@ rem ----------------------------------------------------------------------
Echo Configuring the main directory...
If "%DJGPP_VER%" == "1" goto mainv1
Echo Looking for the GDB init file...
If not Exist src\_gdbinit If Exist src\.gdbinit update src/.gdbinit src/_gdbinit
If Exist src\.gdbinit update src/.gdbinit src/_gdbinit
If Exist src\_gdbinit goto gdbinitOk
Echo ERROR:
Echo I cannot find the GDB init file. It was called ".gdbinit" in