Closed Bug 904740 Opened 11 years ago Closed 11 years ago

make define for including dependency files

Categories

(Firefox Build System :: General, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED
mozilla26

People

(Reporter: gps, Assigned: glandium)

References

Details

Attachments

(1 file, 1 obsolete file)

Since we introduced fast dependency file including in pymake, we now have a few places in the tree where we do:

ifdef .PYMAKE
-includedeps $(depends_files)
else
-include $(depends_files)
endif

We should turn this into a define and switch consumers to $(call) it.
Blocks: 905973
Attachment #791651 - Flags: review?(gps)
Assignee: nobody → mh+mozilla
With rules.mk sync.
Attachment #791652 - Flags: review?(gps)
Attachment #791651 - Attachment is obsolete: true
Attachment #791651 - Flags: review?(gps)
Attachment #791652 - Flags: review?(gps) → review+
https://hg.mozilla.org/mozilla-central/rev/a08feefbb8c3
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla26
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: