From b8e76c36b0fd4016c4d5b4098a11dc733872ff5f Mon Sep 17 00:00:00 2001 From: Guillaume Melquiond Date: Fri, 4 Apr 2014 15:33:09 +0200 Subject: Remove option -g as it is non-portable yet does not have any effect on the test-suite. (Fix for bug #3024) --- test-suite/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-suite/Makefile b/test-suite/Makefile index 389dffc49b..5afb8587f8 100644 --- a/test-suite/Makefile +++ b/test-suite/Makefile @@ -110,7 +110,7 @@ $(foreach S,$(VSUBSYSTEMS),$(eval $(call mkstamp,$(S)))) # Summary ####################################################################### -summary_dir = echo $(1); find $(2) -name '*.log' -print0 | xargs -0 -n 1 tail -n1 | sort -g +summary_dir = echo $(1); find $(2) -name '*.log' -print0 | xargs -0 -n 1 tail -n1 | sort .PHONY: summary summary.log -- cgit v1.2.3