v3.1
This commit is contained in:
parent
c63d39213c
commit
8a66917de1
@ -1,7 +1,7 @@
|
||||
# $OpenBSD: Makefile,v 1.7 1999/08/06 03:03:55 brad Exp $
|
||||
# $OpenBSD: Makefile,v 1.8 1999/08/08 23:05:13 ho Exp $
|
||||
|
||||
DISTNAME= iozone
|
||||
PKGNAME= iozone-3.0
|
||||
PKGNAME= iozone-3.1
|
||||
CATEGORIES= benchmarks
|
||||
MASTER_SITES= http://www.iozone.org/src/
|
||||
EXTRACT_SUFX= .tar
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (iozone.tar) = 50f0dda7fcefd62bff25cf5a5aea7d17
|
||||
RMD160 (iozone.tar) = 6f372822b4827b8739e5fafc59aa411303a518c3
|
||||
SHA1 (iozone.tar) = 1ac8d397e58229e0b940cfe3f82a24c194527f6b
|
||||
MD5 (iozone.tar) = ad7f21cfbf08fd843ab9c97f7b5db53a
|
||||
RMD160 (iozone.tar) = 67851d4a9203f0050b7df2b58a666bac10fa577b
|
||||
SHA1 (iozone.tar) = 750a3c2703c2b5d3ceee060191e524aef146d8ca
|
||||
|
@ -1,5 +1,5 @@
|
||||
--- makefile.orig Thu Jun 24 14:43:59 1999
|
||||
+++ makefile Wed Jul 7 21:38:13 1999
|
||||
--- makefile.orig Tue Aug 3 17:25:05 1999
|
||||
+++ makefile Sun Aug 8 12:55:18 1999
|
||||
@@ -6,7 +6,7 @@
|
||||
#
|
||||
# Supports: hpux, hpux_no_ansi, hpux-10.1, hpux_no_ansi-10.1,
|
||||
@ -9,15 +9,15 @@
|
||||
|
||||
|
||||
all:
|
||||
@@ -31,6 +31,7 @@
|
||||
@echo "\t-> Solaris (32bit) <-"
|
||||
@echo "\t-> Windows (95/98/NT) (32bit) <-"
|
||||
@@ -15,6 +15,7 @@
|
||||
@echo "\t-> AIX (32bit) <-"
|
||||
@echo "\t-> convex (32bit) <-"
|
||||
@echo "\t-> freebsd (32bit) <-"
|
||||
+ @echo "\t-> openbsd (32bit) <-"
|
||||
@echo ""
|
||||
|
||||
clean:
|
||||
@@ -182,6 +183,15 @@
|
||||
@echo "\t-> ghpux (32bit) <-"
|
||||
@echo "\t-> hpuxs-11.0 (simple) (32bit) <-"
|
||||
@echo "\t-> hpux-11.0w (64bit) <-"
|
||||
@@ -197,6 +198,15 @@
|
||||
freebsd: iozone_freebsd.o libbif.o
|
||||
cc -O -Dunix -DHAVE_ANSIC_C -DNO_THREADS -DSHARED_MEM \
|
||||
iozone_freebsd.o libbif.o -o iozone
|
||||
@ -33,7 +33,7 @@
|
||||
#
|
||||
#
|
||||
# Now for the machine specific stuff
|
||||
@@ -383,3 +393,11 @@
|
||||
@@ -416,3 +426,11 @@
|
||||
cc -c -O -Dunix -Dbsd4_2 -DHAVE_ANSIC_C -DNO_THREADS \
|
||||
-DSHARED_MEM libbif.c -o libbif.o
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
--- iozone.c.orig Thu Jun 24 14:43:59 1999
|
||||
+++ iozone.c Wed Jul 7 21:41:35 1999
|
||||
--- iozone.c.orig Tue Aug 3 17:25:04 1999
|
||||
+++ iozone.c Sun Aug 8 12:55:56 1999
|
||||
@@ -74,7 +74,7 @@
|
||||
int main();
|
||||
#ifndef __convex__
|
||||
@ -9,7 +9,7 @@
|
||||
#include <sys/types.h>
|
||||
#define O_SYNC 0
|
||||
#endif
|
||||
@@ -189,7 +189,7 @@
|
||||
@@ -192,7 +192,7 @@
|
||||
#include <signal.h>
|
||||
#include <unistd.h>
|
||||
#include <sys/types.h>
|
||||
@ -18,7 +18,7 @@
|
||||
#include <malloc.h>
|
||||
#endif
|
||||
/* SCO Unix System V */
|
||||
@@ -256,6 +256,11 @@
|
||||
@@ -259,6 +259,11 @@
|
||||
#ifdef bsd4_2
|
||||
#define BSDtime
|
||||
#endif
|
||||
@ -30,7 +30,7 @@
|
||||
#ifdef BSDtime
|
||||
#include <sys/time.h>
|
||||
#else
|
||||
@@ -274,6 +279,10 @@
|
||||
@@ -277,6 +282,10 @@
|
||||
long long page_size = 4096;
|
||||
#define MS_SYNC 0
|
||||
#define MS_ASYNC 0
|
||||
|
Loading…
Reference in New Issue
Block a user