summaryrefslogtreecommitdiff
path: root/benchmarks/lmbench/files
diff options
context:
space:
mode:
authorBill Fenner <fenner@FreeBSD.org>1997-05-28 02:18:20 +0000
committerBill Fenner <fenner@FreeBSD.org>1997-05-28 02:18:20 +0000
commit70e0e2f6360b8409aa0cb0a6f107e1c0be2336d4 (patch)
treeffc5f403de0e84dc365455b8702c0425384b424d /benchmarks/lmbench/files
parentMove @unexec install-info before "^info/mtools.info$" line; otherwise (diff)
Upgrade to lmbench 1.1
Notes
Notes: svn path=/head/; revision=6581
Diffstat (limited to 'benchmarks/lmbench/files')
-rw-r--r--benchmarks/lmbench/files/patch-aa19
1 files changed, 14 insertions, 5 deletions
diff --git a/benchmarks/lmbench/files/patch-aa b/benchmarks/lmbench/files/patch-aa
index 0e77f4fd34ca..b3002a109508 100644
--- a/benchmarks/lmbench/files/patch-aa
+++ b/benchmarks/lmbench/files/patch-aa
@@ -1,11 +1,20 @@
---- ./src/Makefile.org Fri Nov 25 08:53:00 1994
-+++ ./src/Makefile Sat May 6 03:38:01 1995
-@@ -91,7 +91,7 @@
- $(MAKE) O=$O CC=cc CFLAGS="$(CFLAGS) -Dvfork=fork" all
+--- src/Makefile.orig Wed May 28 01:21:10 1997
++++ src/Makefile Wed May 28 01:19:40 1997
+@@ -93,7 +93,7 @@
+ $(MAKE) O=$O CC=cc CFLAGS="$(CFLAGS)" all
bsd:
-- $(MAKE) O=$O CC=$(CC) CFLAGS="$CFLAGS -Duint='unsigned int'" all
+- $(MAKE) O=$O CC=$(CC) CFLAGS="$(CFLAGS) -Duint='unsigned int'" all
+ $(MAKE) O=$O CC=$(CC) CFLAGS="$(CFLAGS)" all
Wall:
@$(MAKE) clean
+@@ -131,7 +131,7 @@
+
+ $O/lat_pagefault: lat_pagefault.c timing.c bench.h
+ if [ $O = ../bin/linux -o $O = ../bin/bsd ]; \
+- then cp /bin/true $O/lat_pagefault; \
++ then cp /usr/bin/true $O/lat_pagefault; \
+ else $(COMPILE) -o $O/lat_pagefault lat_pagefault.c $(LDLIBS); \
+ fi
+