зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1249441 - Remove topsrcdir!=objdir exemption for l10n builds. r=mshal
This commit is contained in:
Родитель
d2510ef7a5
Коммит
44a0b5f2d9
|
@ -96,8 +96,7 @@ dnl ==============================================================
|
|||
_topsrcdir=`cd \`dirname $0\`; pwd -W 2>/dev/null || pwd -P`
|
||||
_objdir=`pwd -P`
|
||||
|
||||
dnl TODO Don't exempt L10N builds once bug 842760 is resolved.
|
||||
if test "$_topsrcdir" = "$_objdir" -a "${with_l10n_base+set}" != set; then
|
||||
if test "$_topsrcdir" = "$_objdir"; then
|
||||
echo " ***"
|
||||
echo " * Building directly in the main source directory is not allowed."
|
||||
echo " *"
|
||||
|
|
Загрузка…
Ссылка в новой задаче