On 08/15/2012 05:29 AM, Peter Maydell wrote: > Avoid having an explicit list of directories in the 'clean' > target by using 'find' to remove all .o and .d files instead. > > Signed-off-by: Peter Maydell > --- > Changes v1->v2: use portable 'find -exec' rather than unsafe 'find | xargs' > or unportable 'find -print0 | xargs -0'. > > Makefile | 7 ++----- > 1 file changed, 2 insertions(+), 5 deletions(-) Reviewed-by: Eric Blake -- Eric Blake eblake@redhat.com +1-919-301-3266 Libvirt virtualization library http://libvirt.org