2009-02-06 Ralf Corsépius <ralf.corsepius@rtems.org>

* Makefile.maint: rtems_api=4.10.
This commit is contained in:
Ralf Corsepius
2009-02-06 12:38:49 +00:00
parent 3f42696645
commit cd5e9260d8
2 changed files with 3 additions and 2 deletions

View File

@@ -1,5 +1,6 @@
2009-02-06 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.maint: rtems_api=4.10.
* Makefile.maint: Dump stuff hanging around for much too long.
2009-02-06 Ralf Corsépius <ralf.corsepius@rtems.org>

View File

@@ -31,7 +31,7 @@ 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 . -)
rtems_api := 4.8
rtems_api := 4.10
PATH := /opt/rtems-$(rtems_api)/bin:$(PATH)
# -----------------
@@ -159,4 +159,4 @@ commit:
$(CVS_RUN) commit -m "Upgrade to $(rtems_version)" \
$(VERSION_FILES) VERSION
.PHONY: commit new-minor new-revision tag tarball
.PHONY: commit new-minor new-revision new-branch tag tarball