This repository was archived by the owner on Feb 1, 2023. It is now read-only.
Commit d208f8c
committed
Trac #29489: clean up conftest.dir and conftest_venv after use.
The python3 spkg-configure.m4 creates two temporary directories
called conftest.dir and conftest_venv, but fails to clean them
up. This would normally be harmless, except that several other
autoconf macros try to "rm -f conftest*", which spits out a warning
when it encounters a directory. Since we can't fix the macros that
we didn't write, this commit modifies the post-check phase of the
python3 SAGE_SPKG_CONFIGURE to clean up its own mess.1 parent 10ed24e commit d208f8c
1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
96 | 102 | | |
0 commit comments