Followup to mac packaging of bug 287262 - unset NEXT_ROOT when we're building with an SDK, so that hdiutil works properly (NPOTDB)

This commit is contained in:
bsmedberg%covad.net 2005-05-09 15:38:30 +00:00
Родитель ab4befc960
Коммит cfe1c68c6f
2 изменённых файлов: 2 добавлений и 0 удалений

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

@ -216,6 +216,7 @@ langpack-%:
# tinderbox scripts. Alter it with caution.
installers-%:
$(NSINSTALL) -D $(DIST)/install
@$(MAKE) langpack-$*
@$(MAKE) repackage-zip-$*
ifeq (WINNT,$(OS_ARCH))

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

@ -105,6 +105,7 @@ _ABS_TOPSRCDIR = $(shell cd $(topsrcdir) && pwd)
MAKE_PACKAGE = $(_ABS_TOPSRCDIR)/build/package/mac_osx/make-diskimage $(PKG_BASENAME).dmg $(MOZ_PKG_APPNAME) $(MOZ_APP_DISPLAYNAME)
UNMAKE_PACKAGE = \
set -e; \
unset NEXT_ROOT; \
mkdir mount-temp; \
hdiutil attach -readonly -mountpoint mount-temp -private -noautoopen $(UNPACKAGE) > hdi.output; \
DEV_NAME=`egrep '^/dev' < hdi.output | sed 1q | awk '{print $$1}'`; \