mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-12 22:19:10 +00:00
Also clean up additional .ape-x.xx.c
files on Darwin for all versions
This commit is contained in:
parent
43ea22477f
commit
e40fe1a391
1 changed files with 5 additions and 1 deletions
|
@ -60,7 +60,6 @@ for x in .ape \
|
||||||
.ape-1.8 \
|
.ape-1.8 \
|
||||||
.ape-1.9 \
|
.ape-1.9 \
|
||||||
.ape-1.10-arm64 \
|
.ape-1.10-arm64 \
|
||||||
.ape-1.10-arm64.c \
|
|
||||||
.ape-1.10-x86_64 \
|
.ape-1.10-x86_64 \
|
||||||
.ape-1.10; do
|
.ape-1.10; do
|
||||||
rm -f \
|
rm -f \
|
||||||
|
@ -68,4 +67,9 @@ for x in .ape \
|
||||||
/tmp/$x \
|
/tmp/$x \
|
||||||
o/tmp/$x \
|
o/tmp/$x \
|
||||||
"${TMPDIR:-/tmp}/$x"
|
"${TMPDIR:-/tmp}/$x"
|
||||||
|
rm -f \
|
||||||
|
~/$x \
|
||||||
|
/tmp/$x \
|
||||||
|
o/tmp/$x \
|
||||||
|
"${TMPDIR:-/tmp}/$x.c"
|
||||||
done
|
done
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue