[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug gold/19815] New: build incremental-dump only on "make check"
From: |
dilyan.palauzov at aegee dot org |
Subject: |
[Bug gold/19815] New: build incremental-dump only on "make check" |
Date: |
Sat, 12 Mar 2016 14:17:45 +0000 |
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.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Bug gold/19815] New: build incremental-dump only on "make check",
dilyan.palauzov at aegee dot org <=