diff mbox

configure: Write new file "config-all-disas.mak" when running configure

Message ID 1357061624-9469-1-git-send-email-sw@weilnetz.de
State Accepted
Headers show

Commit Message

Stefan Weil Jan. 1, 2013, 5:33 p.m. UTC
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(+)

Comments

Anthony Liguori Jan. 3, 2013, 12:19 a.m. UTC | #1
Thanks, applied.

Regards,

Anthony Liguori
diff mbox

Patch

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