c293dd141c
There's a particular problem with lazy evaluation in case of BOOT_LANG: mkimage uses internal variable, BOOT_LANG = $(GLOBAL_BOOT_LANG) (note the lack of immediate assignment there), and if we set up export GLOBAL_BOOT_LANG = $(BOOT_LANG) in the same namespace we end up with recursively defined pair of variables; a ":=" in either place would save the day _but_ it's not there in m-p due to accumulator variables, e.g. USERS, which are defined and exported by a corresponding feature and then get populated *after* having been declared for export, _and_ it's not in mkimage as of 0.2.16 for some reason that might even be good (I don't know yet). |
||
---|---|---|
.. | ||
build.mk | ||
check.mk | ||
clean.mk | ||
common.mk | ||
distro.mk | ||
functions.mk | ||
help.mk | ||
log.mk | ||
profile.mk | ||
README | ||
report.mk | ||
sugar.mk | ||
ve.mk | ||
vm.mk |
== lib == Этот каталог содержит вспомогательные makefiles, обеспечивающие основную функциональность создания конфигурации образа и генерации соответствующего профиля для сборки; см. тж. conf.d/. Следует помнить, что будучи включаемыми в main.mk, они работают в каталоге верхнего уровня.