summaryrefslogtreecommitdiffstats
path: root/benchmarks/bytebench/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;knu2002-01-291-6/+6
| | | | | | | | the ECHO macro is set to "echo" by default, but it is set to "true" if make(1) is invoked with the -s option while ECHO_CMD is always set to the echo command. Use command macros where appropriate.
* add = after MASTER_SITESmharo2000-04-161-1/+1
|
* update with the new PORTNAME/PORTVERSION variablesmharo2000-04-081-3/+3
|
* expr -> ${EXPR}mharo1999-08-281-1/+1
| | | | | | mv -> ${MV} rm -> ${RM} tr -> ${TR}
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* chmod -> ${CHMOD}mharo1999-08-221-9/+9
|
* chmod -> ${CHMOD}mharo1999-08-221-2/+2
| | | | chown -> ${CHOWN}
* Fix some portlint problems. echo -> ${ECHO}, fill in version requiredcpiazza1999-07-181-21/+21
| | | | and shorten DESCR.
* Remove *.orig files from the pgms directory so this deinstall's cleanly.steve1998-09-261-1/+2
|
* mkdir --> ${MKDIR}obrien1996-11-201-3/+3
| | | | | cp --> ${CP} rm --> ${RM}
* Use MAN? macros. CATEGORIES+= -> CATEGORIES.asami1996-11-181-3/+3
|
* Make this run from a R/O /usr file system:se1996-01-051-7/+7
| | | | | | - Temporary files are written into $TMPDIR (default /var/tmp) (some 18MB of free space are required for the file system test). - Results are stored into $RESULTDIR (default /tmp).
* Specify TMPDIR and RESULTDIR outside the /usr tree, or a R/O /usr willse1996-01-031-2/+14
| | | | prevent the tests from running.
* Add "do-install" target.se1996-01-021-3/+9
|
* The BYTE benchmark suite, very popular under Linux users as it seems.se1996-01-011-0/+18
(See: http://www.silkroad.com/bass/linux/bm.html for results ...) This is another benchmark that tries to give a single performance number, but without giving much thought to proper weighting of the performance numbers. So: Please handle with care ...
OpenPOWER on IntegriCloud