mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-23 10:03:47 +08:00
* djunpack.bat: Use ".." quoting in Sed command, for the sake of
Windows builds of Sed.
This commit is contained in:
parent
ea882e8744
commit
47afba5fc1
@ -1,3 +1,8 @@
|
|||||||
|
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>
|
2009-03-18 Tom Tromey <tromey@redhat.com>
|
||||||
|
|
||||||
* configure: Rebuild.
|
* configure: Rebuild.
|
||||||
|
@ -31,7 +31,7 @@ Rem an empty fnchange.tmp even if the command failed for some reason.
|
|||||||
copy fnchange.tmp junk.tmp > nul
|
copy fnchange.tmp junk.tmp > nul
|
||||||
if not exist junk.tmp GoTo NoDjTar
|
if not exist junk.tmp GoTo NoDjTar
|
||||||
del junk.tmp
|
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.
|
Rem See the comment above about the reason for using COPY.
|
||||||
copy fnchange.lst junk.tmp > nul
|
copy fnchange.lst junk.tmp > nul
|
||||||
if not exist junk.tmp GoTo NoSed
|
if not exist junk.tmp GoTo NoSed
|
||||||
|
Loading…
Reference in New Issue
Block a user