aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/stress-ng/files
diff options
context:
space:
mode:
authorOlivier Cochard <olivier@FreeBSD.org>2017-05-31 10:07:59 +0000
committerOlivier Cochard <olivier@FreeBSD.org>2017-05-31 10:07:59 +0000
commite9d8fb9676d35a6c326d62f4e84ded5020ac7ddc (patch)
tree6591b4ab135a42d0b80e04f1380a8900099ae28b /benchmarks/stress-ng/files
parent00926542a856b8c01bb955ef5212f6f998201274 (diff)
downloadports-e9d8fb9676d35a6c326d62f4e84ded5020ac7ddc.tar.gz
ports-e9d8fb9676d35a6c326d62f4e84ded5020ac7ddc.zip
Updating to version 0.08.02
PR: 219677 Submitted by: luca.pizzamiglio@gmail.com (maintainer)
Notes
Notes: svn path=/head/; revision=442147
Diffstat (limited to 'benchmarks/stress-ng/files')
-rw-r--r--benchmarks/stress-ng/files/patch-Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/benchmarks/stress-ng/files/patch-Makefile b/benchmarks/stress-ng/files/patch-Makefile
index cb2f8b315daa..0d0ef6e2a6d9 100644
--- a/benchmarks/stress-ng/files/patch-Makefile
+++ b/benchmarks/stress-ng/files/patch-Makefile
@@ -1,6 +1,6 @@
---- Makefile.orig 2017-05-06 12:36:12 UTC
+--- Makefile.orig 2017-05-18 12:29:44 UTC
+++ Makefile
-@@ -21,7 +21,7 @@ VERSION=0.08.00
+@@ -21,7 +21,7 @@ VERSION=0.08.02
# Codename "harmful hardware harasser"
#
@@ -9,12 +9,12 @@
#
# Pedantic flags
-@@ -783,7 +783,7 @@ stress-cpu.o: stress-cpu.c
+@@ -786,7 +786,7 @@ stress-cpu.o: stress-cpu.c
@rm -f test-decimal.c test-decimal.o
perf.o: perf.c perf-event.c
- @gcc -E perf-event.c | grep "PERF_COUNT" | sed 's/,/ /' | awk {'print "#define _SNG_" $$1 " (1)"'} > perf-event.h
+ @$(CC) -E perf-event.c | grep "PERF_COUNT" | sed 's/,/ /' | awk {'print "#define _SNG_" $$1 " (1)"'} > perf-event.h
- $(CC) $(CFLAGS) -c -o $@ $<
+ @echo $(CC) $(CFLAGS) -c -o $@ $<
+ @$(CC) $(CFLAGS) -c -o $@ $<
- stress-wcstr.o: stress-wcstr.c