diff options
| author | Guillaume Melquiond | 2014-04-04 15:33:09 +0200 |
|---|---|---|
| committer | Guillaume Melquiond | 2014-04-04 15:33:09 +0200 |
| commit | b8e76c36b0fd4016c4d5b4098a11dc733872ff5f (patch) | |
| tree | 63bf24d793cb3b79d0177d8acf7bd850af01b99c | |
| parent | 48af6d1418282323b9fff0e789fed9478c064434 (diff) | |
Remove option -g as it is non-portable yet does not have any effect on the test-suite. (Fix for bug #3024)
| -rw-r--r-- | test-suite/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
