From: Michal Marek Date: Wed, 10 Aug 2011 11:10:20 +0000 (+0200) Subject: kbuild: Do not delete empty files in make distclean X-Git-Tag: v3.2-rc1~28^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f4b129f519f1bbd191dca2bf17d1137edf941fd1;p=pandora-kernel.git kbuild: Do not delete empty files in make distclean Commit 3d64b44 introduced an empty file under arch/arm/mach-zynq/board_dt.c. While this was not intended and the file was removed from the tree by a later commit, we really should only match junk files by known name patterns and not their size. Reported-by: David Howells Signed-off-by: Michal Marek --- Reading git-diff-tree failed