Closed
Bug 1185637
Opened 10 years ago
Closed 10 years ago
remove a few more DEFINES from Makefile.ins
Categories
(Firefox Build System :: General, defect)
Firefox Build System
General
Tracking
(firefox42 fixed)
RESOLVED
FIXED
mozilla42
| Tracking | Status | |
|---|---|---|
| firefox42 | --- | fixed |
People
(Reporter: froydnj, Assigned: froydnj)
References
Details
Attachments
(2 files)
|
2.75 KB,
patch
|
glandium
:
review+
|
Details | Diff | Splinter Review |
|
1.69 KB,
patch
|
glandium
:
review+
|
Details | Diff | Splinter Review |
No description provided.
| Assignee | ||
Comment 1•10 years ago
|
||
Attachment #8636138 -
Flags: review?(mh+mozilla)
| Assignee | ||
Comment 2•10 years ago
|
||
I think we ought to be able to use MOZILLA_VERSION_U here instead of adding our
own define for MOZILLA_VERSION, but I will defer that to a later patch.
(Thought maybe it will need to be done in this patch, since ACDEFINES already
defines MOZILLA_VERSION...?)
Attachment #8636139 -
Flags: review?(mh+mozilla)
Updated•10 years ago
|
Attachment #8636138 -
Flags: review?(mh+mozilla) → review+
Comment 3•10 years ago
|
||
Comment on attachment 8636139 [details] [diff] [review]
part 2 - move DEFINES out of browser/installer/windows/Makefile.in
Review of attachment 8636139 [details] [diff] [review]:
-----------------------------------------------------------------
::: browser/installer/windows/moz.build
@@ +4,5 @@
> # License, v. 2.0. If a copy of the MPL was not distributed with this
> # file, You can obtain one at http://mozilla.org/MPL/2.0/.
>
> DEFINES['APP_VERSION'] = CONFIG['FIREFOX_VERSION']
> +
why the empty line?
Attachment #8636139 -
Flags: review?(mh+mozilla) → review+
Comment 5•10 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/e41d50d98502
https://hg.mozilla.org/mozilla-central/rev/bdfaafcf994b
Status: NEW → RESOLVED
Closed: 10 years ago
status-firefox42:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla42
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
•