diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-05-06 11:49:56 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-05-06 11:49:56 +0000 |
commit | a3961649e1d522e1c38c4f51e6b9f604dbfe5ff0 (patch) | |
tree | 886d092841e648895cb0b10f36e48a9787934839 /benchmarks/lmbench/files/patch-aa | |
parent | compress manpage (diff) |
A package to measure & compare system performance.
Yes, I know the package files are missing, I need to hack it a
little more so that it installs the binaries and all the data files
in some place that won't be blown away by a "make clean" and compare
the results...for now, you can type "make test" to run the test and
go into the work/lmbench-1.0/Results subdirectory to see what it
measured.
Diffstat (limited to '')
-rw-r--r-- | benchmarks/lmbench/files/patch-aa | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/benchmarks/lmbench/files/patch-aa b/benchmarks/lmbench/files/patch-aa new file mode 100644 index 000000000000..0e77f4fd34ca --- /dev/null +++ b/benchmarks/lmbench/files/patch-aa @@ -0,0 +1,11 @@ +--- ./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 + + bsd: +- $(MAKE) O=$O CC=$(CC) CFLAGS="$CFLAGS -Duint='unsigned int'" all ++ $(MAKE) O=$O CC=$(CC) CFLAGS="$(CFLAGS)" all + + Wall: + @$(MAKE) clean |