diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2019-07-18 13:21:28 +0200 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2020-08-21 06:30:19 -0400 |
commit | c3a0ee847a571095fa3c81c4c5352f85f42d9fb6 (patch) | |
tree | c27e3f14376333a59cc7f25e945249b8136f3784 /configure | |
parent | 897b5afae57bbfa2af928a8c381465209d178e5b (diff) | |
download | qemu-c3a0ee847a571095fa3c81c4c5352f85f42d9fb6.zip qemu-c3a0ee847a571095fa3c81c4c5352f85f42d9fb6.tar.gz qemu-c3a0ee847a571095fa3c81c4c5352f85f42d9fb6.tar.bz2 |
configure, Makefile; remove TOOLS and HELPERS-y variable
Everything involving tools is now done by meson.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -6716,12 +6716,6 @@ if [ "$eventfd" = "yes" ]; then ivshmem=yes fi -tools="" -if test "$want_tools" = "yes" ; then - if [ "$linux" = "yes" -o "$bsd" = "yes" -o "$solaris" = "yes" ] ; then - tools="qemu-storage-daemon\$(EXESUF) $tools" - fi -fi if test "$softmmu" = yes ; then if test "$linux" = yes; then if test "$virtfs" != no && test "$cap_ng" = yes && test "$attr" = yes ; then @@ -7817,7 +7811,6 @@ else QEMU_INCLUDES="-iquote ${source_path}/tcg/${ARCH} $QEMU_INCLUDES" fi -echo "TOOLS=$tools" >> $config_host_mak echo "ROMS=$roms" >> $config_host_mak echo "MAKE=$make" >> $config_host_mak echo "INSTALL=$install" >> $config_host_mak |