0c4c84a14b
…by a simple/static $(gb_CustomTarget_workdir)/foo The build system has a lot of overly complicated leftovers from when it was introduced and had not only deal with split repositories but also had to coexist with another buildsystem. Along with lots of copy'n'paste along the years the makefiles became hard to grasp for newcomers with all our calls and evals. As a first step to streamline that, the macros from TargetLocations that simply prefix a static path to the argument (and similar of the same kind) are a natural pick before simplifying the rules themselves/getting rid of a bunch of eval statements. Change-Id: Ia06dbbcd5d1994755a2ff05b84f72ccbc4e3cab5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/167005 Tested-by: Jenkins Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> |
||
---|---|---|
.. | ||
inc | ||
macros | ||
source | ||
AutoInstall.mk | ||
CustomTarget_langmacros.mk | ||
InstallModule_activex.mk | ||
InstallModule_base.mk | ||
InstallModule_calc.mk | ||
InstallModule_draw.mk | ||
InstallModule_extensions.mk | ||
InstallModule_gnome.mk | ||
InstallModule_graphicfilter.mk | ||
InstallModule_impress.mk | ||
InstallModule_kde.mk | ||
InstallModule_math.mk | ||
InstallModule_onlineupdate.mk | ||
InstallModule_ooo.mk | ||
InstallModule_python.mk | ||
InstallModule_quickstart.mk | ||
InstallModule_sdkoo.mk | ||
InstallModule_spsupp.mk | ||
InstallModule_ure.mk | ||
InstallModule_windows.mk | ||
InstallModule_winexplorerext.mk | ||
InstallModule_writer.mk | ||
InstallModule_xsltfilter.mk | ||
InstallScript_sdkoo.mk | ||
InstallScript_setup_osl.mk | ||
Makefile | ||
Module_scp2.mk | ||
README.md |
SCript Particle Installer
This contains code that describes which pieces of the project should
be packaged and installed - it is used to build among other things
a setup_osl.inf
or .ins
file - that is used by solenv/bin/make_installer.pl
to build the installation.