Sync. with rtems-4.8

This commit is contained in:
Ralf Corsepius
2007-02-22 10:11:13 +00:00
parent 5d27a7569d
commit b198ebf4d7

View File

@@ -31,7 +31,8 @@ TAG_SUFFIX = -test1
rtems_version := $(shell cat VERSION | sed -n '/.* Version /{s/^.*Version[ ]*\([0-9\.]\+\)/\1/p};')
rtems_tag := $(shell echo "rtems-$(rtems_version)" | tr . -)
PATH := /opt/rtems-4.7/bin:$(PATH)
rtems_api := 4.7
PATH := /opt/rtems-$(rtems_api)/bin:$(PATH)
# -----------------
# Cleanup check out and cvs-tag the files inside
@@ -89,7 +90,7 @@ rtems-$(rtems_version)/TOOL_VERSIONS: Makefile.maint
echo "The following RTEMS RPMs were installed on the machine" ; \
echo "where this release was made:" ; \
echo ; \
rpm -qa 'rtems-4.7*' | sed -e 's/^/ /' ; \
rpm -qa 'rtems-$(rtems_api)-*' | sort | sed -e 's/^/ /' ; \
echo \
) > $@