[rtems-tools commit] Do not change the Python os.sep setting.

Chris Johns chrisj at rtems.org
Mon Feb 22 04:19:19 UTC 2016


Module:    rtems-tools
Branch:    4.11
Commit:    be602e492a33715594008ea8d614d9c483ee4bfe
Changeset: http://git.rtems.org/rtems-tools/commit/?id=be602e492a33715594008ea8d614d9c483ee4bfe

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 6f252a4..836b693 100644
--- a/wscript
+++ b/wscript
@@ -116,7 +116,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