jdk/make/java/logging/Makefile
changeset 3861 a98a057ec335
parent 2 90ce3da70b43
child 4665 d14dc3d9e1fa
equal deleted inserted replaced
3854:b2a90c48e69f 3861:a98a057ec335
    29 include $(BUILDDIR)/common/Defs.gmk
    29 include $(BUILDDIR)/common/Defs.gmk
    30 
    30 
    31 #
    31 #
    32 # Files to compile.
    32 # Files to compile.
    33 #
    33 #
    34 AUTO_FILES_JAVA_DIRS = java/util/logging
    34 AUTO_FILES_JAVA_DIRS = java/util/logging sun/util/logging
    35 
    35 
    36 #
    36 #
    37 # Resources
    37 # Resources
    38 #
    38 #
    39 LOCALE_SET_DEFINITION = jre
    39 LOCALE_SET_DEFINITION = jre
    44 # Rules
    44 # Rules
    45 #
    45 #
    46 include $(BUILDDIR)/common/Classes.gmk
    46 include $(BUILDDIR)/common/Classes.gmk
    47 
    47 
    48 properties: $(LIBDIR)/logging.properties
    48 properties: $(LIBDIR)/logging.properties
    49 
       
    50 $(LIBDIR)/logging.properties: $(SHARE_SRC)/lib/logging.properties
    49 $(LIBDIR)/logging.properties: $(SHARE_SRC)/lib/logging.properties
    51 	$(install-file)
    50 	$(install-file)
    52 
    51 
    53 build: properties
    52 build: properties
    54 
    53