From: Robert Love <rml@tech9.net>
To: kai@tp1.ruhr-uni-bochum.de, torvalds@transmeta.com
Cc: linux-kernel@vger.kernel.org
Subject: [patch] remove initramfs temp files
Date: Fri, 08 Aug 2003 18:08:12 -0700 [thread overview]
Message-ID: <1060391292.31499.52.camel@localhost> (raw)
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 += \
next reply other threads:[~2003-08-09 1:12 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-08-09 1:08 Robert Love [this message]
2003-08-09 5:57 ` [patch] remove initramfs temp files Sam Ravnborg
2003-08-10 1:42 ` Robert Love
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1060391292.31499.52.camel@localhost \
--to=rml@tech9.net \
--cc=kai@tp1.ruhr-uni-bochum.de \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@transmeta.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox