Bug 2656 - autoconf trigers total re-build
Summary: autoconf trigers total re-build
Status: RESOLVED FIXED
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Andrew Cagney
URL:
Keywords:
Depends on:
Blocks: 2235
  Show dependency treegraph
 
Reported: 2006-05-12 14:11 UTC by Andrew Cagney
Modified: 2006-05-12 14:11 UTC (History)
0 users

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Cagney 2006-05-12 14:11:04 UTC
Many of the generated files are dependant on Makefile, since they are generated
by code in Makefile; can weaken that.

Also the .jar is dependant on the .so when it just needs to depend on the
individual .java files.
Comment 1 Andrew Cagney 2006-05-12 14:11:32 UTC
Index: frysk-imports/common/ChangeLog
2006-05-12  Andrew Cagney  <cagney@redhat.com>

        * Makefile.rules (files.list): Remove dependency on
        lib${GEN_DIRNAME}.a.
        (.javain.java): Remove dependency on Makefile.
        ($(GEN_SOURCENAME)/Build.java): Ditto.
        (TestRunner.java): Ditto.
        ($(GEN_SOURCENAME)/JUnitTests.java): Ditto.
        (ecj/checked): Add $(GEN_DIRNAME).jar.