History log of /trunk/main/registry/Makefile (Results 1 – 2 of 2)
Revision Date Author Comments
# 4437c02e 09-Jul-2025 John Bampton <jbampton@users.noreply.github.com>

pre-commit: auto remove unneeded trailing whitespace from Makefiles (#378)

Cleaned up some whitespace in the Makefiles


# f006f9b4 22-Mar-2018 Damjan Jovanovic <damjan@apache.org>

Implement the ability to build "UDK versioned" libraries in gbuild
for *nix platforms. Do this by setting the ELF SONAME to the
libxyz.so.3 style library output name, changing the output file
that th

Implement the ability to build "UDK versioned" libraries in gbuild
for *nix platforms. Do this by setting the ELF SONAME to the
libxyz.so.3 style library output name, changing the output file
that the linker writes to to be in this format (from libxyz.so),
making a symlink from libxyz.so to libxyz.so.3, adding libxyz.so.3
as a delivery AUXTARGET for the deliverable libxyz.so, and
changing the deliver commands to copy symlinks properly. This is
all what dmake does too.

Use this to port main/registry to gbuild.

Patch by: me



git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1827456 13f79535-47bb-0310-9956-ffa450edef68

show more ...