[Libreoffice-commits] Changes to 'feature/factorize_gcc'
Norbert Thiebaud
nthiebaud at kemper.freedesktop.org
Sat Nov 5 06:00:58 PDT 2011
New branch 'feature/factorize_gcc' available with the following commits:
commit 4d69cb34599d78c822c3c775cbba3aeadb461ba7
Author: Norbert Thiebaud <nthiebaud at gmail.com>
Date: Sat Nov 5 06:55:15 2011 -0500
begin factorization of common GCC stuff
a lot of configuration/definition is shared between platforms that build
using gcc.
This start to regroup things that are common into 2 files
com_GCC_defs.mk and com_GCC_class.mk
this can be expanded to be, more generically com_$(COM)_defs/class
The reson for 2 files is that some step need to modfify common definitions
based on the platform and some common definitions need platform defined
value.
with these 2 files we can do a
platform - compiler - platform - compiler - platfrom
sandwich that should cover every scenario.
More information about the Libreoffice-commits
mailing list