Skip to content

Instantly share code, notes, and snippets.

@justindarc
Created April 20, 2015 19:02
Show Gist options
  • Save justindarc/abf41690c12ed5855322 to your computer and use it in GitHub Desktop.
Save justindarc/abf41690c12ed5855322 to your computer and use it in GitHub Desktop.
B2G .userconfig
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