Skip to content

Commit

Permalink
Don't redirect output of make tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Ralf Corsepius committed Feb 22, 2007
1 parent 5d750c7 commit d3e101e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.maint
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d3e101e

Please sign in to comment.