From 4ab32f98a6e92952c00dd26cec61ecd3d3cc80dd Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sat, 27 May 2017 10:32:11 -0400 Subject: [PATCH] More Makefile simplification. --- tests/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tests/Makefile b/tests/Makefile index d200888..4ab1b4c 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -11,10 +11,7 @@ PATH := $(realpath ..):$(realpath .):${PATH} # Defeat annoying behavior under Mac OS X - builtin echo doesn't do -n ECHO := /bin/echo -default: - make -e --quiet all - -all: listcheck regress +all: regress @echo "=== No diff output is good news." .SUFFIXES: .chk -- 2.31.1