Michael Shigorin 3a8af6b55d lib/clean.mk: post-build cleanup revisited
The prerequisites for a cleanup after a successful build
were somewhat weird at this point; now the rules are:
- if DEBUG level is more than 1 or CHECK is set, don't do it;
- otherwise if at least one of the following conditions is true:
  + there's more than one target being built in a row;
  + the build was run by e.g. alterator-mkimage;
  + metaprofile directory is read only
  ...then do a distclean.

If these are still weird or feel unsuitable for profile hacking,
drop me a note (or a patch).
2012-07-30 19:59:41 +04:00
..
2012-07-16 18:20:55 +03:00
2012-05-10 21:19:32 +03:00
2012-07-02 16:14:34 +03:00
2012-06-18 21:56:46 +03:00
2012-07-06 18:52:46 +03:00
2012-04-23 23:10:29 +03:00
2012-07-16 18:20:55 +03:00
2012-01-02 21:01:09 +02:00
2012-06-25 19:29:38 +03:00

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

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