qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] Makefile: Avoid explicit list of directories in


From: Peter Maydell
Subject: Re: [Qemu-devel] [PATCH] Makefile: Avoid explicit list of directories in clean target
Date: Tue, 31 Jul 2012 16:51:59 +0100

On 31 July 2012 16:49, Stefan Weil <address@hidden> wrote:
> Yes, QEMU creates files in 3 levels. We could use
>
>     rm -f *.[od] */*.[od] */*/*.[od]
>
> I suggest using the wrapper $(call quiet-command,...)
> to suppress printing of all removed file names.

My worry was not so much what we print as that we
might be exceeding the total command line length
limits on some systems (whether you did it this way
or via "rm -f $(find ...)").

-- PMM



reply via email to

[Prev in Thread] Current Thread [Next in Thread]