Open Bug 868539 Opened 12 years ago Updated 2 years ago

Clean up Makefile syntax from moz.build files

Categories

(Firefox Build System :: General, defect)

defect

Tracking

(Not tracked)

People

(Reporter: mshal, Unassigned)

References

(Blocks 1 open bug)

Details

To expedite the bulk conversion to moz.build, some Makefile syntax was put directly into the moz.build files. For example, modules/libjar/moz.build references $(MODULES_LIBJAR_LXPIDLSRCS), and many others use $(topsrcdir). In many cases this is because the corresponding logic or other Makefile variables have not yet been converted. After the bulk conversion is complete, we'll want to go back and remove the remaining Makefile syntax from all moz.build files.
Depends on: 895315
AFAICT, the last remaining bit is "$(DEPTH)/toolkit/library/xulrunner.rc" in toolkit/library/moz.build.
Product: Core → Firefox Build System
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.