Misc. hacks

This commit is contained in:
Ralf Corsepius
2007-02-21 17:33:02 +00:00
parent 039970a4bb
commit d36bfd197f
+1 -1
View File
@@ -42,7 +42,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
@if ! test -d rtems-$(rtems_version)/VERSION; then \
@if ! test -f rtems-$(rtems_version)/VERSION; then \
echo "ERROR export failed"; \
echo " Did you run 'make -f Makefile.maint tag' ?"; fi; exit 1
touch rtems-$(rtems_version)/stamp.export