summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2010-07-27 18:17:46 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2010-07-27 18:17:46 +0000
commitf79bc77d8e7f056b2943f4f79e3cf5ec509615fc (patch)
treeb958803d1450babef4873c6c8f92bcba6f1deae6
parent2010-07-27 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-f79bc77d8e7f056b2943f4f79e3cf5ec509615fc.tar.bz2
2010-07-27 Joel Sherrill <joel.sherrill@oarcorp.com>
PR 1532/testing * aclocal/project-root.m4: Add initial tests for untar capabilities.
-rw-r--r--ChangeLog5
-rw-r--r--aclocal/project-root.m43
-rw-r--r--testsuites/ChangeLog5
-rw-r--r--testsuites/aclocal/project-root.m43
4 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a50dcda23e..3104730854 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2010-07-27 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ PR 1532/testing
+ * aclocal/project-root.m4: Add initial tests for untar capabilities.
+
2010-06-23 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: autoconf >= 2.65, automake >= 1.11.
diff --git a/aclocal/project-root.m4 b/aclocal/project-root.m4
index 2f27bfe55b..11643b9d7f 100644
--- a/aclocal/project-root.m4
+++ b/aclocal/project-root.m4
@@ -18,5 +18,8 @@ AC_REQUIRE([RTEMS_TOP])
PACKHEX="\$(PROJECT_TOPdir)/tools/build/packhex"
AC_SUBST(PACKHEX)
+
+BIN2C="\$(PROJECT_TOPdir)/tools/build/rtems-bin2c"
+AC_SUBST(BIN2C)
])
diff --git a/testsuites/ChangeLog b/testsuites/ChangeLog
index 7832dc8a97..7069f0808d 100644
--- a/testsuites/ChangeLog
+++ b/testsuites/ChangeLog
@@ -1,3 +1,8 @@
+2010-07-27 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ PR 1532/testing
+ * aclocal/project-root.m4: Add initial tests for untar capabilities.
+
2010-07-14 Joel Sherrill <joel.sherrill@oarcorp.com>
* support/include/test_support.h, support/src/test_support.c: Add
diff --git a/testsuites/aclocal/project-root.m4 b/testsuites/aclocal/project-root.m4
index f3be25dc2f..8fc765ae78 100644
--- a/testsuites/aclocal/project-root.m4
+++ b/testsuites/aclocal/project-root.m4
@@ -8,5 +8,8 @@ AC_REQUIRE([RTEMS_TOP])
PACKHEX="\$(PROJECT_TOPdir)/tools/build/packhex"
AC_SUBST(PACKHEX)
+
+BIN2C="\$(PROJECT_TOPdir)/tools/build/rtems-bin2c"
+AC_SUBST(BIN2C)
])