jdk/make/java/nio/Makefile
changeset 4341 2af5eacd4b24
parent 4115 e09be02771b6
child 4665 d14dc3d9e1fa
equal deleted inserted replaced
4335:365eb4449319 4341:2af5eacd4b24
   832 # Generated sun.nio.cs SingleByte classes
   832 # Generated sun.nio.cs SingleByte classes
   833 #
   833 #
   834 GENCSSRC = $(BUILDDIR)/tools/CharsetMapping
   834 GENCSSRC = $(BUILDDIR)/tools/CharsetMapping
   835 CHARSETMAPPING_JARFILE = $(BUILDTOOLJARDIR)/charsetmapping.jar
   835 CHARSETMAPPING_JARFILE = $(BUILDTOOLJARDIR)/charsetmapping.jar
   836 
   836 
   837 $(FILES_gensbcs_out): $(GENCSSRC)/SingleByte-X.java $(GENCSSRC)/sbcs
   837 $(FILES_gensbcs_out): $(GENCSSRC)/SingleByte-X.java.template $(GENCSSRC)/sbcs
   838 	@$(prep-target)
   838 	@$(prep-target)
   839 	$(BOOT_JAVA_CMD) -jar $(CHARSETMAPPING_JARFILE) $(GENCSSRC) $(SCS_GEN) sbcs
   839 	$(BOOT_JAVA_CMD) -jar $(CHARSETMAPPING_JARFILE) $(GENCSSRC) $(SCS_GEN) sbcs
   840 
   840 
   841 # 
   841 # 
   842 # Generated file system implementation classes (Unix only)
   842 # Generated file system implementation classes (Unix only)