|
@@ -22,7 +22,9 @@ rm -f config.log
|
|
|
|
|
|
# Print a helpful header at the top of config.log
|
|
# Print a helpful header at the top of config.log
|
|
echo "# QEMU configure log $(date)" >> config.log
|
|
echo "# QEMU configure log $(date)" >> config.log
|
|
-echo "# produced by $0 $*" >> config.log
|
|
|
|
|
|
+printf "# Configured with:" >> config.log
|
|
|
|
+printf " '%s'" "$0" "$@" >> config.log
|
|
|
|
+echo >> config.log
|
|
echo "#" >> config.log
|
|
echo "#" >> config.log
|
|
|
|
|
|
compile_object() {
|
|
compile_object() {
|