andreasgal / B2G

Boot to Gecko aims to create a complete, standalone operating system for the open web.
https://wiki.mozilla.org/B2G
909 stars 158 forks source link

stop using symlinks for the gecko src's mozconfig #220

Closed dougt closed 12 years ago

dougt commented 12 years ago

Simple makefile patch that allows me to have a mozilla-central src directory outside of the b2g repository that can be shared with other mozilla projects (like fennec and firefox). Having the B2G build place a symlink to a mozconfig in my external mozilla source directory was causing some pain.

I tested this by rebuilding b2g from scratch. I suppose the only drawback to this, maybe, is the loss of dependencies on any mozconfig change?