qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] distclean target: remove config-host-kqemu.mak
@ 2006-02-10 10:30 Michael Renzmann
  0 siblings, 0 replies; only message in thread
From: Michael Renzmann @ 2006-02-10 10:30 UTC (permalink / raw)
  To: qemu-devel

[-- Attachment #1: Type: text/plain, Size: 141 bytes --]

Hi.

The attached trivial patch for current CVS adds config-host-kqemu.mak to
the list of removed files in the distclean target. 

Bye, Mike

[-- Attachment #2: qemu-cvs-distclean.diff --]
[-- Type: text/x-patch, Size: 361 bytes --]

Index: Makefile
===================================================================
--- Makefile	(revision 4)
+++ Makefile	(working copy)
@@ -35,7 +35,7 @@
         done
 
 distclean: clean
-	rm -f config-host.mak config-host.h
+	rm -f config-host.mak config-host.h config-host-kqemu.mak
 	for d in $(TARGET_DIRS); do \
 	rm -rf $$d || exit 1 ; \
         done

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-02-10 10:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-02-10 10:30 [Qemu-devel] [PATCH] distclean target: remove config-host-kqemu.mak Michael Renzmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).