minetest/build/android
est31 98d16e0d9a Android: Tell make about sub-makes to speed up build
Before, sub-makes called by make were called without make knowing they
were sub-makes. This however led make's jobserver not do its tasks,
and the build process ended up with inefficient parralelisation. This
commit fixes this by applying the two ways the make manual tells
about: putting + to the start of the line (used when ndk-build is
invoked), and exchanging "make" with "$(MAKE)".

Before, make complained with messages like:

make[2]: warning: jobserver unavailable: using -j1.  Add `+' to parent make rule.

This complaint can now only been seen for openssl. openssl has issues
if make gets exchanged with $(MAKE): if exchanged, above error message
is multiplied for various subdirs of the openssl source tree.

On a 4 core box, "make -j 4" build time from "make clean_all" cleaned
source tree could be improved from 15:34 minutes to 10:45 minutes.
This means a speedup of 45%.
2015-12-23 06:17:42 +01:00
..
jni Fix android build 2015-12-11 11:24:26 +01:00
res Add support for Android 2.3+ 2014-06-29 18:17:56 +02:00
src/net/minetest/minetest Android: statically load iconv library 2015-10-24 20:47:02 +02:00
AndroidManifest.xml.template Fix package name in AndroidManifest.xml 2015-03-14 18:41:36 +01:00
Makefile Android: Tell make about sub-makes to speed up build 2015-12-23 06:17:42 +01:00
build.xml Add support for Android 2.3+ 2014-06-29 18:17:56 +02:00
irrlicht-back_button.patch Add support for Android 2.3+ 2014-06-29 18:17:56 +02:00
irrlicht-texturehack.patch Add support for Android 2.3+ 2014-06-29 18:17:56 +02:00
irrlicht-touchcount.patch Add support for Android 2.3+ 2014-06-29 18:17:56 +02:00
libiconv_android.patch Add utf-8 conversion utilities and re-add intlGUIEditBox 2015-06-13 19:49:55 +02:00
libiconv_stdio.patch Android: fix horrible libiconv build 2015-07-29 15:59:06 +02:00
libvorbis-libogg-fpu.patch Add support for Android 2.3+ 2014-06-29 18:17:56 +02:00
openssl_arch.patch Switch to official openssl version and update to 1.0.1j 2015-01-04 16:57:19 +01:00
project.properties Add support for Android 2.3+ 2014-06-29 18:17:56 +02:00