Kinsey Moore started a new discussion on source-builder/sb/simhost.py: https://gitlab.rtems.org/rtems/tools/rtems-source-builder/-/merge_requests/95#note_117011 > > try: > lc = 0 > + ll = '' > for l in bsetf: > lc += 1 > - l = _clean(l) > + l = _clean_and_pack(l, ll) > if len(l) == 0: > continue > + if l[-1] == '\\': > + ll = l[0:-1] This will not handle multiple line continuations. -- View it on GitLab: https://gitlab.rtems.org/rtems/tools/rtems-source-builder/-/merge_requests/95#note_117011 You're receiving this email because of your account on gitlab.rtems.org.
_______________________________________________ bugs mailing list bugs@rtems.org http://lists.rtems.org/mailman/listinfo/bugs