summaryrefslogtreecommitdiff
path: root/i18npool/CustomTarget_indexentry.mk
AgeCommit message (Collapse)AuthorFilesLines
2013-04-30Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks1-23/+4
2012-12-30add runtime deps for custom targetsDavid Tardon1-1/+1
Change-Id: I49272003ea72c84c9e81bc826820b0ac5f9d5008
2012-07-27list dependencies explicitlyCaolán McNamara1-3/+14
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
2012-05-10normalize variable names in gbuild user makefilesMichael Stahl1-5/+5
Variables should have module name as prefix to prevent collisions.
2012-05-09gbuild: remove gb_Helper_abbreviate_dirs_nativeMatúš Kukan1-1/+1
Change-Id: I0a3ad6553692fc21eaf96cf35e9c343b4d716c21
2012-04-09enforce only one possible use of gb_CustomTargetMatúš Kukan1-1/+1
This brings two changes: - no more recursive calling of make - gbuild_simple is now not used => removed
2012-03-24i18npool: use CustomTarget_*.mk makefilesMatúš Kukan1-0/+45
Also done lot of simplification and modernization.