mkimage-profiles/features.in/cleanup
Michael Shigorin 9cedefdba9 introduced add_feature function
The features might get copy-pasted (or even copied-and-pruned)
when initialized; there's an unneccessary duplication of the
function name in the line adding it to FEATURES list, thus
prone to being forgotten and causing some havoc later on.

It was wrong in the first place but tackling this with some
double-colon rules ran into terminality issues, and further
tortures were considered unneccessary.

The current solution isn't perfect (no completely transparent
function name registration upon corresponding target being called)
but at least it is an improvement...
2011-11-19 11:47:29 +02:00
..
install2/image-scripts.d tagged scripts breakage partially fixed 2011-11-19 11:45:59 +02:00
config.mk introduced add_feature function 2011-11-19 11:47:29 +02:00
README initial features.in/cleanup 2011-11-04 16:15:30 +02:00

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Эта фича вместо созидания занимается выкидыванием лишнего
(например, части модулей инсталятора из установленной системы).

По возможности стоит работать над дизайном инфраструктуры
и пакетной базой так, чтобы ставить-удалять приходилось как
можно меньше.  В идеале такой антифичи не должно быть вовсе :)