jdk/makefiles/CompileJavaClasses.gmk
changeset 16636 1cc691bcfe50
parent 15334 19ab20cb461f
child 17922 d56eec572de5
equal deleted inserted replaced
16575:d7ad0dfaa411 16636:1cc691bcfe50
   279 
   279 
   280 # The exception handling of swing beaninfo
   280 # The exception handling of swing beaninfo
   281 # These resources violates the convention of having code and resources together under
   281 # These resources violates the convention of having code and resources together under
   282 # $(JDK_TOPDIR)/src/.../classes directories
   282 # $(JDK_TOPDIR)/src/.../classes directories
   283 $(JDK_OUTPUTDIR)/classes/javax/swing/beaninfo/images/%.gif: $(JDK_TOPDIR)/make/tools/swing-beans/beaninfo/images/%.gif
   283 $(JDK_OUTPUTDIR)/classes/javax/swing/beaninfo/images/%.gif: $(JDK_TOPDIR)/make/tools/swing-beans/beaninfo/images/%.gif
   284 	$(MKDIR) -p $(@D)
   284 	$(call install-file)
   285 	$(CP) $< $@
       
   286 
   285 
   287 # The JDK_USER_DEFINED_FILTER is a poor man's incremental build: by specifying
   286 # The JDK_USER_DEFINED_FILTER is a poor man's incremental build: by specifying
   288 # JDK_FILTER at the make command line, only a subset of the JDK java files will
   287 # JDK_FILTER at the make command line, only a subset of the JDK java files will
   289 # be recompiled. If multiple paths are separated by comma, convert that into a
   288 # be recompiled. If multiple paths are separated by comma, convert that into a
   290 # space separated list.
   289 # space separated list.