From 0e7a132108ad56d73225a8087e3b110efeb2a041 Mon Sep 17 00:00:00 2001 From: Mike Hommey Date: Thu, 21 Jan 2016 17:32:53 +0900 Subject: [PATCH] Bug 1241421 - Remove jar.mn with no JAR_MANIFESTS check in config/rules.mk. r=mshal The same check exists in the emitter code anyways. --- config/rules.mk | 6 ------ 1 file changed, 6 deletions(-) diff --git a/config/rules.mk b/config/rules.mk index 8b9ead89caf..c5e83d31bad 100644 --- a/config/rules.mk +++ b/config/rules.mk @@ -1229,12 +1229,6 @@ libs realchrome:: $(FINAL_TARGET)/chrome endif -# This is a temporary check to ensure patches relying on the old behavior -# of silently picking up jar.mn files continue to work. -else # No JAR_MANIFEST -ifneq (,$(wildcard $(srcdir)/jar.mn)) -$(error $(srcdir) contains a jar.mn file but this file is not declared in a JAR_MANIFESTS variable in a moz.build file) -endif endif # When you move this out of the tools tier, please remove the corresponding