qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [5940] Quote configure' s arguments and location while stor


From: malc
Subject: [Qemu-devel] [5940] Quote configure' s arguments and location while storing them in config_host.mak
Date: Sun, 07 Dec 2008 22:50:17 +0000

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






reply via email to

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