Closed
Bug 749431
Opened 13 years ago
Closed 13 years ago
Build gtest
Categories
(Core :: WebRTC, defect)
Core
WebRTC
Tracking
()
RESOLVED
FIXED
People
(Reporter: ekr, Assigned: ekr)
Details
(Whiteboard: [qa-])
Attachments
(1 file, 1 obsolete file)
2.01 KB,
patch
|
jesup
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Assignee | ||
Comment 1•13 years ago
|
||
Assignee | ||
Updated•13 years ago
|
Attachment #618835 -
Flags: review?(rjesup)
Comment 2•13 years ago
|
||
Comment on attachment 618835 [details] [diff] [review]
Build gtest
Review of attachment 618835 [details] [diff] [review]:
-----------------------------------------------------------------
r+ with nit fixed
::: media/webrtc/Makefile.in
@@ +43,5 @@
>
> include $(DEPTH)/config/autoconf.mk
>
> +DIRS := trunk \
> + trunk/testing
Please change to standard Mozilla Makefile.in idiom for multi-line lists of:
BLAH = \
foo \
bar \
$(NULL)
Note also = instead of :=; there are no other DIRS := in the tree (though it really doesn't matter)
Attachment #618835 -
Flags: review?(rjesup) → review+
Comment 3•13 years ago
|
||
Comment 4•13 years ago
|
||
Comment on attachment 621839 [details] [diff] [review]
build gtest - should now work on Linux f=ekr
Had to change the syntax of the DIRS = line to get it to build on Linux.
Attachment #621839 -
Flags: feedback?(ekr)
Assignee | ||
Comment 5•13 years ago
|
||
This looks awful similar to what I actually committed in: ff154c883abafc8ff619d32aa9e2faa474a5bdb6
Can you confirm that that does not work?
Updated•13 years ago
|
Attachment #621839 -
Flags: feedback?(ekr)
Comment 6•13 years ago
|
||
It's the same. I was off fixing it myself when I should've been paying more attention to the checkins.
Updated•13 years ago
|
Attachment #621839 -
Attachment is obsolete: true
Updated•13 years ago
|
QA Contact: jsmith
Updated•13 years ago
|
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Updated•13 years ago
|
Whiteboard: [qa-]
You need to log in
before you can comment on or make changes to this bug.
Description
•