forked from Imagelibrary/rtems
2009-02-06 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.maint: rtems_api=4.10.
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
2009-02-06 Ralf Corsépius <ralf.corsepius@rtems.org>
|
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.
|
* Makefile.maint: Dump stuff hanging around for much too long.
|
||||||
|
|
||||||
2009-02-06 Ralf Corsépius <ralf.corsepius@rtems.org>
|
2009-02-06 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|||||||
@@ -31,7 +31,7 @@ TAG_SUFFIX = -test1
|
|||||||
|
|
||||||
rtems_version := $(shell cat VERSION | sed -n '/.* Version /{s/^.*Version[ ]*\([0-9\.]\+\)/\1/p};')
|
rtems_version := $(shell cat VERSION | sed -n '/.* Version /{s/^.*Version[ ]*\([0-9\.]\+\)/\1/p};')
|
||||||
rtems_tag := $(shell echo "rtems-$(rtems_version)" | tr . -)
|
rtems_tag := $(shell echo "rtems-$(rtems_version)" | tr . -)
|
||||||
rtems_api := 4.8
|
rtems_api := 4.10
|
||||||
PATH := /opt/rtems-$(rtems_api)/bin:$(PATH)
|
PATH := /opt/rtems-$(rtems_api)/bin:$(PATH)
|
||||||
|
|
||||||
# -----------------
|
# -----------------
|
||||||
@@ -159,4 +159,4 @@ commit:
|
|||||||
$(CVS_RUN) commit -m "Upgrade to $(rtems_version)" \
|
$(CVS_RUN) commit -m "Upgrade to $(rtems_version)" \
|
||||||
$(VERSION_FILES) VERSION
|
$(VERSION_FILES) VERSION
|
||||||
|
|
||||||
.PHONY: commit new-minor new-revision tag tarball
|
.PHONY: commit new-minor new-revision new-branch tag tarball
|
||||||
|
|||||||
Reference in New Issue
Block a user