Просмотр исходного кода

Updated the __ACTION_RULE__ to not return its action command output as a single string but instead split it into a list of output lines. This allows Jam code using this output to work correctly independently of what newline character combinations are in use. This was causing problems with Boost Build unit tests which can now be updated to pass.

Consequences & checks:
  * Final __ACTION_RULE__ rule parameter has changed from output ? to output-lines *.
  * Updated corresponding Jam documentation.
  * Updated the all related Boost Build code.
  * No code on the Boost trunk uses this rule except for Boost Build itself.


[SVN r42629]
Jurko Gospodnetić 18 лет назад
Родитель
Сommit
4de7ae0de5
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      tools/build

+ 1 - 1
tools/build

@@ -1 +1 @@
-Subproject commit bc0b17ad0fd59bc7a943e6ab894745fabd4445d1
+Subproject commit a3e99b74c0bb24d66553116e72b8a93837ecada8

粤ICP备19079148号