| #
5e48fca7
|
| 03-Jul-2025 |
John Bampton <jbampton@users.noreply.github.com> |
pre-commit auto remove trailing whitespace from `.mk` files (#377)
If there are too many changes / files I can create a smaller PR
Thanks
(cherry picked from commit 31bbceb0f9d64c0c2c3b22a794a1666
pre-commit auto remove trailing whitespace from `.mk` files (#377)
If there are too many changes / files I can create a smaller PR
Thanks
(cherry picked from commit 31bbceb0f9d64c0c2c3b22a794a1666c1f33396e)
show more ...
|
| #
9f64cdc5
|
| 04-Oct-2019 |
Don Lewis <truckman@apache.org> |
Fix incorrect gbuild usage that can cause intermittent parallel build failures.
There was some misuse of gbuild that was causing make rules to be added that had solver/*/*/workdir/ExternalHeaders/Li
Fix incorrect gbuild usage that can cause intermittent parallel build failures.
There was some misuse of gbuild that was causing make rules to be added that had solver/*/*/workdir/ExternalHeaders/Library and solver/*/*/workdir/ExternalHeaders/Library listed as dependencies. If these directories did not exist, then a pattern match rule intended to create files under the solver/*/*/workdir/ExternalHeaders/{Library,StaticLibrary} directories would be triggered. The recipe for that rule would then mkdir -p solver/*/*/workdir/ExternalHeaders and then touch solver/*/*/workdir/ExternalHeaders/{Library,StaticLibrary} creating it as a plain file. A subsequent make rule would unconditionally mkdir -p solver/*/*/workdir/ExternalHeaders/{Library,StaticLibrary} and fail.
Fix the incorrect gbuild usage and add some sanity checks to gbuild to catch the problem closer to the source and more deterministically.
show more ...
|
| #
8f71f2da
|
| 23-Aug-2018 |
Damjan Jovanovic <damjan@apache.org> |
Port main/codemaker to gbuild.
Also ported the Java tests in codemaker to JUnit instead of the internal test framework, and enabled them during the subsequent test phase.
A gbuild API for building
Port main/codemaker to gbuild.
Also ported the Java tests in codemaker to JUnit instead of the internal test framework, and enabled them during the subsequent test phase.
A gbuild API for building private UNO APIs using cppumaker was also added, and used to run the C++ subsequent tests in codemaker.
Patch by: me
git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1838757 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|