Closed Bug 576914 Opened 15 years ago Closed 14 years ago

pymake fails to expand foreach in static-rules.mk

Categories

(Firefox Build System :: General, defect)

x86
Windows XP
defect
Not set
normal

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.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Product: Core → Firefox Build System
You need to log in before you can comment on or make changes to this bug.