diff options
author | Bill Fumerola <billf@FreeBSD.org> | 1999-08-08 00:08:21 +0000 |
---|---|---|
committer | Bill Fumerola <billf@FreeBSD.org> | 1999-08-08 00:08:21 +0000 |
commit | cdda09ffa299176e75e9e125992636073bce3c59 (patch) | |
tree | 0443b52fa4c1133ff75a9ffd8486d43303dae692 /benchmarks | |
parent | 6a2612a398d13aaf33b0507c42987c1a7da415de (diff) | |
download | ports-cdda09ffa299176e75e9e125992636073bce3c59.tar.gz ports-cdda09ffa299176e75e9e125992636073bce3c59.zip |
Notes
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/iozone/Makefile | 3 | ||||
-rw-r--r-- | benchmarks/iozone/distinfo | 2 | ||||
-rw-r--r-- | benchmarks/iozone/files/patch-ab | 22 | ||||
-rw-r--r-- | benchmarks/iozone21/Makefile | 3 | ||||
-rw-r--r-- | benchmarks/iozone21/distinfo | 2 |
5 files changed, 28 insertions, 4 deletions
diff --git a/benchmarks/iozone/Makefile b/benchmarks/iozone/Makefile index 9d5c023e797c..37af3617bce2 100644 --- a/benchmarks/iozone/Makefile +++ b/benchmarks/iozone/Makefile @@ -3,7 +3,7 @@ # Date created: 26 September 1994 # Whom: jmz # -# $Id: Makefile,v 1.20 1999/02/03 11:11:39 asami Exp $ +# $Id: Makefile,v 1.21 1999/07/07 22:40:08 jmz Exp $ # DISTNAME= iozone @@ -23,6 +23,7 @@ ALL_TARGET= MAN1= iozone.1 do-install: + ${STRIP} ${WRKSRC}/iozone ${INSTALL_PROGRAM} ${WRKSRC}/iozone ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/iozone.1 ${PREFIX}/man/man1 diff --git a/benchmarks/iozone/distinfo b/benchmarks/iozone/distinfo index 5b3a31068481..2569e442f7e3 100644 --- a/benchmarks/iozone/distinfo +++ b/benchmarks/iozone/distinfo @@ -1 +1 @@ -MD5 (iozone.tar) = 50f0dda7fcefd62bff25cf5a5aea7d17 +MD5 (iozone.tar) = ad7f21cfbf08fd843ab9c97f7b5db53a diff --git a/benchmarks/iozone/files/patch-ab b/benchmarks/iozone/files/patch-ab new file mode 100644 index 000000000000..c0e74fa70fba --- /dev/null +++ b/benchmarks/iozone/files/patch-ab @@ -0,0 +1,22 @@ +--- makefile.orig Tue Aug 3 11:25:05 1999 ++++ makefile Sat Aug 7 20:04:01 1999 +@@ -195,7 +195,7 @@ + # + + freebsd: iozone_freebsd.o libbif.o +- cc -O -Dunix -DHAVE_ANSIC_C -DNO_THREADS -DSHARED_MEM \ ++ cc ${CFLAGS} -Dunix -DHAVE_ANSIC_C -DNO_THREADS -DSHARED_MEM \ + iozone_freebsd.o libbif.o -o iozone + # + # +@@ -411,8 +411,8 @@ + @echo "" + @echo "Build Iozone for FreeBSD" + @echo "" +- cc -c -O -Dunix -Dbsd4_2 -DHAVE_ANSIC_C -DNO_THREADS \ ++ cc -c ${CFLAGS} -Dunix -Dbsd4_2 -DHAVE_ANSIC_C -DNO_THREADS \ + -DSHARED_MEM iozone.c -o iozone_freebsd.o +- cc -c -O -Dunix -Dbsd4_2 -DHAVE_ANSIC_C -DNO_THREADS \ ++ cc -c ${CFLAGS} -Dunix -Dbsd4_2 -DHAVE_ANSIC_C -DNO_THREADS \ + -DSHARED_MEM libbif.c -o libbif.o + diff --git a/benchmarks/iozone21/Makefile b/benchmarks/iozone21/Makefile index 9d5c023e797c..37af3617bce2 100644 --- a/benchmarks/iozone21/Makefile +++ b/benchmarks/iozone21/Makefile @@ -3,7 +3,7 @@ # Date created: 26 September 1994 # Whom: jmz # -# $Id: Makefile,v 1.20 1999/02/03 11:11:39 asami Exp $ +# $Id: Makefile,v 1.21 1999/07/07 22:40:08 jmz Exp $ # DISTNAME= iozone @@ -23,6 +23,7 @@ ALL_TARGET= MAN1= iozone.1 do-install: + ${STRIP} ${WRKSRC}/iozone ${INSTALL_PROGRAM} ${WRKSRC}/iozone ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/iozone.1 ${PREFIX}/man/man1 diff --git a/benchmarks/iozone21/distinfo b/benchmarks/iozone21/distinfo index 5b3a31068481..2569e442f7e3 100644 --- a/benchmarks/iozone21/distinfo +++ b/benchmarks/iozone21/distinfo @@ -1 +1 @@ -MD5 (iozone.tar) = 50f0dda7fcefd62bff25cf5a5aea7d17 +MD5 (iozone.tar) = ad7f21cfbf08fd843ab9c97f7b5db53a |