https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109709
--- Comment #8 from Manuel Jacob ---
As said in the original bug report, I’d understand if these prerequisites (like
tar and find) were left implicit (therefore this bug report could be closed
as-is), but the two suggestions by Jonathan Wakely s
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109709
--- Comment #3 from Manuel Jacob ---
(In reply to Richard Biener from comment #1)
> Huh, can you post how it fails?
if [ -d ../prev-gcc ]; then \
cd ../prev-gcc && \
make real-install-headers-tar DESTDIR=`pwd`/../gcc/ \
libsubdir=. ; \
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109709
Bug ID: 109709
Summary: List of prerequisites should include that tar is
required (not only for unpacking the source).
Product: gcc
Version: 14.0
Status: UNCONFIRMED