* [Qemu-devel] [PATCH] configure: Write new file "config-all-disas.mak" when running configure
@ 2013-01-01 17:33 Stefan Weil
2013-01-03 0:19 ` Anthony Liguori
0 siblings, 1 reply; 2+ messages in thread
From: Stefan Weil @ 2013-01-01 17:33 UTC (permalink / raw)
To: qemu-trivial; +Cc: Paolo Bonzini, qemu-devel, Stefan Weil
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>
---
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [Qemu-devel] [PATCH] configure: Write new file "config-all-disas.mak" when running configure
2013-01-01 17:33 [Qemu-devel] [PATCH] configure: Write new file "config-all-disas.mak" when running configure Stefan Weil
@ 2013-01-03 0:19 ` Anthony Liguori
0 siblings, 0 replies; 2+ messages in thread
From: Anthony Liguori @ 2013-01-03 0:19 UTC (permalink / raw)
To: Stefan Weil, qemu-trivial; +Cc: Paolo Bonzini, qemu-devel
Thanks, applied.
Regards,
Anthony Liguori
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-01-03 0:20 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-01 17:33 [Qemu-devel] [PATCH] configure: Write new file "config-all-disas.mak" when running configure Stefan Weil
2013-01-03 0:19 ` Anthony Liguori
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).