diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2003-02-26 02:06:32 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2003-02-26 02:06:32 +0000 |
commit | 72b677a6f86bb137cd09aafade56928634497bec (patch) | |
tree | 43da98ada5667a17cef318d64aa9e76e4fd41ad8 /benchmarks/bonnie++/files | |
parent | 452a58039053161514c1eaab3626b68bcc022cb2 (diff) |
Notes
Diffstat (limited to 'benchmarks/bonnie++/files')
-rw-r--r-- | benchmarks/bonnie++/files/patch-Makefile.in | 12 |
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@ |