diff mbox

[U-Boot,v2,3/3] RFC: Deprecate MAKEALL

Message ID 1406613210-22428-4-git-send-email-sjg@chromium.org
State Superseded
Delegated to: Tom Rini
Headers show

Commit Message

Simon Glass July 29, 2014, 5:53 a.m. UTC
Since buildman now includes most of the features of MAKEALL it is proabably
time to talk about deprecating MAKEALL.

Comments welcome.

Signed-off-by: Simon Glass <sjg@chromium.org>
---

Changes in v2: None

 MAKEALL | 4 ++++
 1 file changed, 4 insertions(+)
diff mbox

Patch

diff --git a/MAKEALL b/MAKEALL
index 020e65f..6443814 100755
--- a/MAKEALL
+++ b/MAKEALL
@@ -60,6 +60,10 @@  usage()
 	exit ${ret}
 }
 
+echo "** Note: MAKEALL is deprecated - please use buildman instead"
+echo "** See tools/buildman/README for details"
+echo
+
 SHORT_OPTS="ha:c:v:s:b:lmMCnr"
 LONG_OPTS="help,arch:,cpu:,vendor:,soc:,board:,list,maintainers,mails,check,continue,rebuild-errors"