Bug 101431 - making chromelist.txt happen again. Enable it on Unix, and add it to the relevant packaging manifests. r=cls.

This commit is contained in:
gerv%gerv.net 2001-10-23 02:40:24 +00:00
Родитель f15a08d142
Коммит d72b68fbd4
4 изменённых файлов: 8 добавлений и 2 удалений

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

@ -45,10 +45,14 @@
use Fcntl qw(:DEFAULT :flock);
use File::Basename;
use File::Spec;
use Cwd;
use mozLock;
# This is necessary because this module is not present in Perl versions less
# than 5.004_05.
eval q{use File::Spec};
exit if $@;
# This file takes two parameters - the jar file to process, and the chrome
# directory we are compiling into.
my ($chrome, $jar, $flock) = @ARGV;

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

@ -1270,7 +1270,7 @@ endif
install:: $(CHROME_DEPS)
@if test -f $(JAR_MANIFEST); then $(PERL) -I$(MOZILLA_DIR)/config $(MOZILLA_DIR)/config/make-jars.pl -f $(MOZ_CHROME_FILE_FORMAT) -d $(DIST)/bin/chrome -s $(srcdir) < $(JAR_MANIFEST); fi
# @if test -f $(JAR_MANIFEST); then $(PERL) -I$(MOZILLA_DIR)/config $(MOZILLA_DIR)/config/make-chromelist.pl $(DIST)/bin/chrome $(JAR_MANIFEST); fi
@if test -f $(JAR_MANIFEST); then $(PERL) -I$(MOZILLA_DIR)/config $(MOZILLA_DIR)/config/make-chromelist.pl $(DIST)/bin/chrome $(JAR_MANIFEST); fi
REGCHROME = $(PERL) -I$(MOZILLA_DIR)/config $(MOZILLA_DIR)/config/add-chrome.pl $(DIST)/bin/chrome/installed-chrome.txt $(_JAR_REGCHROME_DISABLE_JAR)

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

@ -242,6 +242,7 @@ bin/chrome/modern.jar
bin/chrome/classic.jar
bin/chrome/embed.jar
bin/chrome/installed-chrome.txt
bin/chrome/chromelist.txt
;-bin/chrome/comm/content/editor/EditorInitPage.html
;-bin/chrome/comm/content/editor/content/EditorInitPagePlain.html
;Include this for "debug" testing - remove for actual beta release:

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

@ -255,6 +255,7 @@ bin\chrome\comm\*
bin\chrome\toolkit\*
bin\chrome\modern\*
bin\chrome\classic\*
bin\chrome\chromelist.txt
;-bin\chrome\comm\content\editor\EditorInitPage.html
;-bin\chrome\comm\editor\content\EditorInitPagePlain.html
;Include this for "debug" testing - remove for actual beta release: