Closed
Bug 1047702
Opened 10 years ago
Closed 10 years ago
recursivemake's scan for Makefiles with XPI_PKGNAME or INSTALL_EXTENSION_ID should take account of comm-central
Categories
(Firefox Build System :: General, defect)
Firefox Build System
General
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla34
People
(Reporter: iannbugzilla, Assigned: iannbugzilla)
References
Details
(Keywords: dogfood, regression)
Attachments
(1 file, 1 obsolete file)
(deleted),
patch
|
iannbugzilla
:
review+
|
Details | Diff | Splinter Review |
Since the patch from bug 1043344 landed directories in comm-central are not being traversed whilst looking for Makefile containing a tools target, or XPI_PKGNAME or INSTALL_EXTENSION_ID.
This patch applies a similar fix to that in Bug 1045329
Attachment #8466529 -
Flags: review?(mshal)
Comment 1•10 years ago
|
||
Comment on attachment 8466529 [details] [diff] [review]
Recursivemake tools fix
I can confirm that this patch fixes the Instantbird builds on Mac.
Attachment #8466529 -
Flags: feedback+
Updated•10 years ago
|
Attachment #8466529 -
Flags: review?(mshal) → review+
Comment 2•10 years ago
|
||
Comment on attachment 8466529 [details] [diff] [review]
Recursivemake tools fix
Review of attachment 8466529 [details] [diff] [review]:
-----------------------------------------------------------------
::: python/mozbuild/mozbuild/backend/recursivemake.py
@@ +732,5 @@
> if t not in content:
> continue
> if t == b'tools' and not re.search('(?:^|\s)tools.*::', content, re.M):
> continue
> if objdir == bf.environment.topobjdir:
You can also change this one.
Carrying forward r+
Attachment #8466529 -
Attachment is obsolete: true
Attachment #8466564 -
Flags: review+
Comment on attachment 8466564 [details] [diff] [review]
Recursivemake tools fix v2
https://hg.mozilla.org/integration/mozilla-inbound/rev/2f0e480f298c
Attachment #8466564 -
Flags: checkin+
Comment 5•10 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla34
QA Whiteboard: [qa-]
Updated•7 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•