aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii1997-08-27 11:44:29 +0000
committerEli Zaretskii1997-08-27 11:44:29 +0000
commit456f382cc6b92e04b262fc667696fd0ecc6f1e70 (patch)
tree4794398f0d4a7b6cbf2125f54f7b0bdf476bd4e3
parentd00e55129dec3394c995f9150e45108c28a85811 (diff)
downloademacs-456f382cc6b92e04b262fc667696fd0ecc6f1e70.tar.gz
emacs-456f382cc6b92e04b262fc667696fd0ecc6f1e70.zip
If src/_gdbinit doesn't exist, try using src/.gdbinit to create it (for
building on Windows 95).
-rw-r--r--config.bat1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.bat b/config.bat
index 7216c5ba017..08b3d0030be 100644
--- a/config.bat
+++ b/config.bat
@@ -197,6 +197,7 @@ rem ----------------------------------------------------------------------
197Echo Configuring the main directory... 197Echo Configuring the main directory...
198If "%DJGPP_VER%" == "1" goto mainv1 198If "%DJGPP_VER%" == "1" goto mainv1
199Echo Looking for the GDB init file... 199Echo Looking for the GDB init file...
200If not Exist src\_gdbinit If Exist src\.gdbinit update src/.gdbinit src/_gdbinit
200If Exist src\_gdbinit goto gdbinitOk 201If Exist src\_gdbinit goto gdbinitOk
201Echo ERROR: 202Echo ERROR:
202Echo I cannot find the GDB init file. It was called ".gdbinit" in 203Echo I cannot find the GDB init file. It was called ".gdbinit" in