build.sh: collapse all build_xxx into one build_all_modules function
commitfa9d11ee8f3d299f1ffe4e4c456a948d20ac34a8
authorGaetan Nadon <memsize@videotron.ca>
Sat, 19 Oct 2013 22:05:11 +0000 (19 18:05 -0400)
committerGaetan Nadon <memsize@videotron.ca>
Sun, 15 Dec 2013 17:40:41 +0000 (15 12:40 -0500)
tree7f644bbae1efa30310cb57487206b383ceede38e
parent1e8e8d950bebfa3c9f5a8195d5a6f940b58226f1
build.sh: collapse all build_xxx into one build_all_modules function

There used to be a time where related modules could be built
together, for example, all protcols, all libraries, all fonts.

Since then, build order has changed so the group order has been
broken in several places. This means the reader has to hunt for
the function definition just to find the module he is looking for
is no longer built with the group and has to look elsewhere.

The build_all_modules function is the one stop shopping place to add
or remove modules from the build list.

There is no functional changes, or no build order changes. Just source
code reshuffling.

Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
build.sh