diff options
author | Stefan Eßer <se@FreeBSD.org> | 2005-01-11 20:17:30 +0000 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 2005-01-11 20:17:30 +0000 |
commit | c2ec7ecdb259d73fa6eedf04e591426ea0dad7e9 (patch) | |
tree | 936aa83c13a80c5e49de6fe157249cd23cbeb1b9 /benchmarks | |
parent | Update to 0.3.6. (diff) |
Fix install target on architectures other than i386.
There is an old Linux ELF binary of select in the pgms directory
of the distribution tar file with no corresponding source file.
Most probably time-polling.c should be used to build a binary
of select under FreeBSD, but for now select is just removed.
Notes
Notes:
svn path=/head/; revision=126156
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/unixbench/Makefile | 3 | ||||
-rw-r--r-- | benchmarks/unixbench/pkg-plist | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/benchmarks/unixbench/Makefile b/benchmarks/unixbench/Makefile index 05d45733b525..90b39bf39b3c 100644 --- a/benchmarks/unixbench/Makefile +++ b/benchmarks/unixbench/Makefile @@ -16,6 +16,9 @@ COMMENT= The BYTE magazine's Public Domain benchmark for UNIX SUB_FILES= unixbench +post-extract: + ${RM} -f ${WRKDIR}/unixbench/pgms/select + do-install: ${INSTALL_SCRIPT} ${WRKDIR}/unixbench ${PREFIX}/bin/ -${MKDIR} ${PREFIX}/lib/unixbench diff --git a/benchmarks/unixbench/pkg-plist b/benchmarks/unixbench/pkg-plist index fe9af387a04c..38c459ca3137 100644 --- a/benchmarks/unixbench/pkg-plist +++ b/benchmarks/unixbench/pkg-plist @@ -31,7 +31,6 @@ lib/unixbench/pgms/pipe lib/unixbench/pgms/register lib/unixbench/pgms/report.awk lib/unixbench/pgms/report.sh -lib/unixbench/pgms/select lib/unixbench/pgms/short lib/unixbench/pgms/spawn lib/unixbench/pgms/syscall |