summaryrefslogtreecommitdiffstats
path: root/scripts/lib/ptxd_make_progress.sh
Commit message (Collapse)AuthorAgeFilesLines
* CREDITS: remove unmaintained fileRoland Hieber2019-07-031-2/+0
| | | | | | | | | | | | | | | This file has been touched 2 times in the last 7 years, and is no longer up to date. Remove it to carry less unmaintained stuff around. Also remove all references to it from file headers using for file in `g grep -l 'See CREDITS for details about who has'`; do sed -i '/See CREDITS for details about who has/,+1d' $file done as well as the different wording from rules/other/Toplevel.make. Signed-off-by: Roland Hieber <rhi@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* progress: fix total countMichael Olbrich2019-02-211-2/+2
| | | | | | | This was broken in the final cleanup of the last change. Also, remove accidentally commited debug 'tee a'. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* progress: count image stagesMichael Olbrich2019-02-191-3/+3
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* ptxd_make_setup_progress: remove debug leftoverMichael Olbrich2018-12-121-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* ptxd_make_progress: make the dry-run more robustMichael Olbrich2018-12-101-3/+7
| | | | | | | | | | Set MAKE=false to ensure any sub-make fails immediately if the dry-run setup does not work correctly. Also, don't ignore errors during 'make --dry-run'. Note: only errors for 'make' are relevant. 'grep' fails if no targets are found. That can happen if nothing needs to be done. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* ptxd_make_setup_progress: only in quiet modeMichael Olbrich2018-12-101-1/+1
| | | | | | | The progress output is only printed in quiet mode so skip the expensive setup otherwise. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* ptxdist: add --progress optionMichael Olbrich2018-12-061-0/+43
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>