Skip to content

Commit

Permalink
Misc. hacks
Browse files Browse the repository at this point in the history
  • Loading branch information
Ralf Corsepius committed Feb 21, 2007
1 parent d36bfd1 commit b85e49d
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 @@ -41,7 +41,7 @@ tag:
# -----------------
# Different stages of cvs-exporting
rtems-$(rtems_version)/stamp.export:
@cvs -z9 export -d rtems-$(rtems_version) -r $(rtems_tag)$(TEST_TAG) rtems
@cvs -z9 export -d rtems-$(rtems_version) -r $(rtems_tag)$(TEST_TAG) rtems >/dev/null
@if ! test -f rtems-$(rtems_version)/VERSION; then \
echo "ERROR export failed"; \
echo " Did you run 'make -f Makefile.maint tag' ?"; fi; exit 1
Expand Down

0 comments on commit b85e49d

Please sign in to comment.