]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[PATCH] Ensure that 'make distclean' does not delete files in '.git'
authorTrond Myklebust <trond.myklebust@fys.uio.no>
Thu, 27 Oct 2005 18:46:53 +0000 (14:46 -0400)
committerLinus Torvalds <torvalds@g5.osdl.org>
Fri, 28 Oct 2005 20:57:57 +0000 (13:57 -0700)
commit406119f49d4a6cf8b6eee639128e0575a95065e3
tree18e6717629212508d1dfd5a7c896af26bcb5412a
parent6cd37cda7ed117d5a13d9b69aeded57b4fd6de14
[PATCH] Ensure that 'make distclean' does not delete files in '.git'

Currently, 'make distclean' causes stgit to barf since it may delete
files in .git/patches.  We really shouldn't allow 'make distclean'
anywhere near .git...

Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Makefile