Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(181)

Issue 1870733005: Fix a dependency issue in automake (Closed)

Created:
4 years, 8 months ago by Ted Mielczarek
Modified:
4 years, 8 months ago
Reviewers:
vapier
CC:
google-breakpad-dev_googlegroups.com
Base URL:
https://chromium.googlesource.com/breakpad/breakpad.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Fix a dependency issue in automake Doing a `make -jN check` from a fresh build breaks (and has probably been broken for a while). linux_client_unittest_shlib is missing $(TEST_LIBS) from its _DEPENDENCIES. The automake manual says if _DEPENDENCIES are not specified they'll be computed from _LDADD, but we are specifying it and just leaving out $(TEST_LIBS). R=vapier@chromium.org BUG= Committed: https://chromium.googlesource.com/breakpad/breakpad/+/205b5ac6edd63988309290ac15e69775f3b3f564

Patch Set 1 #

Total comments: 2

Patch Set 2 : Add TEST_DEPS #

Unified diffs Side-by-side diffs Delta from patch set Stats (+91 lines, -68 lines) Patch
M Makefile.am View 1 3 chunks +3 lines, -0 lines 0 comments Download
M Makefile.in View 1 11 chunks +47 lines, -33 lines 0 comments Download
M aclocal.m4 View 27 chunks +38 lines, -35 lines 0 comments Download
M src/config.h.in View 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 8 (1 generated)
Ted Mielczarek
4 years, 8 months ago (2016-04-08 14:18:53 UTC) #1
Ted Mielczarek
...and with this patch, I finally have a green build on travis-ci: https://travis-ci.org/luser/breakpad Pretty trivial ...
4 years, 8 months ago (2016-04-08 14:27:01 UTC) #2
vapier
https://codereview.chromium.org/1870733005/diff/1/Makefile.am File Makefile.am (right): https://codereview.chromium.org/1870733005/diff/1/Makefile.am#newcode527 Makefile.am:527: $(TEST_LIBS) \ pretty sure this is incorrect and incomplete: ...
4 years, 8 months ago (2016-04-08 16:29:23 UTC) #3
Ted Mielczarek
https://codereview.chromium.org/1870733005/diff/1/Makefile.am File Makefile.am (right): https://codereview.chromium.org/1870733005/diff/1/Makefile.am#newcode527 Makefile.am:527: $(TEST_LIBS) \ On 2016/04/08 16:29:23, vapier wrote: > pretty ...
4 years, 8 months ago (2016-04-08 17:28:56 UTC) #4
Ted Mielczarek
Review ping?
4 years, 8 months ago (2016-04-12 10:04:35 UTC) #5
vapier
lgtm
4 years, 8 months ago (2016-04-12 17:14:17 UTC) #6
Ted Mielczarek
4 years, 8 months ago (2016-04-12 18:55:24 UTC) #8
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
205b5ac6edd63988309290ac15e69775f3b3f564 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698