comparison src/share/tools/LogCompilation/Makefile @ 22706:5cae0a06ca7d

Add trap and recompilation statistics to LogCompilation
author Tom Rodriguez <tom.rodriguez@oracle.com>
date Fri, 23 Oct 2015 10:10:17 -0700
parents c18cbe5936b8
children
comparison
equal deleted inserted replaced
22705:76e1d16c28cc 22706:5cae0a06ca7d
60 # Tagging it on because there's no reason not to run it 60 # Tagging it on because there's no reason not to run it
61 all: logc.jar 61 all: logc.jar
62 62
63 logc.jar: filelist manifest.mf 63 logc.jar: filelist manifest.mf
64 @mkdir -p $(OUTPUT_DIR) 64 @mkdir -p $(OUTPUT_DIR)
65 $(JAVAC) -source 1.5 -deprecation -sourcepath $(SRC_DIR) -d $(OUTPUT_DIR) @filelist 65 $(JAVAC) -source 1.6 -deprecation -sourcepath $(SRC_DIR) -d $(OUTPUT_DIR) @filelist
66 $(JAR) cvfm logc.jar manifest.mf -C $(OUTPUT_DIR) com 66 $(JAR) cvfm logc.jar manifest.mf -C $(OUTPUT_DIR) com
67 67
68 .PHONY: filelist 68 .PHONY: filelist
69 filelist: $(ALLFILES) 69 filelist: $(ALLFILES)
70 @rm -f $@ 70 @rm -f $@