Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
binutils-gdb
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sebastien Michelland
binutils-gdb
Commits
47afba5f
Commit
47afba5f
authored
16 years ago
by
Eli Zaretskii
Browse files
Options
Downloads
Patches
Plain Diff
* djunpack.bat: Use ".." quoting in Sed command, for the sake of Windows builds of Sed.
parent
ea882e87
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ChangeLog
+5
-0
5 additions, 0 deletions
ChangeLog
djunpack.bat
+1
-1
1 addition, 1 deletion
djunpack.bat
with
6 additions
and
1 deletion
ChangeLog
+
5
−
0
View file @
47afba5f
2009-03-27 Eli Zaretskii <eliz@gnu.org>
* djunpack.bat: Use ".." quoting in Sed command, for the sake of
Windows builds of Sed.
2009-03-18 Tom Tromey <tromey@redhat.com>
* configure: Rebuild.
...
...
This diff is collapsed.
Click to expand it.
djunpack.bat
+
1
−
1
View file @
47afba5f
...
...
@@ -31,7 +31,7 @@ Rem an empty fnchange.tmp even if the command failed for some reason.
copy
fnchange
.tmp
junk
.tmp
>
nul
if
not
exist
junk
.tmp
GoTo
NoDjTar
del
junk
.tmp
sed
-e
'
s,@V@,
%GDBVER%
,g
'
<
fnchange
.tmp
>
fnchange
.lst
sed
-e
"
s,@V@,
%GDBVER%
,g
"
<
fnchange
.tmp
>
fnchange
.lst
Rem See the comment above about the reason for using COPY.
copy
fnchange
.lst
junk
.tmp
>
nul
if
not
exist
junk
.tmp
GoTo
NoSed
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment