Add support for long command lines and fix some shell rules on Windows.

This commit is contained in:
Chris Johns
2016-06-16 13:32:28 +10:00
parent 5851034aea
commit 32ceb14ee2
4 changed files with 34 additions and 16 deletions

View File

@@ -44,7 +44,7 @@ except:
import libbsd_waf
def init(ctx):
rtems.init(ctx, version = rtems_version)
rtems.init(ctx, version = rtems_version, long_commands = True)
libbsd_waf.init(ctx)
def options(opt):