Hi,
mohamed sameh schrieb am 12-Feb-20 um 20:46:
Hello, I have a question. if I change one or more files and want to run
'make' to check that the project still builds, do I have to run a
complete build everytime which takes a lot of time or is there a way to
only build the affected files only ?
Thanks
If your change is only inside one module, you can use <modulname>.build,
e.g.
make svx.build
or in case of Windows
/opt/lo/bin/make svx.build
That is only while developing. When you think you are finished, then you
need a complete build to be sure, that no unit tests are broken.
Find more about it on
https://wiki.documentfoundation.org/Development/GenericBuildingHints
Kind regards
Regina
Context
Privacy Policy |
Impressum (Legal Info) |
Copyright information: Unless otherwise specified, all text and images
on this website are licensed under the
Creative Commons Attribution-Share Alike 3.0 License.
This does not include the source code of LibreOffice, which is
licensed under the Mozilla Public License (
MPLv2).
"LibreOffice" and "The Document Foundation" are
registered trademarks of their corresponding registered owners or are
in actual use as trademarks in one or more countries. Their respective
logos and icons are also subject to international copyright laws. Use
thereof is explained in our
trademark policy.