changeset 2515:9a27a9527866

8176172: Imported FX modules have have residual_imported.marker file Reviewed-by: ihse, alanb, mchung
author erikj
date Fri, 10 Mar 2017 09:48:34 +0100
parents d3984b0f8d66
children e3f5f3047767
files make/CreateJmods.gmk
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/make/CreateJmods.gmk	Thu Mar 09 23:15:37 2017 +0000
+++ b/make/CreateJmods.gmk	Fri Mar 10 09:48:34 2017 +0100
@@ -139,7 +139,7 @@
             --os-arch $(OPENJDK_TARGET_CPU_LEGACY) \
             --os-version $(REQUIRED_OS_VERSION) \
             --module-path $(JMODS_DIR) \
-	    --exclude '**{_the.*,*.diz,*.debuginfo,*.dSYM/**,*.dSYM,*.pdb,*.map}' \
+	    --exclude '**{_the.*,_*.marker,*.diz,*.debuginfo,*.dSYM/**,*.dSYM,*.pdb,*.map}' \
 	    $(JMOD_FLAGS) $(JMODS_TEMPDIR)/$(notdir $@)
 	$(MV) $(JMODS_TEMPDIR)/$(notdir $@) $@