summaryrefslogtreecommitdiffstats
path: root/source-builder/sb/solaris.py
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2016-03-15 10:55:23 +1100
committerChris Johns <chrisj@rtems.org>2016-03-15 10:55:23 +1100
commit33308d1aa30f296ca771af07deb1646039a4c16e (patch)
tree3d0af47a4894a48003af736588148c2834af0f4f /source-builder/sb/solaris.py
parentrtems-kernel: Fix the --with-rtems/--without-rtems support when released. (diff)
downloadrtems-source-builder-33308d1aa30f296ca771af07deb1646039a4c16e.tar.bz2
sb: Make cvs optional.
Ignore RSB generated files to keep the git dirty status clean. Closes #2647. Closes #2748.
Diffstat (limited to 'source-builder/sb/solaris.py')
-rw-r--r--source-builder/sb/solaris.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/source-builder/sb/solaris.py b/source-builder/sb/solaris.py
index 13401d5..8d9498a 100644
--- a/source-builder/sb/solaris.py
+++ b/source-builder/sb/solaris.py
@@ -61,7 +61,7 @@ def load():
'__bison': ('exe', 'required', '/usr/bin/bison'),
'__git': ('exe', 'required', '/usr/bin/git'),
'__svn': ('exe', 'required', '/usr/bin/svn'),
- '__cvs': ('exe', 'required', '/usr/bin/cvs'),
+ '__cvs': ('exe', 'optional', '/usr/bin/cvs'),
'__xz': ('exe', 'optional', '/usr/bin/xz'),
'__make': ('exe', 'required', 'gmake'),
'__patch_opts': ('none', 'none', '-E'),