lkml.org 
[lkml]   [2003]   [Aug]   [8]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Subject[patch] remove initramfs temp files
From
Date
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 += \

-
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:47    [W:0.023 / U:0.412 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site