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.
This commit is contained in:
Mike Hommey 2016-01-21 17:32:53 +09:00
parent d9695282c5
commit 0e7a132108

View File

@ -1229,12 +1229,6 @@ libs realchrome:: $(FINAL_TARGET)/chrome
endif 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 endif
# When you move this out of the tools tier, please remove the corresponding # When you move this out of the tools tier, please remove the corresponding