mkimage-profiles/lib
Anton Midyukov b627d75552 reports: DEBUG must be enabled, CHECK must be disabled
We cannot get IMAGE_OUTPATH from the build.log, and there is currently
no other mechanism. Creating a CHECK directory was a bad idea. It should
have been created only for CHECK, but it was always created when DEBUG
was not enabled. So it's better to just issue a warning.
2023-05-30 22:27:33 +07:00
..
boot.mk check conditions of make for equality of variables with an empty value 2022-12-30 19:39:43 +07:00
build.mk check conditions of make for equality of variables with an empty value 2022-12-30 19:39:43 +07:00
check.mk check conditions of make for equality of variables with an empty value 2022-12-30 19:39:43 +07:00
clean.mk check conditions of make for equality of variables with an empty value 2022-12-30 19:39:43 +07:00
common.mk lib/common.mk: avoid using uninitialized variables 2012-05-26 14:08:19 +03:00
distro.mk Set variable BRANCH, if not defined or empty; show $BRANCH 2022-12-30 20:02:11 +07:00
functions.mk lib/functions.mk: tiny but important note 2014-11-14 15:07:09 +03:00
help.mk help.mk, clean.mk: drop __frontend for tty test 2015-04-02 20:46:35 +03:00
log.mk Add STDOUT option to output log to stdout 2022-12-30 20:04:01 +07:00
profile.mk profile.mk: do not cleanup BUILDDIR, which is a symlink 2022-12-30 20:04:01 +07:00
README documentation: use paths relative to toplevel dir 2014-03-05 21:36:30 +04:00
report.mk reports: DEBUG must be enabled, CHECK must be disabled 2023-05-30 22:27:33 +07:00
sugar.mk initial rootfs subprofile and services feature 2013-06-17 14:03:53 +04:00
ve.mk check conditions of make for equality of variables with an empty value 2022-12-30 19:39:43 +07:00
vm.mk check conditions of make for equality of variables with an empty value 2022-12-30 19:39:43 +07:00

== lib ==

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

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