office-gobmx/solenv
Stephan Bergmann e06ba31a03 Fix passing DYLD_LIBRARY_PATH into lldb on macOS
...making sure that the shell expands the leading

  DYLD_LIBRARY_PATH=${DYLD_LIBRARY_PATH:+$DYLD_LIBRARY_PATH:}...

before it reaches lldb.

(This gets rid of gb_{Cppunit,Pyhton}_{PRE,POST}GDBTRACE again.  No idea why
c38a4d9ce2 "Make the CPPUNITTRACE="lldb --" thing
work again (on macOS)" used -s with a temp file rather than -o to pass that env
var into lldb.)

Change-Id: I9ae5217a9629981c8652fc5aca8f97fa6eb99729
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124331
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2021-10-28 20:41:00 +02:00
..
bin Use LO repo for mkdocs git links 2021-10-26 15:09:33 +02:00
buck
clang-cl
clang-format Drop support for dead GNU Java 2021-10-20 21:33:53 +02:00
doc/gbuild
gbuild Fix passing DYLD_LIBRARY_PATH into lldb on macOS 2021-10-28 20:41:00 +02:00
gbuildtojson
gcc-wrappers
gdb
inc
lldb/libreoffice
maven
qa/python
sanitizers tdf#145296 better fix to launch dialog when active radiobutton is clicked 2021-10-27 20:38:37 +02:00
vs
wsl
CompilerTest_compilerplugins_clang.mk Remove non-const Sequence::begin()/end() in internal code 2021-10-15 10:36:36 +02:00
CustomTarget_gbuildtesttools.mk
Executable_concat-deps.mk
Executable_g++-wrapper.mk
Executable_gbuildtojson.mk
Executable_gcc-wrapper.mk
flatpak-manifest.in upgrade glm to 0.0.9.9.8 2021-10-20 18:24:40 +02:00
Makefile
Module_solenv.mk
PythonTest_solenv_python.mk
README.md
StaticLibrary_wrapper.mk

Tools and Makefile Fragments Necessary for Compilation

This module contains many tools and makefile configuration pieces, critical for building LibreOffice:

  • bin/

    • contains lots of tools used during the build:

      • concat-deps* these aggregate, and remove duplicates from module dependencies, to accelerate build times.

      • make_installer.pl this script executes the compiled instructions from the scp2/ module to create an installer, and/or to do a local install for the smoketest.

  • gbuild/

    implementation of the LibreOffice build system See gbuild/README for more info.

  • gdb/

    lots of nice python helpers to make debugging -much- easier that (eg.) print UCS2 strings as UTF-8 on the console to help with debugging.

  • inc/

    old / increasingly obsolete dmake setup and includes, we are trying to entirely rid ourselves of this

  • src/

    useful standard / re-usable component map files for components which shouldn't export anything more than a few registration symbols.

  • flatpak-manifest.in

    This file is used by flatpak/build.sh from the LO dev-tools repository to generate the flatpak package. download.lst is a Makefile snippet, so there seems to be no easy way to use download.lst for the manifest generation (build.sh uses sed), and its information must be kept in sync manually.