mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-09 10:34:58 -06:00
configure: remove unnecessary mkdir -p
It is already included in the symlink shell function. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
a04f33727c
commit
29a8238510
1 changed files with 0 additions and 1 deletions
1
configure
vendored
1
configure
vendored
|
@ -1775,7 +1775,6 @@ fi
|
||||||
for target in $target_list; do
|
for target in $target_list; do
|
||||||
target_dir="$target"
|
target_dir="$target"
|
||||||
target_name=$(echo $target | cut -d '-' -f 1)$EXESUF
|
target_name=$(echo $target | cut -d '-' -f 1)$EXESUF
|
||||||
mkdir -p "$target_dir"
|
|
||||||
case $target in
|
case $target in
|
||||||
*-user) symlink "../qemu-$target_name" "$target_dir/qemu-$target_name" ;;
|
*-user) symlink "../qemu-$target_name" "$target_dir/qemu-$target_name" ;;
|
||||||
*) symlink "../qemu-system-$target_name" "$target_dir/qemu-system-$target_name" ;;
|
*) symlink "../qemu-system-$target_name" "$target_dir/qemu-system-$target_name" ;;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue