зеркало из https://github.com/mozilla/pjs.git
jar packaging for linux = on
This commit is contained in:
Родитель
9de8289934
Коммит
5d12afe9ba
|
@ -1138,11 +1138,11 @@ endif
|
|||
# Top-level makefiles (the same one copying the rdf manifests
|
||||
# and generating the jar file) should define this macro.
|
||||
# This will notify the chrome registry of a new installation.
|
||||
ifneq ($(MOZ_ENABLE_JAR_PACKAGING),)
|
||||
ifeq ($(MOZ_DISABLE_JAR_PACKAGING),)
|
||||
|
||||
JAR_MANIFEST := jar.mn
|
||||
install::
|
||||
@if test -f $(JAR_MANIFEST); then $(PERL) $(DEPTH)/config/make-jars.pl -d $(DIST)/bin/chrome < $(JAR_MANIFEST); fi
|
||||
@if test -f $(JAR_MANIFEST); then $(PERL) $(DEPTH)/../mozilla/config/make-jars.pl -c -d $(DIST)/bin/chrome < $(JAR_MANIFEST); fi
|
||||
|
||||
ifneq ($(CHROME_TYPE),)
|
||||
install:: $(addprefix bogus/, $(CHROME_TYPE))
|
||||
|
|
Загрузка…
Ссылка в новой задаче