Add CVS_RUN.

This commit is contained in:
Ralf Corsepius
2007-01-27 04:42:56 +00:00
parent 294030f5d0
commit 952a969da5

View File

@@ -114,8 +114,10 @@ VERSION_FILES += cpukit/aclocal/version.m4
VERSION_FILES += c/src/aclocal/version.m4 VERSION_FILES += c/src/aclocal/version.m4
VERSION_FILES += testsuites/aclocal/version.m4 VERSION_FILES += testsuites/aclocal/version.m4
CVS_RUN := $(shell if [ -n "$(TEST_TAG)" ]; then echo "cvs -n"; else echo "cvs"; fi)
commit: commit:
cvs -n commit -m "Upgrade to $(rtems_version)" $(VERSION_FILES) \ $(CVS_RUN) commit -m "Upgrade to $(rtems_version)" \
cpukit/score/include/rtems/system.h $(VERSION_FILES) cpukit/score/include/rtems/system.h
.PHONY: commit new-major new-minor tag tarball .PHONY: commit new-major new-minor tag tarball