mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 23:33:54 -06:00
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:
parent
d3b1848096
commit
2becc36a3e
16 changed files with 192 additions and 102 deletions
|
@ -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
3
scripts/grepy.sh
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
grep -h '=y$' "$@" | sort -u
|
0
scripts/minikconf.py
Executable file → Normal file
0
scripts/minikconf.py
Executable file → Normal file
Loading…
Add table
Add a link
Reference in a new issue