mkimage-profiles/lib
Michael Shigorin 30b1aa9be6 toplevel build report now timestamped
Thanks torabora@ for yet again seemingly obvious feature request
which strangely managed to evade implementation before.

On an afterthought, mass builds would suggest too much coffee
instead of a progress indicator -- so implemented the latter.

NB: the actual downstream-make-calling rule would expand the "naive"
$(shell date) too early: the rule is evaluated before starting its
execution, and as it's the time consuming one the shell evaluation
was in need, not make's.  The result is less generally available
(needs to be double quoted and won't work inside e.g. awk programs)
but way more precise.
2011-11-07 00:01:36 +02:00
..
build.mk toplevel build report now timestamped 2011-11-07 00:01:36 +02:00
clean.mk toplevel build report now timestamped 2011-11-07 00:01:36 +02:00
distro.mk introduced conf.d/ for distro, ve config snippets 2011-11-04 16:54:41 +02:00
functions.mk official {distro,ve}/* support 2011-11-04 16:54:41 +02:00
log.mk toplevel build report now timestamped 2011-11-07 00:01:36 +02:00
profile.mk toplevel build report now timestamped 2011-11-07 00:01:36 +02:00
README official {distro,ve}/* support 2011-11-04 16:54:41 +02:00
sugar.mk official {distro,ve}/* support 2011-11-04 16:54:41 +02:00
ve.mk introduced conf.d/ for distro, ve config snippets 2011-11-04 16:54:41 +02:00

Этот каталог содержит вспомогательные makefiles,
обеспечивающие основную функциональность создания
конфигурации образа и генерации соответствующего
профиля для сборки.

Следует помнить, что будучи включаемыми в ../Makefile,
они работают в каталоге верхнего уровня.