Commit graph

4 commits

Author SHA1 Message Date
David Tardon
3591aff585 gbuildize solenv
Change-Id: I6e0758e543a89f593a1b0432b28b4c9768993af7
2012-05-20 16:28:55 +02:00
David Tardon
07ab493b52 gbuildize x11_extensions
Change-Id: I4362106ac5d221241eafdf44705ca5553ac7013c
2012-05-20 16:28:54 +02:00
Matúš Kukan
9aad89df87 improve make invocation
Change-Id: I9dbe77062df3a9b02dab0f5755c0e616829fa125
2012-05-16 20:04:03 +02:00
Michael Stahl
b0b92d1e5f split up top-level Makefile:
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.
2012-05-15 14:51:46 +02:00