qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Carlo Marcelo Arenas Belon <carenas@sajinet.com.pe>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] [PATCH] configure: silence test for brlapi
Date: Sat, 3 May 2008 03:39:51 -0500	[thread overview]
Message-ID: <20080503083951.GA32346@tapir> (raw)

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

The following patch, sends the output for the test of brlapi to /dev/null
instead of the currently defined log file as it is left unused otherwise
in /tmp of the build server.

Carlo
---

[-- Attachment #2: qemu-configure-brlapi.patch --]
[-- Type: text/plain, Size: 478 bytes --]

Index: configure
===================================================================
--- configure	(revision 4304)
+++ configure	(working copy)
@@ -733,7 +733,7 @@
 #include <brlapi.h>
 int main( void ) { return brlapi__openConnection (NULL, NULL, NULL); }
 EOF
-    if $cc -o $TMPE ${OS_CFLAGS} $TMPC -lbrlapi 2> /tmp/qemu-$$-brlapi.log ; then
+    if $cc -o $TMPE ${OS_CFLAGS} $TMPC -lbrlapi 2> /dev/null ; then
 	    brlapi=yes
     fi # brlapi compile test
 fi # -z $brlapi

             reply	other threads:[~2008-05-03  8:20 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-05-03  8:39 Carlo Marcelo Arenas Belon [this message]
2008-05-03  9:34 ` [Qemu-devel] [PATCH] configure: silence test for brlapi Samuel Thibault
2008-05-03 11:42   ` Ben Taylor
2008-05-03 11:48     ` Samuel Thibault
2008-05-03 13:35       ` Ben Taylor

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=20080503083951.GA32346@tapir \
    --to=carenas@sajinet.com.pe \
    --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).