зеркало из https://github.com/mozilla/pjs.git
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:
Родитель
ae8565bdf4
Коммит
0733dc7e40
|
@ -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 \
|
||||
|
|
Загрузка…
Ссылка в новой задаче