part of bug 383085 - remove the need to build xpfe/bootstrap for Camino, fool tinderboxen to still find a mozilla-bin though, r=mento

This commit is contained in:
kairo%kairo.at 2007-06-07 19:36:01 +00:00
Родитель ae8565bdf4
Коммит 0733dc7e40
2 изменённых файлов: 11 добавлений и 4 удалений

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

@ -100,3 +100,14 @@ libs repackage::
# convenience target for PB script build phases
echo_srcdir:
@echo $(srcdir)
# XXX the parts below are a hack to make old tinderbox scripts find a non-zero, executable mozilla-bin
libs:: $(PROGRAM)
mkdir -p $(DIST)/Mozilla.app/Contents/MacOS
echo "I'm just fooling an old tinderbox script" > $(DIST)/Mozilla.app/Contents/MacOS/mozilla-bin
chmod a+x $(DIST)/Mozilla.app/Contents/MacOS/mozilla-bin
clean clobber::
rm -rf $(DIST)/Mozilla.app

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

@ -49,10 +49,6 @@ ifdef MOZ_BRANDING_DIRECTORY
tier_app_dirs += $(MOZ_BRANDING_DIRECTORY)
endif
# TODO: remove this, since it's only needed by confused tinderbox and
# packaging scripts.
tier_app_dirs += xpfe/bootstrap
tier_app_dirs += \
embedding/config \
camino \