зеркало из https://github.com/mozilla/gecko-dev.git
Switching to test for NECKO instead of -d netwerk, which everyone has now. Added cookies Makefiles for necko case.
This commit is contained in:
Родитель
00cb8b346d
Коммит
94094a1ebf
|
@ -477,6 +477,10 @@ if [ "$MOZ_MAIL_NEWS" ]; then
|
|||
add_makefiles < ${srcdir}/mailnews/makefiles
|
||||
fi
|
||||
|
||||
if [ -d ${srcdir}/netwerk ]; then
|
||||
add_makefiles < ${srcdir}/netwerk/makefiles
|
||||
if [ "$NECKO" ]; then
|
||||
add_makefiles < ${srcdir}/mailnews/makefiles
|
||||
add_makefiles <<END_NECKO_MAKEFILES
|
||||
extensions/cookie/Makefile
|
||||
extensions/cookie/tests/Makefile
|
||||
END_NECKO_MAKEFILES
|
||||
fi
|
||||
|
|
Загрузка…
Ссылка в новой задаче