qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [7164] Make the sed script also work with OpenBSD and OpenS


From: Blue Swirl
Subject: [Qemu-devel] [7164] Make the sed script also work with OpenBSD and OpenSolaris seds
Date: Fri, 17 Apr 2009 20:01:13 +0000

Revision: 7164
          http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=7164
Author:   blueswir1
Date:     2009-04-17 20:01:12 +0000 (Fri, 17 Apr 2009)
Log Message:
-----------
Make the sed script also work with OpenBSD and OpenSolaris seds

Modified Paths:
--------------
    trunk/Makefile

Modified: trunk/Makefile
===================================================================
--- trunk/Makefile      2009-04-17 18:59:56 UTC (rev 7163)
+++ trunk/Makefile      2009-04-17 20:01:12 UTC (rev 7164)
@@ -45,7 +45,7 @@
 config-host.mak: configure
 ifneq ($(wildcard config-host.mak),)
        @echo $@ is out-of-date, running configure
-       @sed -n "/.*Configured with/{s/[^:]*: //p;q}" $@ | sh
+       @sed -n "/.*Configured with/s/[^:]*: //p" $@ | sh
 endif
 
 SUBDIR_RULES=$(patsubst %,subdir-%, $(TARGET_DIRS))





reply via email to

[Prev in Thread] Current Thread [Next in Thread]