[OpenWrt-Devel] [PATCH] [include] include: clear the line before outputting the progress message

2014-09-17 Thread John Szakmeister
Signed-off-by: John Szakmeister --- This doesn't necessarily fix anything that's "broken", but it's nice to actually be able to read the lines instead of them overwriting each other. include/scan.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/scan.mk b/include/sca

Re: [OpenWrt-Devel] [PATCH] [include] include: clear the line before outputting the progress message

2014-02-24 Thread John Szakmeister
*bump* -John On Wed, Jul 3, 2013 at 3:29 PM, John Szakmeister wrote: > Signed-off-by: John Szakmeister > --- > include/scan.mk | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > I noticed that the progress output was stepping all over itself, which made it > hard to read. This uses a

[OpenWrt-Devel] [PATCH] [include] include: clear the line before outputting the progress message

2013-07-03 Thread John Szakmeister
Signed-off-by: John Szakmeister --- include/scan.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) I noticed that the progress output was stepping all over itself, which made it hard to read. This uses a standard escape sequence to clear the line first. -John diff --git a/include/scan.