]> git.ipfire.org Git - thirdparty/qemu.git/commit - configure
configure: Rename FILES variable to LINKS
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 2 Nov 2018 11:52:38 +0000 (11:52 +0000)
committerMichael S. Tsirkin <mst@redhat.com>
Mon, 5 Nov 2018 18:23:50 +0000 (13:23 -0500)
commite29e5c6ee0b2770912dfea6a05926352ff30171d
treef09d409e20ae3489ad6e02ba617b144e1f3afd5b
parent4b2ff65a1f33b6130bfd92a8aaf6289909af9d35
configure: Rename FILES variable to LINKS

The FILES variable is used to accumulate a list of things to symlink
from the source tree into the build tree.  These don't have to be
individual files; symlinking an entire directory of data files is
also fine.  Rename it to something less confusing before we add a few
directories to it.

Improve the comment to clarify what DIRS and LINKS do and why
it's not a good idea to add things to LINKS with wildcarding.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
configure