mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-13 06:29:11 +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.9 \
|
||||
.ape-1.10-arm64 \
|
||||
.ape-1.10-arm64.c \
|
||||
.ape-1.10-x86_64 \
|
||||
.ape-1.10; do
|
||||
rm -f \
|
||||
|
@ -68,4 +67,9 @@ for x in .ape \
|
|||
/tmp/$x \
|
||||
o/tmp/$x \
|
||||
"${TMPDIR:-/tmp}/$x"
|
||||
rm -f \
|
||||
~/$x \
|
||||
/tmp/$x \
|
||||
o/tmp/$x \
|
||||
"${TMPDIR:-/tmp}/$x.c"
|
||||
done
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue