mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 01:48:05 +00:00
Allow environment variable MOZ_OBJDIR to be used with OS/2 packaging script
This commit is contained in:
parent
73d632401b
commit
93659cb1ce
@ -49,9 +49,12 @@ MODULE = xpinstall
|
||||
ifeq (,$(INSTALLER_URL))
|
||||
INSTALLER_URL = "http://ftp.mozilla.org/pub/mozilla.org/pub/mozilla/nightly/latest-trunk/os2-xpi"
|
||||
endif
|
||||
ifdef MOZ_OBJDIR
|
||||
USE_OBJDIR = -objDir $(topsrcdir)/$(MOZ_OBJDIR)
|
||||
endif
|
||||
|
||||
installer:
|
||||
$(PERL) $(srcdir)/makeall.pl -aurl $(INSTALLER_URL)
|
||||
$(PERL) $(srcdir)/makeall.pl -aurl $(INSTALLER_URL) $(USE_OBJDIR)
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user