On 17 March 2014 06:15, Stefan Weil <s...@weilnetz.de> wrote: > Am 17.03.2014 02:35, schrieb Fam Zheng: >> This fixes a dangerous bug: "make clean" after "make distclean" will >> delete every single file including those under .git, if you do in-tree >> build! >> >> Rationale: A first "make distclean" will unset $(DSOSUF), a following >> "make distclean" or "make clean" will find all the files and delete it. >> >> Fix it by explicitly typing the file extensions here, and combine >> multiple find invocations into one. >> >> Signed-off-by: Fam Zheng <f...@redhat.com>
> Reviewed-by: Stefan Weil <s...@weilnetz.de> > > Hello Peter, > > this is a bugfix which fixes a potential danger for a developer's > working directory, so I think it should be fixed directly (not via > qemu-trivial). Agreed; applied to master, thanks. -- PMM