Confirmed users
478
edits
(Edits) |
(→Overview: Fix grammar) |
||
| Line 1: | Line 1: | ||
= | = Overview = | ||
Our current build system comes with a Makefile | Our current build system comes with a Makefile, with each target took up to JavaScript scripts running in the Jetpack environment (XPCShell + CommonJS module loader). The JS runtime environment is quite unique and therefore comes with a few downsides: | ||
* A lot of OS-specific detail leaks through, making modification hard to debug | * A lot of OS-specific detail leaks through, making modification hard to debug | ||