This is the mail archive of the java@gcc.gnu.org mailing list for the Java 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: reduce libgcj building time


Tom Tromey wrote:
"Ranjit" == Ranjit Mathew <rmathew@hotmail.com> writes:

Ranjit> The ".deps" file mechanism has one tiny irritant, at least for
Ranjit> me: whenever there's an error in building a Java file and
Ranjit> I correct the cause of the error and attempt to build it again,
Ranjit> the build process stops and complains about the missing ".d"
Ranjit> file - I must first "touch" this file into existence before
Ranjit> continuing with the build.

When I add a new .java file, I add it to Makefile.am and re-run
automake.  Then configure creates the .d file for me.  Does this not
work for you?
I was talking of correcting files that are already there. However,
the accursed Murphy has ensured that I'm not able to reproduce the
problem now - I shall post it as soon as I encounter the problem
again.

Ranjit.

--
Ranjit Mathew          Email: rmathew AT hotmail DOT com

Bangalore, INDIA.      Web: http://ranjitmathew.tripod.com/



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