commit | 0216f86dafb389c0ad97529fd45e64e883298cfd | [log] [tgz] |
---|---|---|
author | Matt Mackall <mpm@selenic.com> | Sat Sep 03 15:54:25 2005 -0700 |
committer | Linus Torvalds <torvalds@evo.osdl.org> | Mon Sep 05 00:05:37 2005 -0700 |
tree | 5afd066d3b888c9cce1f9e73768891d079de78e3 | |
parent | e8a650150b1001bc34d506e4c44538463d368890 [diff] |
[PATCH] kbuild: fix make clean damaging hg repos 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>