summaryrefslogtreecommitdiffstats
path: root/scripts/create_config
diff options
context:
space:
mode:
authorPaolo Bonzini2020-02-03 11:42:03 +0100
committerPaolo Bonzini2020-08-21 12:30:17 +0200
commit2becc36a3e53dc9b8ed01c5288e21a2463f1f640 (patch)
treea9d1f784c47bc111897d41db50972c4628bf6607 /scripts/create_config
parentmeson: convert target/s390x/gen-features.h (diff)
downloadqemu-2becc36a3e53dc9b8ed01c5288e21a2463f1f640.tar.gz
qemu-2becc36a3e53dc9b8ed01c5288e21a2463f1f640.tar.xz
qemu-2becc36a3e53dc9b8ed01c5288e21a2463f1f640.zip
meson: infrastructure for building emulators
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'scripts/create_config')
-rwxr-xr-xscripts/create_config2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/create_config b/scripts/create_config
index 6d8f08b39d..bc82661041 100755
--- a/scripts/create_config
+++ b/scripts/create_config
@@ -1,5 +1,7 @@
#!/bin/sh
+test $# -gt 0 && exec < $1
+
echo "/* Automatically generated by create_config - do not modify */"
while read line; do