Re: [ptxdist] [PATCH] [RfC] ptxdist: add rootstat command

2015-02-16 Thread Michael Olbrich
On Wed, Feb 11, 2015 at 05:34:50PM +0100, Robert Schwebel wrote: Since we have our debug root components in .debug directories, it became complicated to find out about the size of the root directory. Add an option for it. 'du' can do that for you easily: $ du -sh --exclude=.debug

Re: [ptxdist] [PATCH] [RfC] ptxdist: add rootstat command

2015-02-16 Thread Robert Schwebel
On Mon, Feb 16, 2015 at 11:49:53AM +0100, Michael Olbrich wrote: On Wed, Feb 11, 2015 at 05:34:50PM +0100, Robert Schwebel wrote: Since we have our debug root components in .debug directories, it became complicated to find out about the size of the root directory. Add an option for it.

[ptxdist] [PATCH] [RfC] ptxdist: add rootstat command

2015-02-11 Thread Robert Schwebel
Since we have our debug root components in .debug directories, it became complicated to find out about the size of the root directory. Add an option for it. Signed-off-by: Robert Schwebel r.schwe...@pengutronix.de --- bin/ptxdist | 11 +++ 1 file changed, 11 insertions(+) diff --git

Re: [ptxdist] [PATCH] [RfC] ptxdist: add rootstat command

2015-02-11 Thread Uwe Kleine-König
Hello, On Wed, Feb 11, 2015 at 05:34:50PM +0100, Robert Schwebel wrote: --- a/bin/ptxdist +++ b/bin/ptxdist @@ -994,6 +994,7 @@ Misc: newpackage type create a new package Makefile in a rules dir use 'newpackage help' for a longer description