Browse Source

1240930 foolowup

Bill Gianopoulos 3 years ago
parent
commit
0b8a6e7f7d

+ 52 - 0
comm-central/patches/1650631-2-port-1240930-suite-followup.patch

@@ -0,0 +1,52 @@
+# HG changeset patch
+# User Bill Gianopoulos <wgianopoulos@gmail.com>
+# Date 1617742528 14400
+#      Tue Apr 06 16:55:28 2021 -0400
+Bug 1650631 - Followup change remaining instances of libs:: target in suite/locales/Makefile.in to misc::.
+
+diff --git a/suite/locales/Makefile.in b/suite/locales/Makefile.in
+--- a/suite/locales/Makefile.in
++++ b/suite/locales/Makefile.in
+@@ -82,20 +82,20 @@ PANELS_XTRA_FILE = $(call MERGE_FILE,pro
+ 	$(NSINSTALL) -D profile
+ 	cp $^ profile/
+ 	sed \
+ 	  -n 's/.*<RDF:Description about="\(.*\)">.*/        <RDF:li resource="\1"\/>/p' \
+ 	  profile/panels.extra > profile/panels-urn.inc
+ 	$(call py_action,preprocessor, \
+ 	  profile/panels.rdf.in -o $@)
+ 
+-libs:: $(FINAL_TARGET)/defaults/profile/bookmarks.html ;
+-libs:: $(FINAL_TARGET)/defaults/profile/panels.rdf ;
++misc:: $(FINAL_TARGET)/defaults/profile/bookmarks.html ;
++misc:: $(FINAL_TARGET)/defaults/profile/panels.rdf ;
+ 
+-libs:: $(call MERGE_FILES,$(addprefix profile/chrome/,$(PROFILE_CHROME)))
++misc:: $(call MERGE_FILES,$(addprefix profile/chrome/,$(PROFILE_CHROME)))
+ 	$(SYSINSTALL) $(IFLAGS1) $^ $(FINAL_TARGET)/defaults/profile/chrome
+ 
+ # Extend l10n.mk clobber-% target for our localised extensions
+ ifdef MOZ_IRC
+ clobber-extensions-%:
+ 	$(RM) -rf $(DIST)/xpi-stage/chatzilla-$* $(DIST)/xpi-stage/chatzilla-*.$*.xpi
+ endif
+ 
+@@ -146,17 +146,17 @@ endif
+ 	@$(MAKE) repackage-zip-$*
+ 	@$(MAKE) repackage-extensions AB_CD=$*
+ ifeq (WINNT,$(OS_ARCH))
+ 	@$(MAKE) package-win32-installer AB_CD=$*
+ endif
+ 	@echo 'repackaging done'
+ 
+ ifdef MOZ_UPDATER
+-libs:: $(call MERGE_FILE,updater/updater.ini) $(call mkdir_deps,$(DIST)/bin)
++misc:: $(call MERGE_FILE,updater/updater.ini) $(call mkdir_deps,$(DIST)/bin)
+ ifeq ($(OS_ARCH),WINNT)
+ 	cat $< $(srcdir)/../installer/windows/nsis/updater_append.ini | \
+ 	  sed -e 's/^InfoText=/Info=/' -e 's/^TitleText=/Title=/' | \
+ 	  sed -e 's/%MOZ_APP_DISPLAYNAME%/$(MOZ_APP_DISPLAYNAME)/' > \
+ 	  $(FINAL_TARGET)/updater.ini
+ else
+ 	cat $< | \
+ 	  sed -e 's/^InfoText=/Info=/' -e 's/^TitleText=/Title=/' | \

+ 1 - 0
comm-central/patches/series

@@ -5,3 +5,4 @@ TOP-1684772-l10n-toml-cc.patch
 TOP-1611647-1-rename-xul-suite.patch
 TOP-1611647-2-fix-xul-references-suite.patch
 WIP-1650630-2-port-1603712-suite.patch
+1650631-2-port-1240930-suite-followup.patch