Skip to content

Commit

Permalink
fetch_impls: destroy old impls directory
Browse files Browse the repository at this point in the history
This should make it robust to renames.
  • Loading branch information
Xyene authored Mar 15, 2024
1 parent 3b12a30 commit b90471d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion fetch_impls.sh
Original file line number Diff line number Diff line change
Expand Up @@ -82,5 +82,6 @@ for impl in ../sysdeps/x86_64/multiarch/memmove-*.S; do
> "${workdir}/impls/${impl_basename%.S}.s"
done

mkdir -p "${dir}/impls"
rm -rf "${dir}/impls"
mkdir "${dir}/impls"
"${dir}/simplify_asm.py" "${workdir}/impls/"* -o "${dir}/impls"

0 comments on commit b90471d

Please sign in to comment.