How do you perform a partial build on macOS?

Christian Lohmaier lohmaier at googlemail.com
Tue May 19 08:49:05 UTC 2020


On Sat, May 16, 2020 at 2:41 PM Ilmari Lauhakangas
<ilmari.lauhakangas at libreoffice.org> wrote:
>
> No need to run autogen.sh again.

That's very terse -- rather: typically there is no need to manually
run the autogen.sh again. The toplevel make step looks whether
autogen/configure related files are up-to-date and then triggers a run
of the autogen.sh as appropriate. But that is skipped when
short-circuiting the build and only building a single module.

In the case of Info.plist: that's one file created by configure from
the Info.plist.in template. make sysui doesn't look at that .in file,
but at the generated Info.plist only. So if you modify the
Info.plist.in, then you have to retrigger the autogen.sh/configure run
- as said if you were just using toplevel "make", then that would be
taken care of.

ciao
Christian


More information about the LibreOffice mailing list