This is the mail archive of the java-patches@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: Patch: FYI: configure.ac cleanup


Michael Koch wrote:

On Wednesday 08 September 2004 21:56, Bryce McKinlay wrote:


Since we now use automake's dependency tracking, we don't use the
.d files, so there is no point creating them during "configure".
This should improve bootstrap time slightly and reduce the amount
of junk in the build directory.

2004-09-08 Bryce McKinlay <mckinlay@redhat.com>

* configure.ac (AC_CONFIG_COMMANDS): Don't create
subdirectories and .d files.
* configure: Rebuilt.



Shouldn't the "include deps.mk" stuff be removed from libjava/Makefile.am too ? This "deps.mk" file gets generated in the build tree and itself tries to include all *.d files.


Yes, I think so. Do you want to test/commit this?

Bryce


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