* [Qemu-devel] [5940] Quote configure' s arguments and location while storing them in config_host.mak
@ 2008-12-07 22:50 malc
0 siblings, 0 replies; only message in thread
From: malc @ 2008-12-07 22:50 UTC (permalink / raw)
To: qemu-devel
Revision: 5940
http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=5940
Author: malc
Date: 2008-12-07 22:50:16 +0000 (Sun, 07 Dec 2008)
Log Message:
-----------
Quote configure's arguments and location while storing them in config_host.mak
Modified Paths:
--------------
trunk/configure
Modified: trunk/configure
===================================================================
--- trunk/configure 2008-12-07 22:46:49 UTC (rev 5939)
+++ trunk/configure 2008-12-07 22:50:16 UTC (rev 5940)
@@ -1069,7 +1069,9 @@
test -f $config_h && mv $config_h ${config_h}~
echo "# Automatically generated by configure - do not modify" > $config_mak
-echo "# Configured with: $0 $@" >> $config_mak
+echo -n "# Configured with:" >> $config_mak
+printf " '%s'" "$0" "$@" >> $config_mak
+echo >> $config_mak
echo "/* Automatically generated by configure - do not modify */" > $config_h
echo "prefix=$prefix" >> $config_mak
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-12-07 22:50 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-07 22:50 [Qemu-devel] [5940] Quote configure' s arguments and location while storing them in config_host.mak 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).