Bug #382218 --> move mail/ Makefiles from allmakefiles.sh to mail/makefiles.sh.Patch by Henrik Skupin <hskupin@gmail.com>r=bentsr=mscott

This commit is contained in:
scott@scott-macgregor.org 2007-05-30 14:15:39 -07:00
Родитель e8b9b78604
Коммит a58fefd6d8
1 изменённых файлов: 0 добавлений и 33 удалений

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

@ -971,35 +971,6 @@ toolkit/themes/winstripe/mozapps/Makefile
toolkit/xre/Makefile
"
MAKEFILES_thunderbird="
mail/Makefile
mail/app/Makefile
mail/app/profile/Makefile
mail/base/Makefile
mail/locales/Makefile
mail/components/Makefile
mail/components/compose/Makefile
mail/components/addrbook/Makefile
mail/components/preferences/Makefile
mail/components/build/Makefile
mail/components/shell/Makefile
mail/components/shell/public/Makefile
mail/components/phishing/Makefile
mail/extensions/Makefile
mail/extensions/smime/Makefile
mail/config/Makefile
mail/installer/Makefile
mail/installer/windows/Makefile
mail/themes/Makefile
mail/themes/pinstripe/mail/Makefile
mail/themes/pinstripe/editor/Makefile
mail/themes/pinstripe/Makefile
mail/themes/qute/mail/Makefile
mail/themes/qute/editor/Makefile
mail/themes/qute/Makefile
"
MAKEFILES_standalone_composer="
composer/Makefile
composer/app/Makefile
@ -1428,10 +1399,6 @@ if test -n "$MOZ_XULRUNNER"; then
add_makefiles "$MAKEFILES_xulrunner"
fi
if test -n "$MOZ_THUNDERBIRD"; then
add_makefiles "$MAKEFILES_thunderbird"
fi
if test -n "$MOZ_STANDALONE_COMPOSER"; then
add_makefiles "$MAKEFILES_standalone_composer"
fi