]> xenbits.xensource.com Git - qemu-xen.git/commitdiff
configure: remove unnecessary mkdir
authorPaolo Bonzini <pbonzini@redhat.com>
Thu, 11 May 2023 07:44:18 +0000 (09:44 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 18 May 2023 11:35:28 +0000 (13:35 +0200)
It is taken care of by the symlink shell function.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
configure

index 964ca27a622e9ccf3bc3e64f380aec0f22fd681f..7a5edc1b950038bb903110670707d1277d172b14 100755 (executable)
--- a/configure
+++ b/configure
@@ -1673,7 +1673,6 @@ LINKS="$LINKS python"
 LINKS="$LINKS contrib/plugins/Makefile "
 for f in $LINKS ; do
     if [ -e "$source_path/$f" ]; then
-        mkdir -p "$(dirname ./"$f")"
         symlink "$source_path/$f" "$f"
     fi
 done