Date: Sat, 20 Mar 2004 15:22:22 +0100 From: Mathieu Arnold <mat@FreeBSD.org> To: Alexey Zelkin <phantom@FreeBSD.org> Cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/misc/posixtestsuite Makefile Message-ID: <26866722.1079796142@cmantatzi.in.t-online.fr> In-Reply-To: <20040320131934.A50CB16A4E5@hub.freebsd.org> References: <20040320131934.A50CB16A4E5@hub.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
+- 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?26866722.1079796142>