Skip to content

Commit

Permalink
RFC: Deprecate MAKEALL
Browse files Browse the repository at this point in the history
Since buildman now includes most of the features of MAKEALL it is probably
time to talk about deprecating MAKEALL.

Comments welcome.

Signed-off-by: Simon Glass <[email protected]>
  • Loading branch information
sjg20 authored and trini committed Jul 14, 2015
1 parent 33711bd commit f481576
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions MAKEALL
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,14 @@ usage()
exit ${ret}
}

deprecation() {
echo "** Note: MAKEALL is deprecated - please use buildman instead"
echo "** See tools/buildman/README for details"
echo
}

deprecation

SHORT_OPTS="ha:c:v:s:b:lmMCnr"
LONG_OPTS="help,arch:,cpu:,vendor:,soc:,board:,list,maintainers,mails,check,continue,rebuild-errors"

Expand Down Expand Up @@ -827,6 +835,8 @@ print_stats() {
kill_children
fi
deprecation
exit $RC
}
Expand Down

0 comments on commit f481576

Please sign in to comment.