]> git.proxmox.com Git - qemu.git/commitdiff
configure: Write new file "config-all-disas.mak" when running configure
authorStefan Weil <sw@weilnetz.de>
Tue, 1 Jan 2013 17:33:44 +0000 (18:33 +0100)
committerAnthony Liguori <aliguori@us.ibm.com>
Wed, 2 Jan 2013 19:33:21 +0000 (13:33 -0600)
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 <sw@weilnetz.de>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
configure

index cc1e20ac540f32758099ebeda2e43998e6b0f136..9538041d05489a2c4f8e11f5589f630eb4948f06 100755 (executable)
--- a/configure
+++ b/configure
@@ -3314,6 +3314,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