mkimage-profiles/lib
Michael Shigorin e8306860f1 introduced conf.d/ for distro, ve config snippets
This was asked for by Leo-sp50 and torabora, and seems quite reasonable:
let's provide means to keep at least some distribution configurations
a bit apart, so that these can be considered more standalone in terms
of hard warranted functionality but at the same time enjoying the common
infrastructure.

Considering lib/distro.mk: it's now experimentally pulled apart so that
parallel development of different distro families can go on without
major merge hassles.  *Please* don't abuse with massive copy-paste.

And before you ask: this might get extended to allow for "private"
out-of-tree configurations being included since apparently there
are goals with no meaning outside of some very particular context...
but otherwise I'd like to encourage getting reusable bits in-tree.
2011-11-04 16:54:41 +02:00
..
build.mk official {distro,ve}/* support 2011-11-04 16:54:41 +02:00
clean.mk official {distro,ve}/* support 2011-11-04 16:54:41 +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 official {distro,ve}/* support 2011-11-04 16:54:41 +02:00
profile.mk logging tweaks for better readability 2011-11-04 16:54:41 +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,
они работают в каталоге верхнего уровня.