Closed Bug 920919 Opened 11 years ago Closed 11 years ago

Set MOZ_PSEUDO_DERECURSE to no-parallel-export by default on developer builds

Categories

(Firefox Build System :: General, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED
mozilla27

People

(Reporter: glandium, Assigned: glandium)

References

Details

Attachments

(1 file, 1 obsolete file)

I think it's time to do it.
New variant that also allows to disable it by defining "MOZ_PSEUDO_DERECURSE=" in mozconfig.
Attachment #810439 - Flags: review?(gps)
Attachment #810427 - Attachment is obsolete: true
Attachment #810427 - Flags: review?(gps)
Depends on: 921070
Comment on attachment 810439 [details] [diff] [review] Set MOZ_PSEUDO_DERECURSE to no-parallel-export by default on developer builds... when not using pymake Review of attachment 810439 [details] [diff] [review]: ----------------------------------------------------------------- ::: config/config.mk @@ +101,5 @@ > > +ifdef .PYMAKE > +comma = , > +ifneq (,$(filter no-pymake,$(subst $(comma), ,$(MOZ_PSEUDO_DERECURSE)))) > +MOZ_PSEUDO_DERECURSE := Why the comma foo? Can't we just do space-delimited words? Please add a comment linking to the bug tracking the pymake assertion.
Attachment #810439 - Flags: review?(gps) → review+
(In reply to Gregory Szorc [:gps] from comment #3) > Why the comma foo? Can't we just do space-delimited words? The recursivemake.py code already looks for a comma. That could be changed, but i also prefer to not have spaces in shell variables.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla27
Fixup for windows developer builds bustage: https://hg.mozilla.org/mozilla-central/rev/1a2d9a04ffb2
Blocks: 923827
Product: Core → Firefox Build System
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: