aboutsummaryrefslogtreecommitdiffhomepage
path: root/test-suite/Makefile
diff options
context:
space:
mode:
authorGravatar Guillaume Melquiond <guillaume.melquiond@inria.fr>2014-04-04 15:33:09 +0200
committerGravatar Guillaume Melquiond <guillaume.melquiond@inria.fr>2014-04-04 15:33:09 +0200
commitb8e76c36b0fd4016c4d5b4098a11dc733872ff5f (patch)
tree63bf24d793cb3b79d0177d8acf7bd850af01b99c /test-suite/Makefile
parent48af6d1418282323b9fff0e789fed9478c064434 (diff)
Remove option -g as it is non-portable yet does not have any effect on the test-suite. (Fix for bug #3024)
Diffstat (limited to 'test-suite/Makefile')
-rw-r--r--test-suite/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-suite/Makefile b/test-suite/Makefile
index 389dffc49..5afb8587f 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