mkimage-profiles/lib
Michael Shigorin 860e20c62d lib/common.mk: avoid using uninitialized variables
It somehow managed to evade me that $(TMP) might be uninitialized;
definitely should be checked before stuffing into sed substitution
command.

NB: this could be done in pure make but my take was less readable.

Thanks shadowsbrother/gmail for hitting and reporting this.
2012-05-26 14:08:19 +03:00
..
build.mk no build means *no* build (and less reports), really 2012-05-06 19:17:10 +03:00
check.mk lib/check.mk: catch missing READMEs for features 2012-05-16 13:48:12 +03:00
clean.mk initial frontend support 2012-05-14 20:48:21 +03:00
common.mk lib/common.mk: avoid using uninitialized variables 2012-05-26 14:08:19 +03:00
distro.mk lib/distro.mk: tiny ISO info tweak 2012-05-10 21:19:32 +03:00
functions.mk use PATH instead of hardwired pathlets 2012-04-07 15:45:40 +03:00
help.mk initial frontend support 2012-05-14 20:48:21 +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
report.mk
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,
они работают в каталоге верхнего уровня.