mkimage-profiles/lib
Michael Shigorin e46c259a90 ensure that IMAGEDIR exists (thus globbable)
It appears that manually specified IMAGEDIR, e.g. by adding

  IMAGEDIR = ~/out/$(shell date +%Y%m%d)

to ~/.mkimage/profiles.mk, might be problematic due to
missing globbing.  Let's make sure the paths are globbed
and directories are created -- since make's wildcard()
returns an empty string when there's nothing there [yet].
2013-02-04 22:18:27 +04:00
..
build.mk ensure that IMAGEDIR exists (thus globbable) 2013-02-04 22:18:27 +04:00
check.mk
clean.mk clean.mk: skip if REPORT requested either 2012-09-24 11:07:45 +04:00
common.mk lib/common.mk: avoid using uninitialized variables 2012-05-26 14:08:19 +03:00
distro.mk distro/installer, use/live/x11 += use/firmware 2012-10-27 22:27:22 +03:00
functions.mk lib/functions.mk: initial xport() 2012-07-02 16:14:34 +03:00
help.mk initial build-vm feature 2012-06-18 21:56:46 +03:00
log.mk lib/log.mk: fix hasher check 2012-12-03 17:19:35 +02:00
profile.mk ensure that IMAGEDIR exists (thus globbable) 2013-02-04 22:18:27 +04:00
README added asciidoc support 2012-10-31 21:22:06 +02:00
report.mk
sugar.mk
ve.mk lib/ve.mk: whoops, ve/bare misses /sbin/init 2012-07-21 19:15:24 +03:00
vm.mk actually useful vm/icewm 2012-09-03 19:16:50 +03:00

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

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