This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
"make install" in libjava recompile many files?
- From: "H. J. Lu" <hjl at lucon dot org>
- To: gcc at gcc dot gnu dot org
- Date: Thu, 10 Jul 2003 12:22:04 -0700
- Subject: "make install" in libjava recompile many files?
Has anyone seen "make install" in libjava in gcc 3.3 recompile many
files? Before "make install", I did "make bootstrap" to make sure
all files were upto date. "make bootstrap" finished without recompiling
any files. But "make install" still recompiled quite a few files.
H.J.