From: WANG Cong <xiyou.wangcong@gmail.com>
To: kexec@lists.infradead.org
Subject: [Patch] 'make dist-clean' should clean more files
Date: Tue, 24 Jun 2008 11:43:38 +0100 [thread overview]
Message-ID: <20080624104338.GA6324@hack.voiplan.pt> (raw)
Signed-off-by: WANG Cong <xiyou.wangcong@gmail.com>
---
diff --git a/Makefile.in b/Makefile.in
index b51c3a1..341e170 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -233,6 +233,8 @@ distclean: dist-clean
dist-clean: clean
$(RM) -f config.log config.status config.cache Makefile include/config.h
+ $(RM) -f include/config.h.in configure
+ $(RM) -rf autom4te.cache
install: $(TARGETS)
for file in $(TARGETS) ; do \
_______________________________________________
kexec mailing list
kexec@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/kexec
next reply other threads:[~2008-06-24 10:46 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-06-24 10:43 WANG Cong [this message]
2008-06-27 3:22 ` [Patch] 'make dist-clean' should clean more files Simon Horman
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=20080624104338.GA6324@hack.voiplan.pt \
--to=xiyou.wangcong@gmail.com \
--cc=kexec@lists.infradead.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.