configure: Use LINKS loop for all build tree symlinks
commit39950353959932320763c9ef27fb4ff0b774fe0c
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 2 Nov 2018 11:52:39 +0000 (2 11:52 +0000)
committerMichael S. Tsirkin <mst@redhat.com>
Mon, 5 Nov 2018 18:23:55 +0000 (5 13:23 -0500)
treeba644d606bdc2be871c0a1f5de8ac8f31e4f245a
parente29e5c6ee0b2770912dfea6a05926352ff30171d
configure: Use LINKS loop for all build tree symlinks

A few places in configure were doing ad-hoc calls to
the symlink function to set up symlinks from the build tree
back to the source tree. We have a loop that does this
already for all files and directories listed in the LINKS
environment variable; use that instead.

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