make/ExplodedImageOptimize.gmk
changeset 53241 7327a62f3c04
parent 51808 3f32076a43a6
child 53995 ecc2bcc3beb0
equal deleted inserted replaced
53240:f6ab4cc4c70e 53241:7327a62f3c04
     1 #
     1 #
     2 # Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved.
     2 # Copyright (c) 2016, 2019, Oracle and/or its affiliates. All rights reserved.
     3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4 #
     4 #
     5 # This code is free software; you can redistribute it and/or modify it
     5 # This code is free software; you can redistribute it and/or modify it
     6 # under the terms of the GNU General Public License version 2 only, as
     6 # under the terms of the GNU General Public License version 2 only, as
     7 # published by the Free Software Foundation.  Oracle designates this
     7 # published by the Free Software Foundation.  Oracle designates this
    32 include $(TOPDIR)/make/ModuleTools.gmk
    32 include $(TOPDIR)/make/ModuleTools.gmk
    33 
    33 
    34 ################################################################################
    34 ################################################################################
    35 
    35 
    36 PACKAGES_ATTRIBUTE_TARGET := $(JDK_OUTPUTDIR)/_packages_attribute.done
    36 PACKAGES_ATTRIBUTE_TARGET := $(JDK_OUTPUTDIR)/_packages_attribute.done
    37 ALL_MODULEINFO_CLASSES := $(wildcard $(JDK_OUTPUTDIR)/modules/*/module_info.class)
    37 ALL_MODULEINFO_CLASSES := $(wildcard $(JDK_OUTPUTDIR)/modules/*/module-info.class)
    38 
    38 
    39 $(PACKAGES_ATTRIBUTE_TARGET): $(ALL_MODULEINFO_CLASSES) $(BUILD_JIGSAW_CLASSES)
    39 $(PACKAGES_ATTRIBUTE_TARGET): $(ALL_MODULEINFO_CLASSES) $(BUILD_JIGSAW_CLASSES)
    40 	$(call LogInfo, Optimizing the exploded image)
    40 	$(call LogInfo, Optimizing the exploded image)
    41 	$(call ExecuteWithLog, $@, $(TOOL_ADD_PACKAGES_ATTRIBUTE) $(JDK_OUTPUTDIR))
    41 	$(call ExecuteWithLog, $@, $(TOOL_ADD_PACKAGES_ATTRIBUTE) $(JDK_OUTPUTDIR))
    42 	$(TOUCH) $@
    42 	$(TOUCH) $@