* [patch] remove initramfs temp files @ 2003-08-09 1:08 Robert Love 2003-08-09 5:57 ` Sam Ravnborg 0 siblings, 1 reply; 3+ messages in thread From: Robert Love @ 2003-08-09 1:08 UTC (permalink / raw) To: kai, torvalds; +Cc: linux-kernel Hi, Kai. 'make distclean' and 'make mrproper' both fail to remove the file initramfs_data.S.tmp from the root of the kernel build tree. Attached patch adds it to the MRPROPER_FILES list. Patch is against 2.6.0-test2. Robert Love Makefile | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -urN linux-2.6.0-test2/Makefile linux/Makefile --- linux-2.6.0-test2/Makefile 2003-07-27 10:04:49.000000000 -0700 +++ linux/Makefile 2003-08-08 18:01:40.721934933 -0700 @@ -676,7 +676,7 @@ include/asm \ .hdepend include/linux/modversions.h \ tags TAGS cscope kernel.spec \ - .tmp* + initramfs_data.S.tmp .tmp* # Directories removed with 'make mrproper' MRPROPER_DIRS += \ ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [patch] remove initramfs temp files 2003-08-09 1:08 [patch] remove initramfs temp files Robert Love @ 2003-08-09 5:57 ` Sam Ravnborg 2003-08-10 1:42 ` Robert Love 0 siblings, 1 reply; 3+ messages in thread From: Sam Ravnborg @ 2003-08-09 5:57 UTC (permalink / raw) To: Robert Love; +Cc: kai, torvalds, linux-kernel On Fri, Aug 08, 2003 at 06:08:12PM -0700, Robert Love wrote: > Hi, Kai. > > 'make distclean' and 'make mrproper' both fail to remove the file > initramfs_data.S.tmp from the root of the kernel build tree. Bitkeeper generated this file during a merge - dunno wht. So the file was part of the kernel src - but Linus already noticed and deleted it from the kernel src. It is gone in test3. Sam ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [patch] remove initramfs temp files 2003-08-09 5:57 ` Sam Ravnborg @ 2003-08-10 1:42 ` Robert Love 0 siblings, 0 replies; 3+ messages in thread From: Robert Love @ 2003-08-10 1:42 UTC (permalink / raw) To: Sam Ravnborg; +Cc: kai, torvalds, linux-kernel On Fri, 2003-08-08 at 22:57, Sam Ravnborg wrote: > Bitkeeper generated this file during a merge - dunno wht. > So the file was part of the kernel src - but Linus already noticed and > deleted it from the kernel src. > It is gone in test3. Oh. For some reason I thought it was generated during my build. Thanks. Robert Love ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2003-08-10 1:43 UTC | newest] Thread overview: 3+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2003-08-09 1:08 [patch] remove initramfs temp files Robert Love 2003-08-09 5:57 ` Sam Ravnborg 2003-08-10 1:42 ` Robert Love
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox