diff options
| author | Eli Zaretskii | 2000-08-08 10:36:51 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2000-08-08 10:36:51 +0000 |
| commit | dd0e1e5440325d615eaea74e4ce2c5492008f992 (patch) | |
| tree | 2470a68ef34453e4ad4567e57a3c49fb53978cce | |
| parent | bb63aae5917bd574ddc985a36ec9d2f6fef68872 (diff) | |
| download | emacs-dd0e1e5440325d615eaea74e4ce2c5492008f992.tar.gz emacs-dd0e1e5440325d615eaea74e4ce2c5492008f992.zip | |
(maindir): Update src/_gdbinit even if it does already exist.
| -rw-r--r-- | ChangeLog | 5 | ||||
| -rw-r--r-- | config.bat | 2 |
2 files changed, 6 insertions, 1 deletions
| @@ -1,3 +1,8 @@ | |||
| 1 | 2000-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 | |||
| 1 | 2000-08-07 Gerd Moellmann <gerd@gnu.org> | 6 | 2000-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 ---------------------------------------------------------------------- | |||
| 219 | Echo Configuring the main directory... | 219 | Echo Configuring the main directory... |
| 220 | If "%DJGPP_VER%" == "1" goto mainv1 | 220 | If "%DJGPP_VER%" == "1" goto mainv1 |
| 221 | Echo Looking for the GDB init file... | 221 | Echo Looking for the GDB init file... |
| 222 | If not Exist src\_gdbinit If Exist src\.gdbinit update src/.gdbinit src/_gdbinit | 222 | If Exist src\.gdbinit update src/.gdbinit src/_gdbinit |
| 223 | If Exist src\_gdbinit goto gdbinitOk | 223 | If Exist src\_gdbinit goto gdbinitOk |
| 224 | Echo ERROR: | 224 | Echo ERROR: |
| 225 | Echo I cannot find the GDB init file. It was called ".gdbinit" in | 225 | Echo I cannot find the GDB init file. It was called ".gdbinit" in |