https://sourceware.org/bugzilla/show_bug.cgi?id=19815

            Bug ID: 19815
           Summary: build incremental-dump only on "make check"
           Product: binutils
           Version: 2.27 (HEAD)
            Status: NEW
          Severity: normal
          Priority: P2
         Component: gold
          Assignee: ccoutant at gmail dot com
          Reporter: dilyan.palauzov at aegee dot org
                CC: ian at airs dot com
  Target Milestone: ---

Please alter gold/Makefile.am as follows:

change "noinst_PROGRAMS = ld-net incremental-dump" to "
  noinst_PROGRAMS = ld-new
  check_PROGRAMS = incremental-dump
", so that incremental-dump is built only on "make check".  check_* stuff does
not get installed.

change "SUBDIRS = po testsuite" => "SUBDIRS = . po testsuite" to ensure, that
when doing "make check" the files in the gold/ directory are build before
switching to the testsuite directory (which requires built
../incremental-dump).

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to