Misc. hacks

This commit is contained in:
Ralf Corsepius
2007-02-21 18:09:23 +00:00
parent 2daec3b235
commit b4f45706c7

View File

@@ -35,7 +35,7 @@ rtems_tag := $(shell echo "rtems-$(rtems_version)" | tr . -)
# Cleanup check out and cvs-tag the files inside # Cleanup check out and cvs-tag the files inside
tag: tag:
cvs -z9 up -dP >/dev/null cvs -z9 up -dP >/dev/null
@./bootstrap -p >/dev/null PATH=/opt/rtems-4.8/bin:$$PATH ./bootstrap -p >/dev/null
cvs tag -c $(rtems_tag)$(TEST_TAG) >/dev/null cvs tag -c $(rtems_tag)$(TEST_TAG) >/dev/null
# ----------------- # -----------------