summaryrefslogtreecommitdiffstats
path: root/Makefile.maint
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2007-02-21 17:33:02 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2007-02-21 17:33:02 +0000
commitd36bfd197fb244b965d1509a1c280d32c5e8af73 (patch)
tree5bf07115b81e8ed07d03652cc09e3319a9bde8e6 /Makefile.maint
parentMisc. hacks (diff)
downloadrtems-d36bfd197fb244b965d1509a1c280d32c5e8af73.tar.bz2
Misc. hacks
Diffstat (limited to '')
-rw-r--r--Makefile.maint2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.maint b/Makefile.maint
index 3338f6c234..7f8f0c9348 100644
--- a/Makefile.maint
+++ b/Makefile.maint
@@ -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