[rtems-tools commit] Do not change the Python os.sep setting.
Chris Johns
chrisj at rtems.org
Mon Feb 22 04:19:03 UTC 2016
Module: rtems-tools
Branch: master
Commit: 3018e2f4442fc80492bcb0440107910eb1c11adf
Changeset: http://git.rtems.org/rtems-tools/commit/?id=3018e2f4442fc80492bcb0440107910eb1c11adf
Author: Chris Johns <chrisj at rtems.org>
Date: Sat Feb 20 12:44:44 2016 +1100
Do not change the Python os.sep setting.
---
wscript | 1 -
1 file changed, 1 deletion(-)
diff --git a/wscript b/wscript
index 08fcb47..11c93f3 100644
--- a/wscript
+++ b/wscript
@@ -118,7 +118,6 @@ def configure(ctx):
recurse(ctx)
def build(ctx):
- wafwindows.set_os_sep()
if os.path.exists('VERSION'):
ctx.install_files('${PREFIX}/share/rtems/rtemstoolkit', ['VERSION'])
recurse(ctx)
More information about the vc
mailing list