Bug 3694 - Only link Build.java into build-tree programs
Summary: Only link Build.java into build-tree programs
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: 3829 3827 3828
Blocks: 2235
  Show dependency treegraph
 
Reported: 2006-12-11 05:04 UTC by Andrew Cagney
Modified: 2007-01-04 13:54 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-12-11 05:04:34 UTC
The Build variables should only be used by build-tree programs, such as
TestRunner.  Help this happens by only linking that file into build-tree programs.
Comment 1 Andrew Cagney 2007-01-04 13:39:18 UTC
2007-01-04  Andrew Cagney  <cagney@redhat.com>

        * Build.javain (ABS_BUILDDIR, BUILDDIR): Delete.

        * Makefile.rules (SUBST_SED): Substitute abs_root_srcdir, and
        root_srcdir.
        * TestRunner.javain: Replace Build.ABS_BUILDDIR with direct
        reference to @abs_builddir@.
Comment 2 Andrew Cagney 2007-01-04 13:54:17 UTC
Split remaining tasks into sub-bugs.