summaryrefslogtreecommitdiffstats
path: root/scripts/gdb
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-07-05 07:34:16 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-07-05 07:34:16 +0000
commit3c0ddbb1cc980ec6fb6a752a8deb3a7ed5cad5bb (patch)
treecbccd648b5daf109662a09164f6adaab4a3d1e81 /scripts/gdb
parent2005-07-05 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-3c0ddbb1cc980ec6fb6a752a8deb3a7ed5cad5bb.tar.bz2
2005-07-05 Ralf Corsepius <ralf.corsepius@rtems.org>
* binutils/mkspec.in, gccnewlib/mkspec.in, gdb/mkspec.in: Use ',' as sed pattern delimiter.
Diffstat (limited to 'scripts/gdb')
-rw-r--r--scripts/gdb/mkspec.in16
1 files changed, 8 insertions, 8 deletions
diff --git a/scripts/gdb/mkspec.in b/scripts/gdb/mkspec.in
index eed5cb6ff8..81fd076c63 100644
--- a/scripts/gdb/mkspec.in
+++ b/scripts/gdb/mkspec.in
@@ -55,13 +55,13 @@ PATCH1="Patch${patchn}: gdb-${gdb_version}-rtems-${gdb_patch_version}.diff"
fi
sed -e "s,@PATCH1\@,${PATCH1}," \
- -e "s%@Release\@%${gdb_rpm_release}%g" \
- -e "s%@prefix\@%@prefix@%g" \
- -e "s%@target_alias\@%${target_alias}%g" \
+ -e "s,@Release\@,${gdb_rpm_release},g" \
+ -e "s,@prefix\@,@prefix@,g" \
+ -e "s,@target_alias\@,${target_alias},g" \
-e "s,@rpmprefix\@,@rpmprefix@,g" \
- -e "s%@rpmgroup\@%@rpmgroup@%g" \
- -e "s%@osversion\@%@osversion@%g" \
- -e "s%@gdb_version\@%${gdb_version}%g" \
- -e "s%@gdb_patch_version\@%${gdb_patch_version}%g" \
- -e "s%@gdb_suffix\@%${gdb_suffix}%g" \
+ -e "s,@rpmgroup\@,@rpmgroup@,g" \
+ -e "s,@osversion\@,@osversion@,g" \
+ -e "s,@gdb_version\@,${gdb_version},g" \
+ -e "s,@gdb_patch_version\@,${gdb_patch_version},g" \
+ -e "s,@gdb_suffix\@,${gdb_suffix},g" \
< ${specsrc}