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


>>>>> "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?

Tom


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