8149116: Make test/Makefile more silent

Reviewed-by: mikael, erikj
This commit is contained in:
Erik Helin 2016-02-08 08:05:12 +01:00
parent a5b9b52ee7
commit a5a9e43f5a

View File

@ -40,8 +40,7 @@ HOTSPOT_DIR=$(TOPDIR)/hotspot
define SUBDIR_TEST # subdirectory target
if [ -d $1 ] ; then \
if [ -r $1/test/Makefile ] ; then \
echo "$(MAKE) -k -C $1/test $2" ; \
$(MAKE) -k -C $1/test $2 ; \
$(MAKE) --no-print-directory -k -C $1/test $2 ; \
else \
echo "ERROR: File does not exist: $1/test/Makefile"; \
exit 1; \