Kay Ramme - Sun Germany - Hamburg wrote:
- There are various files in solenv/inc, some of them having more or less speaking names, while others are just differing by a prepanded underscore (e.g. _tg_app.mk vs. tg_app.mk ). What is the meaning of the underscore prefix? Is there an overview somewhere where I can find some explanations regarding the makefile system?

_tg_app.mk is generated from tg_app.mk via some tool (whose name I forgot; mkunroll?), copying the input ninefold, replacing $(TNR) in the input with 1--9.

Arguably, only _tg_app.mk should be checked in, and tg_app.mk built afresh during each build. This has already lead to errors in the past, where the two files went out of sync...

-Stephan

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to