summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2015-12-10 17:30:27 +1100
committerChris Johns <chrisj@rtems.org>2015-12-10 17:30:27 +1100
commit33142dd1f21790914f47ad67707a957b9f6c568b (patch)
treefa6ad2871e4abbfa2ef89364be0ba15cf828730c
parentSupport released downloading of the RTEMS Tools and RTEMS Kernel. (diff)
downloadrtems-source-builder-33142dd1f21790914f47ad67707a957b9f6c568b.tar.bz2
Make CVS optional. We should avoid using it.
-rw-r--r--source-builder/defaults.mc2
1 files changed, 1 insertions, 1 deletions
diff --git a/source-builder/defaults.mc b/source-builder/defaults.mc
index 67ba8cf..44fa838 100644
--- a/source-builder/defaults.mc
+++ b/source-builder/defaults.mc
@@ -141,7 +141,7 @@ __chmod: exe, required, '/bin/chmod'
__chown: exe, required, '/usr/sbin/chown'
__cp: exe, required, '/bin/cp'
__cpp: exe, none, '%{__cc} -E'
-__cvs: exe, required, '/usr/bin/cvs'
+__cvs: exe, optional, '/usr/bin/cvs'
__cvs_z: none, none, '%{__cvs} -z 9'
__cxx: exe, required, '/usr/bin/g++'
__flex: exe, required, '/usr/bin/flex'