Re: [PATCH] contrib: Cleanup downloaded archives in download_prerequisites
Alexander Monakov <[email protected]>
| Newsgroups | gmane.comp.gcc.patches |
|---|---|
| Message-ID | <[email protected]> |
On Thu, 30 Jul 2026, ц╓ц│ц▌ц┴ц┴ц▄ ц╖ц∙ц⌠ц┘ц≈ wrote: > By default, download_prerequisites left downloaded .tar archives in the > destination directory after extraction. Clean them up after successful > extraction, restoring the behavior of earlier script versions. Were there multiple versions that deleted the archives? From what I see, only the initial version did that, and the second commit removed the 'rm $MPFR.tar.bz2 ...' line. Arguably, deleting the archives was a mistake that was corrected by the next commit. Can you explain the context of your patch, why are you proposing to delete downloads by default? Alexander