qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] configure: silence test for brlapi
@ 2008-05-03  8:39 Carlo Marcelo Arenas Belon
  2008-05-03  9:34 ` Samuel Thibault
  0 siblings, 1 reply; 5+ messages in thread
From: Carlo Marcelo Arenas Belon @ 2008-05-03  8:39 UTC (permalink / raw)
  To: qemu-devel

[-- 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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2008-05-03 13:35 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-03  8:39 [Qemu-devel] [PATCH] configure: silence test for brlapi Carlo Marcelo Arenas Belon
2008-05-03  9:34 ` Samuel Thibault
2008-05-03 11:42   ` Ben Taylor
2008-05-03 11:48     ` Samuel Thibault
2008-05-03 13:35       ` Ben Taylor

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).