projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d0016b8
)
configure: remove unnecessary mkdir
author
Paolo Bonzini
<pbonzini@redhat.com>
Thu, 11 May 2023 07:44:18 +0000
(09:44 +0200)
committer
Paolo 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
patch
|
blob
|
history
diff --git
a/configure
b/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