From: Thomas Schwinge <schwinge-qemu-devel@nic-nac-project.de>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] patches
Date: Fri, 19 Nov 2004 18:57:01 +0100 [thread overview]
Message-ID: <20041119175701.GA728@bobby.schwinge.homeip.net> (raw)
[-- Attachment #1: Type: text/plain, Size: 339 bytes --]
Hello!
Attached are 'qemu-Makefile-man.patch' and 'qemu-test-byteswap.h.patch'.
The former removes the executable bit from the installed manual pages,
the latter is from the category "check, don't speculate": 'byteswap.h'
could be (and on my systems indeed is) available in a directory
different from '/usr/include/'.
Regards,
Thomas
[-- Attachment #2: qemu-Makefile-man.patch --]
[-- Type: text/plain, Size: 339 bytes --]
--- qemu-0.o/Makefile
+++ qemu-0/Makefile
@@ -57,7 +57,7 @@
install -m 644 qemu-doc.html qemu-tech.html "$(docdir)"
ifndef CONFIG_WIN32
mkdir -p "$(mandir)/man1"
- install qemu.1 qemu-img.1 "$(mandir)/man1"
+ install -m 0644 qemu.1 qemu-img.1 "$(mandir)/man1"
endif
for d in $(TARGET_DIRS); do \
$(MAKE) -C $$d $@ || exit 1 ; \
[-- Attachment #3: qemu-test-byteswap.h.patch --]
[-- Type: text/plain, Size: 387 bytes --]
--- qemu-0.o/configure
+++ qemu-0/configure
@@ -393,7 +393,7 @@
if test "$mingw32" = "yes" ; then
echo "CONFIG_WIN32=yes" >> $config_mak
echo "#define CONFIG_WIN32 1" >> $config_h
-elif test -f "/usr/include/byteswap.h" ; then
+elif echo '#include <byteswap.h>' | $cc -x c -c -o $TMPO -; then
echo "#define HAVE_BYTESWAP_H 1" >> $config_h
fi
if test "$darwin" = "yes" ; then
next reply other threads:[~2004-11-19 18:21 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-11-19 17:57 Thomas Schwinge [this message]
-- strict thread matches above, loose matches on Subject: below --
2005-10-28 23:57 [Qemu-devel] Patches malc
2007-06-30 15:13 Ben Taylor
[not found] <4a3e994d.8a53f10a.3da6.ffff82adSMTPIN_ADDED@mx.google.com>
2009-06-22 1:05 ` [Qemu-devel] patches G 3
2009-06-22 5:31 ` Avi Kivity
2010-03-18 0:27 Edgar E. Iglesias
2014-06-27 10:39 lisa
2015-07-14 8:12 [Qemu-devel] Patches Peter Crosthwaite
2015-07-14 9:58 ` Peter Maydell
2015-07-15 8:52 ` Stefan Hajnoczi
2015-07-15 11:26 ` Peter Maydell
2015-07-16 10:33 ` Stefan Hajnoczi
2015-07-14 14:45 ` Stefan Hajnoczi
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=20041119175701.GA728@bobby.schwinge.homeip.net \
--to=schwinge-qemu-devel@nic-nac-project.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).