summaryrefslogtreecommitdiffstats
path: root/i18npool/CustomTarget_collator.mk
Commit message (Collapse)AuthorAgeFilesLines
* fdo#65809 Sidama (sit-ET) collation dataAndras Timar2013-06-171-0/+1
| | | | Change-Id: Icc68dcc44678f4151ff5d4a25dd8868218363341
* Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks2013-04-301-23/+4
|
* add runtime deps for custom targetsDavid Tardon2012-12-301-1/+1
| | | | Change-Id: I49272003ea72c84c9e81bc826820b0ac5f9d5008
* list dependencies explicitlyCaolán McNamara2012-07-271-2/+21
| | | | | | | | and make the list (by its makefile proxy) a dependency of the output so that removing an entry will trigger a rebuild of the target and incremental builds are possible Change-Id: I18c8d5ea2140e61b2ef78e256871402be94b79e2
* normalize variable names in gbuild user makefilesMichael Stahl2012-05-101-8/+11
| | | | Variables should have module name as prefix to prevent collisions.
* gbuild: remove gb_Helper_abbreviate_dirs_nativeMatúš Kukan2012-05-091-1/+1
| | | | Change-Id: I0a3ad6553692fc21eaf96cf35e9c343b4d716c21
* Use static linking when DISABLE_DYNLOADING (iOS)Tor Lillqvist2012-04-181-3/+1
|
* enforce only one possible use of gb_CustomTargetMatúš Kukan2012-04-091-1/+1
| | | | | | This brings two changes: - no more recursive calling of make - gbuild_simple is now not used => removed
* i18npool: use CustomTarget_*.mk makefilesMatúš Kukan2012-03-241-0/+51
Also done lot of simplification and modernization.