mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-11 01:57:00 +00:00
Bug 738612 - Include common mozconfigs so try pushes can modify them easily. r=ted
This commit is contained in:
parent
42ee86a5dd
commit
4a13236600
7
b2g/config/mozconfigs/common
Normal file
7
b2g/config/mozconfigs/common
Normal file
@ -0,0 +1,7 @@
|
||||
# This Source Code Form is subject to the terms of the Mozilla Public
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
# This file is included by all b2g mozconfigs
|
||||
|
||||
. "$topsrcdir/build/mozconfig.common"
|
@ -1,3 +1,5 @@
|
||||
. "$topsrcdir/b2g/config/mozconfigs/common"
|
||||
|
||||
mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/obj-b2g
|
||||
|
||||
mk_add_options MOZ_MAKE_FLAGS="-j8"
|
||||
|
@ -1,3 +1,5 @@
|
||||
. "$topsrcdir/b2g/config/mozconfigs/common"
|
||||
|
||||
mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/obj-b2g
|
||||
|
||||
mk_add_options MOZ_MAKE_FLAGS="-j8"
|
||||
|
@ -1,3 +1,5 @@
|
||||
. "$topsrcdir/b2g/config/mozconfigs/common"
|
||||
|
||||
mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/obj-b2g
|
||||
|
||||
mk_add_options MOZ_MAKE_FLAGS="-j8"
|
||||
|
@ -1,3 +1,5 @@
|
||||
. "$topsrcdir/b2g/config/mozconfigs/common"
|
||||
|
||||
ac_add_options --enable-update-channel=${MOZ_UPDATE_CHANNEL}
|
||||
ac_add_options --enable-update-packaging
|
||||
ac_add_options --enable-codesighs
|
||||
|
@ -1,3 +1,5 @@
|
||||
. "$topsrcdir/b2g/config/mozconfigs/common"
|
||||
|
||||
# for pgo
|
||||
mk_add_options PROFILE_GEN_SCRIPT='$(PYTHON) $(MOZ_OBJDIR)/_profile/pgo/profileserver.py'
|
||||
|
||||
|
7
browser/config/mozconfigs/common
Normal file
7
browser/config/mozconfigs/common
Normal file
@ -0,0 +1,7 @@
|
||||
# This Source Code Form is subject to the terms of the Mozilla Public
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
# This file is included by all browser mozconfigs
|
||||
|
||||
. "$topsrcdir/build/mozconfig.common"
|
@ -1,4 +1,5 @@
|
||||
. $topsrcdir/build/macosx/mozconfig.leopard
|
||||
|
||||
ac_add_options --enable-debug
|
||||
ac_add_options --enable-trace-malloc
|
||||
ac_add_options --enable-signmar
|
||||
|
@ -1,3 +1,5 @@
|
||||
. "$topsrcdir/browser/config/mozconfigs/common"
|
||||
|
||||
ac_add_options --with-l10n-base=../../l10n-central
|
||||
ac_add_options --enable-official-branding
|
||||
ac_add_options --enable-update-channel=${MOZ_UPDATE_CHANNEL}
|
||||
|
@ -1,3 +1,5 @@
|
||||
. "$topsrcdir/browser/config/mozconfigs/common"
|
||||
|
||||
ac_add_options --enable-debug
|
||||
ac_add_options --enable-trace-malloc
|
||||
ac_add_options --enable-signmar
|
||||
|
@ -1,3 +1,5 @@
|
||||
. "$topsrcdir/browser/config/mozconfigs/common"
|
||||
|
||||
ac_add_options --enable-update-channel=${MOZ_UPDATE_CHANNEL}
|
||||
ac_add_options --enable-update-packaging
|
||||
ac_add_options --enable-official-branding
|
||||
|
@ -1,3 +1,5 @@
|
||||
. "$topsrcdir/browser/config/mozconfigs/common"
|
||||
|
||||
# for pgo
|
||||
mk_add_options PROFILE_GEN_SCRIPT='$(PYTHON) $(MOZ_OBJDIR)/_profile/pgo/profileserver.py'
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
. "$topsrcdir/browser/config/mozconfigs/common"
|
||||
|
||||
# for pgo
|
||||
mk_add_options MOZ_PGO=1
|
||||
mk_add_options PROFILE_GEN_SCRIPT='$(PYTHON) $(MOZ_OBJDIR)/_profile/pgo/profileserver.py'
|
||||
|
@ -1,3 +1,9 @@
|
||||
# This Source Code Form is subject to the terms of the Mozilla Public
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
. "$topsrcdir/build/mozconfig.common"
|
||||
|
||||
if [ -d "$topsrcdir/clang" ]; then
|
||||
# mozilla-central based build
|
||||
export CC=$topsrcdir/clang/bin/clang
|
||||
|
9
build/mozconfig.common
Normal file
9
build/mozconfig.common
Normal file
@ -0,0 +1,9 @@
|
||||
# This Source Code Form is subject to the terms of the Mozilla Public
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
# Common mozconfig for all users
|
||||
#
|
||||
# Add options to this file that will be inherited by all in-tree mozconfigs.
|
||||
# This is useful for eg try builds with nondefault options that apply to all
|
||||
# architectures.
|
@ -1,2 +1,4 @@
|
||||
. "$topsrcdir/build/mozconfig.common"
|
||||
|
||||
CC=/tools/gcc-4.5-0moz3/bin/gcc
|
||||
CXX=/tools/gcc-4.5-0moz3/bin/g++
|
||||
|
@ -1,3 +1,5 @@
|
||||
. "$topsrcdir/mobile/android/config/mozconfigs/common"
|
||||
|
||||
# Global options
|
||||
mk_add_options MOZ_MAKE_FLAGS=-j4
|
||||
ac_add_options --enable-debug
|
||||
|
@ -1,3 +1,5 @@
|
||||
. "$topsrcdir/mobile/android/config/mozconfigs/common"
|
||||
|
||||
# L10n
|
||||
ac_add_options --with-l10n-base=../../l10n-central
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
. "$topsrcdir/mobile/android/config/mozconfigs/common"
|
||||
|
||||
# L10n
|
||||
ac_add_options --with-l10n-base=..
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
. "$topsrcdir/mobile/android/config/mozconfigs/common"
|
||||
|
||||
# Global options
|
||||
mk_add_options MOZ_MAKE_FLAGS="-j4"
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
. "$topsrcdir/mobile/android/config/mozconfigs/common"
|
||||
|
||||
# Global options
|
||||
mk_add_options MOZ_MAKE_FLAGS="-j4"
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
. "$topsrcdir/mobile/android/config/mozconfigs/common"
|
||||
|
||||
# Global options
|
||||
mk_add_options MOZ_MAKE_FLAGS=-j4
|
||||
ac_add_options --enable-debug
|
||||
|
@ -1,3 +1,5 @@
|
||||
. "$topsrcdir/mobile/android/config/mozconfigs/common"
|
||||
|
||||
# L10n
|
||||
ac_add_options --with-l10n-base=../../l10n-central
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
. "$topsrcdir/mobile/android/config/mozconfigs/common"
|
||||
|
||||
# L10n
|
||||
ac_add_options --with-l10n-base=..
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
. "$topsrcdir/mobile/android/config/mozconfigs/common"
|
||||
|
||||
# Global options
|
||||
mk_add_options MOZ_MAKE_FLAGS="-j4"
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
. "$topsrcdir/mobile/android/config/mozconfigs/common"
|
||||
|
||||
# Global options
|
||||
mk_add_options MOZ_MAKE_FLAGS="-j4"
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
. "$topsrcdir/mobile/android/config/mozconfigs/common"
|
||||
|
||||
# Global options
|
||||
mk_add_options MOZ_MAKE_FLAGS=-j4
|
||||
ac_add_options --enable-debug
|
||||
|
@ -1,3 +1,5 @@
|
||||
. "$topsrcdir/mobile/android/config/mozconfigs/common"
|
||||
|
||||
# L10n
|
||||
ac_add_options --with-l10n-base=../../l10n-central
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
. "$topsrcdir/mobile/android/config/mozconfigs/common"
|
||||
|
||||
# L10n
|
||||
ac_add_options --with-l10n-base=..
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
. "$topsrcdir/mobile/android/config/mozconfigs/common"
|
||||
|
||||
# Global options
|
||||
mk_add_options MOZ_MAKE_FLAGS="-j4"
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
. "$topsrcdir/mobile/android/config/mozconfigs/common"
|
||||
|
||||
# Global options
|
||||
mk_add_options MOZ_MAKE_FLAGS="-j4"
|
||||
|
||||
|
7
mobile/android/config/mozconfigs/common
Normal file
7
mobile/android/config/mozconfigs/common
Normal file
@ -0,0 +1,7 @@
|
||||
# This Source Code Form is subject to the terms of the Mozilla Public
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
# This file is included by all native android mozconfigs
|
||||
|
||||
. "$topsrcdir/build/mozconfig.common"
|
1
mobile/xul/config/mozconfigs/android/common
Normal file
1
mobile/xul/config/mozconfigs/android/common
Normal file
@ -0,0 +1 @@
|
||||
. "$topsrcdir/build/mozconfig.common"
|
@ -1,3 +1,5 @@
|
||||
. "$topsrcdir/mobile/xul/config/mozconfigs/android/common"
|
||||
|
||||
# Global options
|
||||
mk_add_options MOZ_MAKE_FLAGS=-j4
|
||||
ac_add_options --enable-debug
|
||||
|
@ -1,3 +1,5 @@
|
||||
. "$topsrcdir/mobile/xul/config/mozconfigs/android/common"
|
||||
|
||||
# Global options
|
||||
mk_add_options MOZ_MAKE_FLAGS="-j4"
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
. "$topsrcdir/mobile/xul/config/mozconfigs/android/common"
|
||||
|
||||
# Global options
|
||||
mk_add_options MOZ_MAKE_FLAGS="-j4"
|
||||
|
||||
|
1
xulrunner/config/mozconfigs/common
Normal file
1
xulrunner/config/mozconfigs/common
Normal file
@ -0,0 +1 @@
|
||||
. "$topsrcdir/build/mozconfig.common"
|
@ -1,3 +1,5 @@
|
||||
. "$topsrcdir/xulrunner/config/mozconfigs/common"
|
||||
|
||||
export MOZILLA_OFFICIAL=1
|
||||
export JAVA_HOME=/d/jdk1.6.0_14
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
. "$topsrcdir/xulrunner/config/mozconfigs/common"
|
||||
|
||||
ac_add_options --target=x86_64-pc-mingw32
|
||||
ac_add_options --host=x86_64-pc-mingw32
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user