From: Stefan Weil <weil@mail.berlios.de>
To: QEMU Developers <qemu-devel@nongnu.org>
Subject: [Qemu-devel] [PATCH] Add missing dependencies for qemu-doc.*
Date: Tue, 23 Sep 2008 22:35:38 +0200 [thread overview]
Message-ID: <48D9531A.3070502@mail.berlios.de> (raw)
[-- Attachment #1: Type: text/plain, Size: 251 bytes --]
This patch fixes some items in Makefile:
* remove duplicate entries from .PHONY
* add missing entries to .PHONY
* sort entries in .PHONY alphabetically
* add missing dependencies for qemu-doc.* targets
Please apply it to svn trunk.
Thanks
Stefan
[-- Attachment #2: Makefile.patch --]
[-- Type: text/x-diff, Size: 991 bytes --]
Remove duplicate entries from .PHONY, add missing entries and sort the rest.
Add missing dependencies for qemu-doc.* targets.
Signed-off-by: Stefan Weil <weil@mail.berlios.de>
Index: Makefile
===================================================================
--- Makefile (Revision 5305)
+++ Makefile (Arbeitskopie)
@@ -2,8 +2,8 @@
include config-host.mak
-.PHONY: all clean distclean dvi info install install-doc tar tarbin \
- speed test html dvi info
+.PHONY: all clean cscope distclean dvi html info install install-doc \
+ recurse-all speed tar tarbin test
VPATH=$(SRC_PATH):$(SRC_PATH)/hw
@@ -32,7 +32,7 @@
LIBS+=-lwinmm -lws2_32 -liphlpapi
endif
-all: $(TOOLS) $(DOCS) recurse-all
+all: $(TOOLS) $(DOCS) recurse-all
SUBDIR_RULES=$(patsubst %,subdir-%, $(TARGET_DIRS))
@@ -288,6 +288,8 @@
html: qemu-doc.html qemu-tech.html
+qemu-doc.dvi qemu-doc.html qemu-doc.info: qemu-img.texi qemu-nbd.texi
+
VERSION ?= $(shell cat VERSION)
FILE = qemu-$(VERSION)
next reply other threads:[~2008-09-23 20:35 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-09-23 20:35 Stefan Weil [this message]
2008-09-23 20:46 ` [Qemu-devel] [PATCH] Add missing dependencies for qemu-doc.* Anthony Liguori
2008-09-23 21:48 ` Miklos Vajna
2008-09-24 1:13 ` Anthony Liguori
2008-09-24 1:12 ` Anthony Liguori
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=48D9531A.3070502@mail.berlios.de \
--to=weil@mail.berlios.de \
--cc=qemu-devel@nongnu.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 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).