https://trac.godzil.net/gcc4ti/ticket/29
TIGCC's build scripts have at least two characteristics which make them, in their current state, less than satisfactory for packaging (and therefore, making releases on a regular basis...):
* they compile and install at the same time (a common practice with make, ant, mvn and other build systems is to separate those goals);
* they install under /usr/local/tigcc, instead of a more standard prefix such as /usr/share/tigcc.
Using a unified, advanced build system, may be overkill for our purposes, since sh/bash/perl scripts, or a set of Makefiles + sh/bash/perl scripts, may do the job just fine. Let's discuss that... and work on fixing this ticket.
NOTE: it's thought that unifying the "tigcc" and "tigcc-linux" modules ( https://trac.godzil.net/gcc4ti/ticket/26 ) will help fixing this ticket.