зеркало из https://github.com/mozilla/gecko-dev.git
2eabcb84c2
Bug 1191230 added override lines with # characters to chrome manifests for Windows. So far, chrome manifests were handled with buildlist.py like in the RecursiveMake backend, fed with Make variables. Without proper quoting, those Make variables are just truncated by Make on the first # character, and this results in mach build faster failing because of that. However, the reason why chrome manifests were handled with buildlist.py originally is that not all chrome manifest entries were known to the FasterMake backend, but they now all are. So instead of relying on Make variables and buildlist.py, we can now rely on the newly added install manifests feature allowing to create files with a given content. |
||
---|---|---|
.. | ||
rules.mk |