[rtems-tools commit] Add tools/5 patch

Sebastian Huber sebh at rtems.org
Thu Nov 9 07:44:49 UTC 2017


Module:    rtems-tools
Branch:    master
Commit:    aff8c471580f91e38aa8e9c8dc7d396cd5a14e16
Changeset: http://git.rtems.org/rtems-tools/commit/?id=aff8c471580f91e38aa8e9c8dc7d396cd5a14e16

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Thu Nov  9 08:44:21 2017 +0100

Add tools/5 patch

Update #3220.

---

 .../automake/automake-1.12.6-bugzilla.redhat.com-1239379.diff | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/tools/5/automake/automake-1.12.6-bugzilla.redhat.com-1239379.diff b/tools/5/automake/automake-1.12.6-bugzilla.redhat.com-1239379.diff
new file mode 100644
index 0000000..2f8ba6e
--- /dev/null
+++ b/tools/5/automake/automake-1.12.6-bugzilla.redhat.com-1239379.diff
@@ -0,0 +1,11 @@
+--- automake-1.12.6/automake.in.orig	2016-02-28 09:52:53.000000000 +1100
++++ automake-1.12.6/automake.in	2016-02-28 09:53:00.000000000 +1100
+@@ -4030,7 +4030,7 @@
+ sub substitute_ac_subst_variables ($)
+ {
+   my ($text) = @_;
+-  $text =~ s/\${([^ \t=:+{}]+)}/&substitute_ac_subst_variables_worker ($1)/ge;
++  $text =~ s/\$\{([^ \t=:+{}]+)}/&substitute_ac_subst_variables_worker ($1)/ge;
+   return $text;
+ }
+ 




More information about the vc mailing list