[PATCH][2.6.0-test1] make clean should remove usr/initramfs_data.S

From: Mikael Pettersson (mikpe@csd.uu.se)
Date: Tue Jul 15 2003 - 06:14:48 EST


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
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Tue Jul 15 2003 - 22:00:56 EST