mkimage-profiles/lib
Anton Midyukov 554aca50f5 profile.mk: do not cleanup BUILDDIR, which is a symlink
This is required to run mkimage-profiles from mki-build with --vm-run.
mki-build creates a build directory and a symlink to it in the current
directory. The BUILDDIR variable is then set to the value of the symlink.
2022-12-30 20:04:01 +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 lib/report.mk: do not enable tracing with REPORT='' 2021-08-23 21:52:13 +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,
они работают в каталоге верхнего уровня.