8176172: Imported FX modules have have residual_imported.marker file
Reviewed-by: ihse, alanb, mchung
--- 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 $@) $@