qemu-trivial
[Top][All Lists]
Advanced

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

[Qemu-trivial] [PATCH] configure: Write new file "config-all-disas.mak"


From: Stefan Weil
Subject: [Qemu-trivial] [PATCH] configure: Write new file "config-all-disas.mak" when running configure
Date: Tue, 1 Jan 2013 18:33:44 +0100

Incremental builds added new lines to that file each time when configure
was run.

Now a new file with a comment line is written.

Signed-off-by: Stefan Weil <address@hidden>
---

The file still contains lots of duplicated entries, but they don't cause
problems.

Regards and happy new year

Stefan

 configure |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/configure b/configure
index b0c7e54..2fafa8a 100755
--- a/configure
+++ b/configure
@@ -3297,6 +3297,8 @@ fi
 config_host_mak="config-host.mak"
 config_host_ld="config-host.ld"
 
+echo "# Automatically generated by configure - do not modify" 
>config-all-disas.mak
+
 echo "# Automatically generated by configure - do not modify" > 
$config_host_mak
 printf "# Configured with:" >> $config_host_mak
 printf " '%s'" "$0" "$@" >> $config_host_mak
-- 
1.7.10.4




reply via email to

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