cvs commit: ports/misc/posixtestsuite Makefile

Mathieu Arnold mat at FreeBSD.org
Sat Mar 20 07:22:16 PST 2004


+- Le samedi 20 mars 2004 05:19 -0800 Alexey Zelkin a dit :
| phantom     2004/03/20 05:19:31 PST
|
| Index: ports/misc/posixtestsuite/Makefile
| diff -u ports/misc/posixtestsuite/Makefile:1.3
| ports/misc/posixtestsuite/Makefile:1.4 ---
| ports/misc/posixtestsuite/Makefile:1.3	Tue Feb  3 21:07:43 2004 +++
| ports/misc/posixtestsuite/Makefile	Sat Mar 20 05:19:31 2004
| @@ -58,15 +58,16 @@
|  	@${ECHO} ""
|  	@${ECHO} "  * QUIET - don't print progress messages while running"
|  	@${ECHO} "  * WITH_THRLIB - choose thread library to run test against"
| -	@${ECHO} "    (NB: by default 'libc_r' is used)"
| +	@${ECHO} "    (NB: by default 'libpthread' is used)"
|  	@${ECHO} ""
|  	@${ECHO} "Examples:"
|  	@${ECHO} ""
| -	@${ECHO} "  make WITH_THRLIB=libkse run"
| -	@${ECHO} "    - run tests against libkse"
| +	@${ECHO} "  make WITH_THRLIB=libthr run"
| +	@${ECHO} "    - run tests against libthr"
|  	@${ECHO} ""
|  	@${ECHO} "  make QUIET=YES WITH_THRLIB= regression"
| -	@${ECHO} "    - be quiet, run tests against libc, compare tests results"
| +	@${ECHO} "    - be quiet, run tests against libpthread (default"
| +        @${ECHO} "      threading library), compare tests results"
|  	@${ECHO} ""
|
|  help:	pre-everything
|

This part broke INDEX, spaces at the beginning of a line instead of a tab.

-- 
Mathieu Arnold


More information about the cvs-all mailing list