summaryrefslogtreecommitdiffstats
path: root/source-builder/defaults.mc
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2015-12-10 17:30:27 +1100
committerChris Johns <chrisj@rtems.org>2015-12-11 12:11:54 +1100
commitdfc4a4f18fe5587351eef7ae5c25c92f8684d5a5 (patch)
tree7f8735cbe93563e5fb418c133e6b4fb10f0e4dc2 /source-builder/defaults.mc
parentSupport released downloading of the RTEMS Tools and RTEMS Kernel. (diff)
downloadrtems-source-builder-dfc4a4f18fe5587351eef7ae5c25c92f8684d5a5.tar.bz2
Make CVS optional. We should avoid using it.
Diffstat (limited to 'source-builder/defaults.mc')
-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'