mkimage-profiles/lib
Michael Shigorin 9cedefdba9 introduced add_feature function
The features might get copy-pasted (or even copied-and-pruned)
when initialized; there's an unneccessary duplication of the
function name in the line adding it to FEATURES list, thus
prone to being forgotten and causing some havoc later on.

It was wrong in the first place but tackling this with some
double-colon rules ran into terminality issues, and further
tortures were considered unneccessary.

The current solution isn't perfect (no completely transparent
function name registration upon corresponding target being called)
but at least it is an improvement...
2011-11-19 11:47:29 +02:00
..
build.mk further toplevel logging tweaks 2011-11-07 00:01:36 +02:00
clean.mk CLEAN by default (unless DEBUG) 2011-11-07 12:28:09 +02:00
distro.mk introduced conf.d/ for distro, ve config snippets 2011-11-04 16:54:41 +02:00
functions.mk introduced add_feature function 2011-11-19 11:47:29 +02:00
log.mk tweaked variable logging 2011-11-07 00:01:36 +02:00
profile.mk further toplevel logging tweaks 2011-11-07 00:01:36 +02:00
README full-view docs update 2011-11-07 00:01:36 +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,
обеспечивающие основную функциональность создания
конфигурации образа и генерации соответствующего
профиля для сборки; см. тж. ../conf.d/.

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