lkml.org 
[lkml]   [2003]   [Jul]   [15]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH][2.6.0-test1] make clean should remove usr/initramfs_data.S

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/
\
 
 \ /
  Last update: 2005-03-22 13:46    [W:0.014 / U:0.612 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site