1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-22 07:09:54 +00:00

If src/_gdbinit doesn't exist, try using src/.gdbinit to create it (for

building on Windows 95).
This commit is contained in:
Eli Zaretskii 1997-08-27 11:44:29 +00:00
parent d00e55129d
commit 456f382cc6

View File

@ -197,6 +197,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 goto gdbinitOk
Echo ERROR:
Echo I cannot find the GDB init file. It was called ".gdbinit" in