summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-02-21 22:56:51 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-02-21 22:56:51 +0000
commit300f88948cab3d251ef1786c13c7204262c60b4e (patch)
tree06dc5e52db56fe110db1c3a449042bdd571987b9
parentUpgrade to 4.7.0 (diff)
downloadrtems-300f88948cab3d251ef1786c13c7204262c60b4e.tar.bz2
2007-02-21 Joel Sherrill <joel@OARcorp.com>
* Makefile.maint: Added TOOL_VERSIONS stanza and fixed typo.
-rw-r--r--ChangeLog4
-rw-r--r--Makefile.maint19
2 files changed, 22 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 96c03deb61..22c34ecf8c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-02-21 Joel Sherrill <joel@OARcorp.com>
+
+ * Makefile.maint: Added TOOL_VERSIONS stanza and fixed typo.
+
2007-02-14 Ralf Corsépius <ralf.corsepius@rtems.org>
* VERSION: sync with */version.m4.
diff --git a/Makefile.maint b/Makefile.maint
index 1cb58e7693..567be3ab32 100644
--- a/Makefile.maint
+++ b/Makefile.maint
@@ -21,7 +21,7 @@
# (rsp. "make -f Makefile.maint new-minor").
# 3. Run "make -f Makefile.maint commit"
# 4. Run "make -f Makefile.maint tag"
-# 5. Run "make -f Makefine.maint tarball"
+# 5. Run "make -f Makefile.maint tarball"
# -----------------
# SECURITY: Append a string to tag to avoid accidentially screwing up cvs-tags
@@ -72,6 +72,23 @@ rtems-$(rtems_version)/excludes: Makefile.maint
tarball: rtems-$(rtems_version).tar.bz2
+TOOL_VERSIONS: Makefile.maint
+ ( \
+ date ; \
+ echo ; \
+ echo "This file contains configuration information on the " ; \
+ echo "primary computer used to test and make the $(rtems_version)" ; \
+ echo "version of RTEMS" ; \
+ echo ; \
+ echo "OS Version: " `head -1 /etc/issue` ; \
+ echo ; \
+ echo "The following RTEMS RPMs were installed on the machine" ; \
+ echo "where this release was made:" ; \
+ echo ; \
+ rpm -q -a | grep rtems-4.7 | sed -e 's/^/ /' ; \
+ echo \
+ ) >TOOL_VERSIONS
+
# -----------------
# Create a new minor release
# increments the 2nd digit of the version number