office-gobmx/postprocess
Michael Stahl 76a9f10a08 postprocess: call check-elf-dynamic-objects on LINUX
This runs fast enough that it can just be enabled.

Isn't allowed to break the build just yet due to the existing
GPG related problems.

Change-Id: I6f2ed3d7aeee9e7770940d96894ecdf4d0bf2d9b
2017-11-29 21:21:47 +01:00
..
packimages loplugin:unusedenumconstants 2017-08-10 12:19:50 +02:00
qa Better fix for CppunitTest_services 2017-10-27 10:37:26 +02:00
signing Remove MinGW support 2017-02-10 18:01:27 +00:00
CppunitTest_services.mk gbuild: Remove MSVC 2013 legacy code 2017-04-21 18:18:44 +02:00
CustomTarget_check_dynamic_objects.mk postprocess: call check-elf-dynamic-objects on LINUX 2017-11-29 21:21:47 +01:00
CustomTarget_fontconfig.mk Compensate for loss of Type 1 "Standard Symbols L" substitute for "Symbol" 2017-09-24 12:08:26 +02:00
CustomTarget_images.mk tdf#106894: Rewrite packimages.pl in Python (pack_images.py) 2017-09-28 09:14:23 +02:00
CustomTarget_registry.mk Drop configuration remains of oooimprovement 2017-08-08 08:57:47 +02:00
CustomTarget_signing.mk msc-externals: don't attempt to chmod nonexisting files 2017-10-31 15:41:38 +01:00
Makefile
Module_postprocess.mk postprocess: call check-elf-dynamic-objects on LINUX 2017-11-29 21:21:47 +01:00
Package_fontconfig.mk Compensate for loss of Type 1 "Standard Symbols L" substitute for "Symbol" 2017-09-24 12:08:26 +02:00
Package_images.mk
Package_registry.mk
Rdb_services.mk iOS reactivated swarmsolver 2017-11-19 11:12:21 +01:00
README

Postprocessing and checking of files delivered by other modules.

This module has to be the last one built before creating install sets
in module 'instset_native'. Thus it ties together all the dependencies
of all the other de-coupled modules. See the first line of
[[postprocess/prj/build.lst]] for that.