meson: infrastructure for building emulators

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
Paolo Bonzini 2020-02-03 11:42:03 +01:00
parent d3b1848096
commit 2becc36a3e
16 changed files with 192 additions and 102 deletions

View file

@ -1,5 +1,7 @@
#!/bin/sh
test $# -gt 0 && exec < $1
echo "/* Automatically generated by create_config - do not modify */"
while read line; do

3
scripts/grepy.sh Executable file
View file

@ -0,0 +1,3 @@
#!/bin/sh
grep -h '=y$' "$@" | sort -u

0
scripts/minikconf.py Executable file → Normal file
View file