Created
April 20, 2015 19:02
-
-
Save justindarc/abf41690c12ed5855322 to your computer and use it in GitHub Desktop.
B2G .userconfig
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export B2G_DIR=${B2G_DIR:-$(cd $(dirname $0); pwd)} | |
# Uncomment for debugging | |
# export B2G_DEBUG=1 | |
# b2g-inbound | |
# export GECKO_PATH=${B2G_DIR}/b2g-inbound | |
# export GECKO_OBJDIR=${B2G_DIR}/objdir-b2g-inbound | |
# mozilla-central | |
# export GECKO_PATH=${B2G_DIR}/mozilla-central | |
# export GECKO_OBJDIR=${B2G_DIR}/objdir-mozilla-central | |
# mozilla-aurora | |
# export GECKO_PATH=${B2G_DIR}/mozilla-aurora | |
# export GECKO_OBJDIR=${B2G_DIR}/objdir-mozilla-aurora | |
# cypress | |
export GECKO_PATH=${B2G_DIR}/cypress | |
export GECKO_OBJDIR=${B2G_DIR}/objdir-cypress | |
# cypress-debug | |
# export B2G_DEBUG=1 | |
# export GECKO_PATH=${B2G_DIR}/cypress | |
# export GECKO_OBJDIR=${B2G_DIR}/objdir-cypress-debug | |
echo "B2G_DIR = ${B2G_DIR}" | |
echo "GECKO_PATH = ${GECKO_PATH}" | |
echo "GECKO_OBJDIR = ${GECKO_OBJDIR}" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment