[PATCH] kbuild: fix make clean damaging hg repos
authorMatt Mackall <mpm@selenic.com>
Sat, 3 Sep 2005 22:54:25 +0000 (15:54 -0700)
committerLinus Torvalds <torvalds@evo.osdl.org>
Mon, 5 Sep 2005 07:05:37 +0000 (00:05 -0700)
Running 'make clean' was quietly deleting files in Mercurial kernel
repositories matching '.*.d', which was corrupting the tags portions of the
repository.  Spotted and fixed by several people.

Signed-off-by: Matt Mackall <mpm@selenic.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Makefile

diff --cc Makefile
Simple merge