From cd5e9260d865883330e02fbed74ec56893be5740 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 6 Feb 2009 12:38:49 +0000 Subject: =?UTF-8?q?2009-02-06=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Makefile.maint: rtems_api=4.10. --- ChangeLog | 1 + Makefile.maint | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index becd19d213..9948c592d6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,6 @@ 2009-02-06 Ralf Corsépius + * Makefile.maint: rtems_api=4.10. * Makefile.maint: Dump stuff hanging around for much too long. 2009-02-06 Ralf Corsépius diff --git a/Makefile.maint b/Makefile.maint index a189fa7d61..1b50ebab9a 100644 --- a/Makefile.maint +++ b/Makefile.maint @@ -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 -- cgit v1.2.3