
Buildman has been around for a little over a year and is used by a fair number of U-Boot developers. However quite a few people still use MAKEALL.
Buildman was intended to replace MAKEALL, so perhaps now is a good time to start that process.
The reasons to deprecate MAKEALL are: - We don't want to maintain two build systems - Buildman is typically faster - Buildman has a lot more features
This series adds a few features to buildman to fill some gaps, adds some infomation into the README on how to migrate from MAKEALL, and adds a deprecation message to MAKEALL.
Changes in v2: - Add new patch to fix existing typos - Minor changes to the text
Simon Glass (3): buildman: Fix a few typos buildman: Add some notes about moving from MAKEALL RFC: Deprecate MAKEALL
MAKEALL | 4 ++ tools/buildman/README | 104 +++++++++++++++++++++++++++++++++++++++++++++++--- 2 files changed, 102 insertions(+), 6 deletions(-)