linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH][2.6.0-test1] make clean should remove usr/initramfs_data.S
@ 2003-07-15 11:14 Mikael Pettersson
  0 siblings, 0 replies; only message in thread
From: Mikael Pettersson @ 2003-07-15 11:14 UTC (permalink / raw)
  To: torvalds; +Cc: linux-kernel


A 2.6.0-test1 kernel build leaves a temp file in usr/,
initramfs_data.S, that make clean doesn't remove.
This is ugly. Fixed in the patch below.

/Mikael

--- linux-2.6.0-test1/usr/Makefile.~1~	2003-07-11 00:08:29.000000000 +0200
+++ linux-2.6.0-test1/usr/Makefile	2003-07-14 13:54:56.800296448 +0200
@@ -3,7 +3,7 @@
 
 host-progs  := gen_init_cpio
 
-clean-files := initramfs_data.cpio.gz
+clean-files := initramfs_data.cpio.gz initramfs_data.S
 
 $(src)/initramfs_data.S: $(obj)/initramfs_data.cpio.gz
 	echo "	.section .init.ramfs,\"a\"" > $(src)/initramfs_data.S

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-07-15 11:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-07-15 11:14 [PATCH][2.6.0-test1] make clean should remove usr/initramfs_data.S Mikael Pettersson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).