* [Patch] 'make dist-clean' should clean more files
@ 2008-06-24 10:43 WANG Cong
2008-06-27 3:22 ` Simon Horman
0 siblings, 1 reply; 2+ messages in thread
From: WANG Cong @ 2008-06-24 10:43 UTC (permalink / raw)
To: kexec
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [Patch] 'make dist-clean' should clean more files
2008-06-24 10:43 [Patch] 'make dist-clean' should clean more files WANG Cong
@ 2008-06-27 3:22 ` Simon Horman
0 siblings, 0 replies; 2+ messages in thread
From: Simon Horman @ 2008-06-27 3:22 UTC (permalink / raw)
To: WANG Cong; +Cc: kexec
Thanks, applied.
--
Horms
_______________________________________________
kexec mailing list
kexec@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/kexec
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-06-27 3:22 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-24 10:43 [Patch] 'make dist-clean' should clean more files WANG Cong
2008-06-27 3:22 ` Simon Horman
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.