mkimage-profiles/lib
Michael Shigorin b52ff4ef91 lib/build.mk: different colours for different outcomes
As was (quite reasonably) asked by someone and me too,
why should a successful build yield a *red* line
(a grep's default)?

So now it's new and improved, 25% free and so forth:
with a successful build you get a green line, while
errors from a broke one result in red ones.

Clinically tested in both b/w and w/b colour schemes;
in case you're not satisfied, please return original
ANSI_OK and ANSI_FAIL values to the colour dealer
and pass your favourite ones instead.
2011-11-21 13:52:41 +02:00
..
build.mk lib/build.mk: different colours for different outcomes 2011-11-21 13:52:41 +02:00
clean.mk CLEAN by default (unless DEBUG) 2011-11-07 12:28:09 +02:00
distro.mk introduced conf.d/ for distro, ve config snippets 2011-11-04 16:54:41 +02:00
functions.mk introduced add_feature function 2011-11-19 11:47:29 +02:00
log.mk tweaked variable logging 2011-11-07 00:01:36 +02:00
profile.mk further toplevel logging tweaks 2011-11-07 00:01:36 +02:00
README full-view docs update 2011-11-07 00:01:36 +02:00
sugar.mk official {distro,ve}/* support 2011-11-04 16:54:41 +02:00
ve.mk introduced conf.d/ for distro, ve config snippets 2011-11-04 16:54:41 +02:00

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

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