summaryrefslogtreecommitdiffstats
path: root/Makefile.maint
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2007-02-22 15:36:36 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2007-02-22 15:36:36 +0000
commitd3e101e5e5c891a8279532862bafb567f7cc0354 (patch)
tree4d80ebe4a51bb71e85701e625409bcff6e8c8b04 /Makefile.maint
parent2007-02-22 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-d3e101e5e5c891a8279532862bafb567f7cc0354.tar.bz2
Don't redirect output of make tag
Diffstat (limited to 'Makefile.maint')
-rw-r--r--Makefile.maint2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.maint b/Makefile.maint
index d599e2d419..3b36cad4a9 100644
--- a/Makefile.maint
+++ b/Makefile.maint
@@ -39,7 +39,7 @@ PATH := /opt/rtems-$(rtems_api)/bin:$(PATH)
tag:
cvs -z9 up -dP >/dev/null
./bootstrap -p >/dev/null
- cvs tag -c $(rtems_tag)$(TAG_SUFFIX) >/dev/null
+ cvs tag -c $(rtems_tag)$(TAG_SUFFIX)
# -----------------
# Different stages of cvs-exporting