summaryrefslogtreecommitdiff
path: root/Makefile.top
AgeCommit message (Collapse)Author
2012-06-01remotebridges is converted tooDavid Tardon
Change-Id: Iec0feb10d3de2f4c740fb857cb9fa145437740f2
2012-05-29shell is gbuildifiedMatúš Kukan
Change-Id: Ia40e317a69883c578a349035604afb5a5dad4c86
2012-05-29fix after mergeDavid Tardon
Change-Id: Icd95b14777ccc428440971ab03aa3ad65e3d379f
2012-05-29gbuildize scp2David Tardon
Change-Id: If9a0906a76943160cfdbd647b26a801bc4389615
2012-05-29gbuildize reportbuilderDavid Tardon
2012-05-29switch connectivity to gbuildDavid Tardon
Change-Id: I37e6706ff244c9cc21b0826e61ef5d7cd72b3566
2012-05-20gbuildize solenvDavid Tardon
Change-Id: I6e0758e543a89f593a1b0432b28b4c9768993af7
2012-05-20gbuildize x11_extensionsDavid Tardon
Change-Id: I4362106ac5d221241eafdf44705ca5553ac7013c
2012-05-16improve make invocationMatúš Kukan
Change-Id: I9dbe77062df3a9b02dab0f5755c0e616829fa125
2012-05-15split up top-level Makefile:Michael Stahl
The top-level Makefile invokes autogen.sh (and thereby configure) in an environment which is polluted by config_host.mk; this causes at least the problem that following a "make clean", the bootstrap script will not copy dmake to its destination because BUILD_DMAKE=NO is set from config_host.mk, which is apparently due to the PATH being polluted from config_host.mk, so configure finds the dmake in the build tree. So split up top-level Makefile into Makefile, which invokes autogen.sh, and Makefile.top, which does everything else.