Bug 3694

Summary: Only link Build.java into build-tree programs
Product: frysk Reporter: Andrew Cagney <cagney>
Component: generalAssignee: Andrew Cagney <cagney>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P2    
Version: unspecified   
Target Milestone: ---   
Host: Target:
Build: Last reconfirmed:
Bug Depends on: 3829, 3827, 3828    
Bug Blocks: 2235    

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.