public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [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

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