This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: other/3415: noisy build process with incomplete cleanup
- From: Hallvard B Furuseth <h dot b dot furuseth at usit dot uio dot no>
- To: bangerth at dealii dot org, gcc-bugs at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org, nobody at gcc dot gnu dot org, gcc-gnats at gcc dot gnu dot org
- Date: Mon, 23 Dec 2002 14:37:27 +0100
- Subject: Re: other/3415: noisy build process with incomplete cleanup
- References: <20021221171444.11937.qmail@sources.redhat.com>
bangerth@dealii.org writes:
> Synopsis: noisy build process with incomplete cleanup
>
> I don't have such a machine, so would like to ask you whether
> you can retry your experiment with gcc3.2.1, and see whether
> the two files are still not deleted?
The symlink gcc/libgcc_s_sparcv9.so is not deleted in 3.2.1 either.
Nor if I build in a separate directory like the instructions say:
bash$ make bootstrap distclean
bash$ ls -lAR
.:
total 6
drwxr-xr-x 2 hbf usit 6144 Dec 23 14:25 gcc/
gcc:
total 1
lrwxrwxrwx 1 hbf usit 21 Dec 23 14:25 libgcc_s_sparcv9.so -> sparcv9/libgcc_s.so.1
The problem wtih gcc/po/stamp-cat-id is gone.
('make distclean' deleted it even though it was in the gcc-3.2 tarball.
However, it is not present in the 3.2.1 tarball so that's OK.)
--
Hallvard