From owner-cvs-all@FreeBSD.ORG Sat Mar 20 07:22:15 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E865516A4CE; Sat, 20 Mar 2004 07:22:15 -0800 (PST) Received: from plouf.absolight.net (plouf.absolight.net [212.43.217.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id B494643D3F; Sat, 20 Mar 2004 07:22:15 -0800 (PST) (envelope-from mat@FreeBSD.org) Received: from localhost (localhost [127.0.0.1]) by plouf.absolight.net (Postfix) with ESMTP id 9716C4151; Sat, 20 Mar 2004 16:22:14 +0100 (CET) Received: from cmantatzi.in.t-online.fr (cmantatzi.in.t-online.fr [213.44.126.228]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by plouf.absolight.net (Postfix) with ESMTP id EAED640F8; Sat, 20 Mar 2004 16:22:13 +0100 (CET) Date: Sat, 20 Mar 2004 15:22:22 +0100 From: Mathieu Arnold To: Alexey Zelkin Message-ID: <26866722.1079796142@cmantatzi.in.t-online.fr> In-Reply-To: <20040320131934.A50CB16A4E5@hub.freebsd.org> References: <20040320131934.A50CB16A4E5@hub.freebsd.org> X-Mailer: Mulberry/3.1.2 (Win32) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Scanned: by amavisd 0.1 cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/misc/posixtestsuite Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Mar 2004 15:22:16 -0000 +- 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