mkimage-profiles/lib
Michael Shigorin 454e7162f3 no build means *no* build (and less reports), really
It's hard to tell a successful build from a failed one
if downstream hides the exit code; it's useless to continue
a `for' loop if a pipe shoves that to a subshell; well it seems
that a bashism is worth a thousand quirks with extra fds here.
Minor regexp enhancements are also due.

reports.mk made a bit more resilient/prudent either.
2012-05-06 19:17:10 +03:00
..
build.mk no build means *no* build (and less reports), really 2012-05-06 19:17:10 +03:00
check.mk initial `make check' 2012-04-24 11:11:04 +03:00
clean.mk initial target tracing support and reporting 2012-03-19 19:23:38 +02:00
common.mk reports.mk: added reports/scripts 2012-04-23 23:10:29 +03:00
distro.mk virtualbox feature renamed to vm, extended 2012-04-18 21:04:11 +03:00
functions.mk use PATH instead of hardwired pathlets 2012-04-07 15:45:40 +03:00
help.mk use PATH instead of hardwired pathlets 2012-04-07 15:45:40 +03:00
kernel.mk introduced lib/kernel.mk helper makefile 2012-04-23 23:10:29 +03:00
log.mk reports.mk: added reports/scripts 2012-04-23 23:10:29 +03:00
profile.mk reports.mk: added reports/scripts 2012-04-23 23:10:29 +03:00
README docs: minor updates 2012-01-02 21:01:09 +02:00
report.mk initial target tracing support and reporting 2012-03-19 19:23:38 +02:00
sugar.mk plant SHELL beacons into all config-forming rules 2012-03-19 19:23:38 +02:00
ve.mk ve/generic += openssh suite 2012-03-25 21:46:45 +03:00

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

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