summaryrefslogtreecommitdiffstats
path: root/source-builder/sb/windows.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/windows.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/windows.py')
-rw-r--r--source-builder/sb/windows.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/source-builder/sb/windows.py b/source-builder/sb/windows.py
index 5e732b5..53a47ac 100644
--- a/source-builder/sb/windows.py
+++ b/source-builder/sb/windows.py
@@ -96,7 +96,7 @@ def load():
'__chmod': ('exe', 'required', 'chmod'),
'__chown': ('exe', 'required', 'chown'),
'__cp': ('exe', 'required', 'cp'),
- '__cvs': ('exe', 'required', 'cvs'),
+ '__cvs': ('exe', 'optional', 'cvs'),
'__cxx': ('exe', 'required', 'g++'),
'__flex': ('exe', 'required', 'flex'),
'__git': ('exe', 'required', 'git'),