This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: other/3415: noisy build process with incomplete cleanup


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]