Bug 782759 - Remove the --disable-auto-deps flag from Windows nightly build mozconfigs. r=ted

--HG--
extra : rebase_source : ad2cfb0900001f9981261757eb079dacb756db7d
This commit is contained in:
Siddharth Agarwal 2012-08-15 22:02:04 +05:30
Родитель bd561fcfea
Коммит a325459087
3 изменённых файлов: 0 добавлений и 18 удалений

Просмотреть файл

@ -22,12 +22,6 @@ else
. $topsrcdir/build/win32/mozconfig.vs2010
fi
# For known full-clobber builds on Windows (like nightlies/try),
# this speeds things up. IS_NIGHTLY is set by the build automation.
if test "$IS_NIGHTLY" != ""; then
ac_add_options --disable-auto-deps
fi
# B2G Options
ac_add_options --enable-application=b2g
ac_add_options --enable-marionette

Просмотреть файл

@ -25,9 +25,3 @@ fi
# Package js shell.
export MOZ_PACKAGE_JSSHELL=1
# For known full-clobber builds on Windows (like nightlies/try),
# this speeds things up. IS_NIGHTLY is set by the build automation.
if test "$IS_NIGHTLY" != ""; then
ac_add_options --disable-auto-deps
fi

Просмотреть файл

@ -23,10 +23,4 @@ mk_add_options MOZ_MAKE_FLAGS=-j1
# Package js shell.
export MOZ_PACKAGE_JSSHELL=1
# For known full-clobber builds on Windows (like nightlies/try),
# this speeds things up. IS_NIGHTLY is set by the build automation.
if test "$IS_NIGHTLY" != ""; then
ac_add_options --disable-auto-deps
fi
. $topsrcdir/build/win64/mozconfig.vs2010