Closed
Bug 576914
Opened 13 years ago
Closed 13 years ago
pymake fails to expand foreach in static-rules.mk
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: neil, Unassigned)
References
Details
$(foreach m, $(STATIC_COMPONENT_LIST),MODULE($(m))) results in MODULE($(m) MODULE($(m) MODULE($(m) MODULE($(m) MODULE($(m) MODULE($(m) MODULE($(m) ... By comparison, $(patsubst %,MODULE(%),$(STATIC_COMPONENT_LIST)) results in MODULE(nsPrefModule) MODULE(nsUConvModule) MODULE(nsI18nModule) ... This means that you can't build statically with pymake.
Comment 1•13 years ago
|
||
http://hg.mozilla.org/users/bsmedberg_mozilla.com/pymake/rev/7ae0b4af3261 and pushed to m-c as well
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Updated•5 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•