equal
deleted
inserted
replaced
227 |
227 |
228 # Default make rule -- warning, may take a while |
228 # Default make rule -- warning, may take a while |
229 all: $(JPRT_CLEAN) jtreg-tests jck-compiler-tests jck-runtime-tests $(JPRT_ARCHIVE_BUNDLE) all-summary |
229 all: $(JPRT_CLEAN) jtreg-tests jck-compiler-tests jck-runtime-tests $(JPRT_ARCHIVE_BUNDLE) all-summary |
230 @echo "Testing completed successfully" |
230 @echo "Testing completed successfully" |
231 |
231 |
232 jtreg apt javac javadoc javah javap: $(JPRT_CLEAN) jtreg-tests $(JPRT_ARCHIVE_BUNDLE) jtreg-summary |
232 jtreg apt javac javadoc javah javap jdeps: $(JPRT_CLEAN) jtreg-tests $(JPRT_ARCHIVE_BUNDLE) jtreg-summary |
233 @echo "Testing completed successfully" |
233 @echo "Testing completed successfully" |
234 |
234 |
235 jck-compiler: $(JPRT_CLEAN) jck-compiler-tests $(JPRT_ARCHIVE_BUNDLE) jck-compiler-summary |
235 jck-compiler: $(JPRT_CLEAN) jck-compiler-tests $(JPRT_ARCHIVE_BUNDLE) jck-compiler-summary |
236 @echo "Testing completed successfully" |
236 @echo "Testing completed successfully" |
237 |
237 |
244 apt: JTREG_TESTDIRS = tools/apt |
244 apt: JTREG_TESTDIRS = tools/apt |
245 javac: JTREG_TESTDIRS = tools/javac |
245 javac: JTREG_TESTDIRS = tools/javac |
246 javadoc: JTREG_TESTDIRS = tools/javadoc com/sun/javadoc |
246 javadoc: JTREG_TESTDIRS = tools/javadoc com/sun/javadoc |
247 javah: JTREG_TESTDIRS = tools/javah |
247 javah: JTREG_TESTDIRS = tools/javah |
248 javap: JTREG_TESTDIRS = tools/javap |
248 javap: JTREG_TESTDIRS = tools/javap |
|
249 jdeps: JTREG_TESTDIRS = tools/jdeps |
249 |
250 |
250 # Run jtreg tests |
251 # Run jtreg tests |
251 # |
252 # |
252 # JTREG_HOME |
253 # JTREG_HOME |
253 # Installed location of jtreg |
254 # Installed location of jtreg |
424 # Used to force a target rules to run |
425 # Used to force a target rules to run |
425 FRC: |
426 FRC: |
426 |
427 |
427 # Phony targets (e.g. these are not filenames) |
428 # Phony targets (e.g. these are not filenames) |
428 .PHONY: all clean \ |
429 .PHONY: all clean \ |
429 jtreg javac javadoc javah javap jtreg-tests jtreg-summary check-jtreg \ |
430 jtreg javac javadoc javah javap jdeps jtreg-tests jtreg-summary check-jtreg \ |
430 jck-compiler jck-compiler-tests jck-compiler-summary \ |
431 jck-compiler jck-compiler-tests jck-compiler-summary \ |
431 jck-runtime jck-runtime-tests jck-runtime-summary check-jck |
432 jck-runtime jck-runtime-tests jck-runtime-summary check-jck |
432 |
433 |
433 # No use of suffix rules |
434 # No use of suffix rules |
434 .SUFFIXES: |
435 .SUFFIXES: |