diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1998-03-27 12:26:47 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1998-03-27 12:26:47 +0000 |
commit | 1af771fdf0dc3b140ebdba225bc46e212b580e86 (patch) | |
tree | 55f1f6728e8501d5fedfda72e6241d005efc4a1a /benchmarks/nbench/files/patch-ab | |
parent | Activate seabattle. (diff) |
Import nbench port. nbench are BYTE magazine's native benchmarks.
Don't ask me how this differs from bytebench, but it seems to be
different enough to warrant a seperate port.
PR: 5330
Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su>
Diffstat (limited to 'benchmarks/nbench/files/patch-ab')
-rw-r--r-- | benchmarks/nbench/files/patch-ab | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/benchmarks/nbench/files/patch-ab b/benchmarks/nbench/files/patch-ab new file mode 100644 index 000000000000..41cd28c1b01c --- /dev/null +++ b/benchmarks/nbench/files/patch-ab @@ -0,0 +1,17 @@ +--- sysinfo.sh Thu Dec 11 20:54:46 1997 ++++ /home/andy/tmp/wrk/sysinfo.sh Wed Dec 17 08:30:28 1997 +@@ -50,8 +50,8 @@ + + # this bombs out on Ultrix which expect "cut -d" + +-compsystem=`uname -a | cut -b 1-78` +-compdate=`date|cut -b1-55` ++compsystem=`uname -a | cut -f 1-78` ++compdate=`date | cut -f 1-55` + + # let's hope that ctrl-c is not part of any string here + # this also will barf later if " is in any of the strings +@@ -60,4 +60,4 @@ + sed -e "s%CCVERSION%$gccversion" -e "s%LIBCVERSION%$libcversion"\ + -e "s%SYSTEM%$compsystem" -e "s%DATE%$compdate"\ + ${i}.template > $i |