* [Qemu-devel] [7113] Simplify reconfiguration
@ 2009-04-15 16:04 malc
0 siblings, 0 replies; only message in thread
From: malc @ 2009-04-15 16:04 UTC (permalink / raw)
To: qemu-devel
Revision: 7113
http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=7113
Author: malc
Date: 2009-04-15 16:04:03 +0000 (Wed, 15 Apr 2009)
Log Message:
-----------
Simplify reconfiguration
Modified Paths:
--------------
trunk/Makefile
Modified: trunk/Makefile
===================================================================
--- trunk/Makefile 2009-04-15 14:57:54 UTC (rev 7112)
+++ trunk/Makefile 2009-04-15 16:04:03 UTC (rev 7113)
@@ -45,7 +45,7 @@
config-host.mak: configure
ifneq ($(wildcard config-host.mak),)
@echo $@ is out-of-date, running configure
- @fgrep "Configured with:" $@ | sed s/.*Configured.with:.// | sh
+ @sed -n "/.*Configured with/{s/[^:]*: //p;q}" $@ | 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-15 16:04 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-15 16:04 [Qemu-devel] [7113] Simplify reconfiguration malc
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).