Bug 522712 - Port |Bug 511761 - Only use compatibility.ini (not .autoreg, or stat()s) to invalidate fastloads and other caches| to comm-central (apps); (Bv1a-SB) Stop packaging .autoreg.

r=philipp.
This commit is contained in:
Serge Gautherie 2010-03-27 16:34:18 +01:00
Родитель 06caa0b44c
Коммит 25047cab46
3 изменённых файлов: 9 добавлений и 0 удалений

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

@ -484,3 +484,8 @@ js3250.dll
#ifndef MOZILLA_1_9_2_BRANCH
components/contentprefs.xpt
#endif
# Bug 522712 - Port |Bug 511761 - Only use compatibility.ini (not .autoreg, or stat()s) to invalidate fastloads and other caches| to comm-central (apps)
#ifndef MOZILLA_1_9_2_BRANCH
.autoreg
#endif

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

@ -10,7 +10,9 @@
#filter substitution
#ifdef MOZILLA_1_9_2_BRANCH
bin/.autoreg
#endif
[@AB_CD@]
bin\chrome\@AB_CD@.jar

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

@ -300,8 +300,10 @@ install::
$(SYSINSTALL) $(IFLAGS1) $(DIST)/branding/default* $(DESTDIR)$(mozappdir)/chrome/icons/default
endif
ifdef MOZILLA_1_9_2_BRANCH
libs::
touch $(DIST)/bin/.autoreg
endif
ifeq (cocoa,$(MOZ_WIDGET_TOOLKIT))