mirror of
https://github.com/python/cpython.git
synced 2025-11-02 11:08:57 +00:00
cleanup(): Remove *all* the temp files related to index generation!
This commit is contained in:
parent
302be44e96
commit
c9b8a57040
1 changed files with 3 additions and 1 deletions
|
|
@ -123,7 +123,8 @@ build_ps() {
|
||||||
}
|
}
|
||||||
|
|
||||||
cleanup() {
|
cleanup() {
|
||||||
rm -f $1.aux $1.log $1.out $1.toc $1.bkm $1.idx $1.ind mod$1.ind
|
rm -f $1.aux $1.log $1.out $1.toc $1.bkm $1.idx $1.ilg $1.ind
|
||||||
|
rm -f mod$1.idx mod$1.ilg mod$1.ind
|
||||||
if [ ! "$BUILD_DVI" ] ; then
|
if [ ! "$BUILD_DVI" ] ; then
|
||||||
rm -f $FILE.dvi
|
rm -f $FILE.dvi
|
||||||
fi
|
fi
|
||||||
|
|
@ -184,6 +185,7 @@ while [ "$1" ] ; do
|
||||||
shift 1
|
shift 1
|
||||||
;;
|
;;
|
||||||
--)
|
--)
|
||||||
|
shift 1
|
||||||
break
|
break
|
||||||
;;
|
;;
|
||||||
-*)
|
-*)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue