summaryrefslogtreecommitdiff
path: root/benchmarks/unixbench/files/patch-ad
diff options
context:
space:
mode:
authorStefan Eßer <se@FreeBSD.org>2005-01-08 22:10:44 +0000
committerStefan Eßer <se@FreeBSD.org>2005-01-08 22:10:44 +0000
commit9a369a50d0657fe3491a4a2fe7261c6e12fbda3c (patch)
treec2b1bd17c207d9ee68a3ca714bc1d287a0f030c9 /benchmarks/unixbench/files/patch-ad
parent- Add options to build with curl (off by default) (diff)
Update bytebench-3.1 to unixbench-4.1.0, based on patches submitted
by SHIMAOKA Shunsuke, with some modifications to the Makefile by me. The bytebench port was repo-copied to unixbench, before, to preserve its history. Submitted by: SHIMAOKA Shunsuke (shimaoka at st dot tutrp dot tut dot ac dot jp)
Notes
Notes: svn path=/head/; revision=125888
Diffstat (limited to 'benchmarks/unixbench/files/patch-ad')
-rw-r--r--benchmarks/unixbench/files/patch-ad17
1 files changed, 0 insertions, 17 deletions
diff --git a/benchmarks/unixbench/files/patch-ad b/benchmarks/unixbench/files/patch-ad
deleted file mode 100644
index 12de4faa1333..000000000000
--- a/benchmarks/unixbench/files/patch-ad
+++ /dev/null
@@ -1,17 +0,0 @@
-*** pgms/cleanup.sh.orig Wed Feb 5 11:08:37 1992
---- pgms/cleanup.sh Wed Jan 3 19:27:21 1996
-***************
-*** 87,92 ****
-
- -r) : reason for failure
-! echo $1
-! echo $1 >>$LOGFILE
- shift
- ;;
---- 87,92 ----
-
- -r) : reason for failure
-! echo -e $1
-! echo -e $1 >>$LOGFILE
- shift
- ;;