diff options
author | Stefan Weil <sw@weilnetz.de> | 2013-01-01 18:33:44 +0100 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2013-01-02 13:33:21 -0600 |
commit | dbd99ae302be8f51b547fb6283c91d0c9859b7d5 (patch) | |
tree | 2a7cacaf3c77670e9e137f60a38bcc026f038a19 /configure | |
parent | 503483336039a8b2b182535f87f4820d259fca82 (diff) |
configure: Write new file "config-all-disas.mak" when running configure
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>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |