Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcvs2svn <>2000-04-27 05:45:46 +0400
committercvs2svn <>2000-04-27 05:45:46 +0400
commit1b7d983385ce9b218692d6ee4056184229067d15 (patch)
tree56cf6d2172752d3a5b50425453ac4e88f03fa39f
parent953e80cdfb969ab4cc4cb8547a6d630980d24e38 (diff)
This commit was manufactured by cvs2svn to create taggdb_4_95_0-2000-04-27-snapshot
'gdb_4_95_0-2000-04-27-snapshot'. Sprout from gdb_5_0-2000-04-10-branch 2000-04-27 01:45:45 UTC Andrew Cagney <cagney@gnu.org> 'Bump GDB version to 4.95.0' Cherrypick from gdb_5_0-2000-04-10-branch 2000-04-23 07:23:06 UTC cvs2svn 'This commit was manufactured by cvs2svn to create branch': djunpack.bat
-rwxr-xr-xdjunpack.bat4
1 files changed, 2 insertions, 2 deletions
diff --git a/djunpack.bat b/djunpack.bat
index e863efc10..1a9e4aa19 100755
--- a/djunpack.bat
+++ b/djunpack.bat
@@ -17,8 +17,8 @@ Rem
Rem The following 2 lines need to be changed with each new GDB release, to
Rem be identical to the name of the top-level directory where the GDB
Rem distribution unpacks itself.
-set GDBVER=gdb-gdb-4.95.0
-if "%GDBVER%"=="gdb-gdb-4.95.0" GoTo EnvOk
+set GDBVER=gdb-5.0
+if "%GDBVER%"=="gdb-5.0" GoTo EnvOk
Rem If their environment space is too small, re-exec with a larger one
command.com /e:4096 /c %0 %1
GoTo End