* [Qemu-devel] [patch] Clean documetation
@ 2005-08-21 19:58 Paul Brook
0 siblings, 0 replies; only message in thread
From: Paul Brook @ 2005-08-21 19:58 UTC (permalink / raw)
To: qemu-devel
[-- Attachment #1: Type: text/plain, Size: 147 bytes --]
The qemu Makefiles don't remove the generated documentation files.
The attached patch adds removal of these files to the 'distclean' rule.
Paul
[-- Attachment #2: patch --]
[-- Type: text/x-diff, Size: 482 bytes --]
Index: Makefile
===================================================================
RCS file: /cvsroot/qemu/qemu/Makefile,v
retrieving revision 1.90
diff -u -p -r1.90 Makefile
--- Makefile 21 Aug 2005 09:23:39 -0000 1.90
+++ Makefile 21 Aug 2005 19:48:24 -0000
@@ -44,7 +44,7 @@ ifdef CONFIG_KQEMU
endif
distclean: clean
- rm -f config-host.mak config-host.h
+ rm -f config-host.mak config-host.h $(DOCS)
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:[~2005-08-21 20:05 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-08-21 19:58 [Qemu-devel] [patch] Clean documetation Paul Brook
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.