summaryrefslogtreecommitdiff
path: root/benchmarks/bonnie++/files/patch-Makefile.in
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2003-02-26 02:06:32 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2003-02-26 02:06:32 +0000
commit72b677a6f86bb137cd09aafade56928634497bec (patch)
tree43da98ada5667a17cef318d64aa9e76e4fd41ad8 /benchmarks/bonnie++/files/patch-Makefile.in
parentFix building with OpenSSL 0.9.7. (diff)
Update to version 1.93c.
This adds multiple disk accessors to better stress today's RAID's and highly buffered disk subsystems.
Notes
Notes: svn path=/head/; revision=76473
Diffstat (limited to '')
-rw-r--r--benchmarks/bonnie++/files/patch-Makefile.in12
1 files changed, 3 insertions, 9 deletions
diff --git a/benchmarks/bonnie++/files/patch-Makefile.in b/benchmarks/bonnie++/files/patch-Makefile.in
index ecd83d04bc1a..4d0fae265af5 100644
--- a/benchmarks/bonnie++/files/patch-Makefile.in
+++ b/benchmarks/bonnie++/files/patch-Makefile.in
@@ -1,11 +1,5 @@
---- Makefile.in.orig Thu Jan 2 23:27:47 2003
-+++ Makefile.in Thu Jan 2 23:28:08 2003
-@@ -8,7 +8,7 @@
- eprefix=@exec_prefix@
- #MORE_WARNINGS=-Weffc++ -Wcast-align
- WFLAGS=-Wall -W -Wshadow -Wpointer-arith -Wwrite-strings -pedantic -ffor-scope $(MORE_WARNINGS)
+--- Makefile.in.orig Tue Jan 7 22:40:11 2003
++++ Makefile.in Tue Feb 25 17:21:00 2003
+@@ -12 +12 @@
-CFLAGS=-O2 @debug@ -DNDEBUG $(WFLAGS) $(MORECFLAGS)
+CFLAGS=${CXXFLAGS} -DNDEBUG $(WFLAGS) $(MORECFLAGS)
- CXX=@CXX@ $(CFLAGS)
-
- INSTALL=@INSTALL@