summaryrefslogtreecommitdiffstats
path: root/Makefile.maint
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-02-21 22:57:20 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-02-21 22:57:20 +0000
commitf9f1d968b53eb916df26b17a88db4cb479fc6c7a (patch)
tree010ce7afcfb4be3c015b940b35a14125321fff28 /Makefile.maint
parentMisc. hacks (diff)
downloadrtems-f9f1d968b53eb916df26b17a88db4cb479fc6c7a.tar.bz2
2007-02-21 Joel Sherrill <joel@OARcorp.com>
* Makefile.maint: Added TOOL_VERSIONS stanza and fixed typo.
Diffstat (limited to 'Makefile.maint')
-rw-r--r--Makefile.maint19
1 files changed, 18 insertions, 1 deletions
diff --git a/Makefile.maint b/Makefile.maint
index 34553357ba..92b0bd2311 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.8 | sed -e 's/^/ /' ; \
+ echo \
+ ) >TOOL_VERSIONS
+
# -----------------
# Create a new minor release
# increments the 2nd digit of the version number