summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2007-02-21 18:09:23 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2007-02-21 18:09:23 +0000
commitb4f45706c709836ef9fea12d1d62aa182261e217 (patch)
treeb1fb54524b2d2565f503578d5009825b91119893
parentMisc. hacks (diff)
downloadrtems-b4f45706c709836ef9fea12d1d62aa182261e217.tar.bz2
Misc. hacks
-rw-r--r--Makefile.maint2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.maint b/Makefile.maint
index 17a7762313..92fd29bf79 100644
--- a/Makefile.maint
+++ b/Makefile.maint
@@ -35,7 +35,7 @@ rtems_tag := $(shell echo "rtems-$(rtems_version)" | tr . -)
# Cleanup check out and cvs-tag the files inside
tag:
cvs -z9 up -dP >/dev/null
- @./bootstrap -p >/dev/null
+ PATH=/opt/rtems-4.8/bin:$$PATH ./bootstrap -p >/dev/null
cvs tag -c $(rtems_tag)$(TEST_TAG) >/dev/null
# -----------------