author | ehelin |
Mon, 08 Feb 2016 08:05:12 +0100 | |
changeset 35745 | 98d92a790ca5 |
parent 35744 | 4f5e0998b6e9 |
child 35746 | 2ecd089fedfa |
child 36285 | a644a8b6388a |
test/Makefile | file | annotate | diff | comparison | revisions |
--- a/test/Makefile Thu Feb 11 11:54:00 2016 +0100 +++ b/test/Makefile Mon Feb 08 08:05:12 2016 +0100 @@ -40,8 +40,7 @@ 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; \