* [Qemu-devel] [7164] Make the sed script also work with OpenBSD and OpenSolaris seds
@ 2009-04-17 20:01 Blue Swirl
0 siblings, 0 replies; only message in thread
From: Blue Swirl @ 2009-04-17 20:01 UTC (permalink / raw)
To: qemu-devel
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))
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2009-04-17 20:01 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-17 20:01 [Qemu-devel] [7164] Make the sed script also work with OpenBSD and OpenSolaris seds Blue Swirl
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).