aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/iozone21/files/patch-Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks/iozone21/files/patch-Makefile')
-rw-r--r--benchmarks/iozone21/files/patch-Makefile36
1 files changed, 0 insertions, 36 deletions
diff --git a/benchmarks/iozone21/files/patch-Makefile b/benchmarks/iozone21/files/patch-Makefile
deleted file mode 100644
index ac4b371927de..000000000000
--- a/benchmarks/iozone21/files/patch-Makefile
+++ /dev/null
@@ -1,36 +0,0 @@
---- Makefile.orig 2016-07-27 14:59:13 UTC
-+++ Makefile
-@@ -0,0 +1,33 @@
-+all: iozone
-+
-+iozone:
-+ $(CC) $(CFLAGS) -Dbsd4_3 -DOS_TYPE="\"FreeBSD 2.x\"" -o iozone iozone.c
-+
-+install:
-+ -@mkdir -p $(DESTDIR)${PREFIX}/bin
-+ -@mkdir -p $(DESTDIR)${PREFIX}/man/man1
-+ ${BSD_INSTALL_PROGRAM} iozone $(DESTDIR)${PREFIX}/bin
-+ @echo .Dd `/bin/date` > iozone.1
-+ @echo .Dt IOZONE 1 >> iozone.1
-+ @echo .Sh NAME >> iozone.1
-+ @echo .Nm iozone >> iozone.1
-+ @echo .Nd Performance Test of Sequential File I/O >> iozone.1
-+ @echo .Sh SYNOPSIS >> iozone.1
-+ @echo .Nm iozone >> iozone.1
-+ @echo .Op Ar megabytes >> iozone.1
-+ @echo .Op Ar record_length_in_bytes >> iozone.1
-+ @echo .Op Ar [path]filename>> iozone.1
-+ @echo .Nm iozone >> iozone.1
-+ @echo .Ar auto[=filename] >> iozone.1
-+ @echo .Nm iozone >> iozone.1
-+ @echo .Ar raw[=filename] >> iozone.1
-+ @echo .Nm iozone >> iozone.1
-+ @echo .Ar cdrom[=filename] >> iozone.1
-+ @echo .Nm iozone >> iozone.1
-+ @echo .Ar help >> iozone.1
-+ @echo .Sh DESCRIPTION >> iozone.1
-+ ./iozone help|awk '{if (/Copyright/) x++} {if (/For V1.06/) exit;}\
-+ {if (x) print $0}' >>iozone.1
-+ @echo .Sh AUTHOR >> iozone.1
-+ @echo Bill Norcott >> iozone.1
-+ ${BSD_INSTALL_MAN} iozone.1 $(DESTDIR)${PREFIX}/share/man/man1