From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16404 invoked by alias); 22 Jun 2005 09:40:57 -0000 Mailing-List: contact pthreads-win32-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: pthreads-win32-owner@sources.redhat.com Received: (qmail 16371 invoked by uid 22791); 22 Jun 2005 09:40:50 -0000 Received: from mail2.ncc.eurodata.de (HELO mail2.ncc.eurodata.de) (212.89.134.26) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Wed, 22 Jun 2005 09:40:50 +0000 Received: from vscan2.ncc.eurodata.de (vscan2.ncc.eurodata.de [212.89.134.22]) by mail2.ncc.eurodata.de (Postfix) with ESMTP id 97B465582F7 for ; Wed, 22 Jun 2005 11:40:48 +0200 (CEST) Received: by vscan2.ncc.eurodata.de (Postfix, from userid 8) id 8DD6A9DDA1; Wed, 22 Jun 2005 11:40:48 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by vscan2.ncc.eurodata.de (Postfix) with ESMTP id 18EFB9DDA0 for ; Wed, 22 Jun 2005 11:40:47 +0200 (CEST) Received: from localhost.localdomain (localhost [127.0.0.1]) by mail2.ncc.eurodata.de (Postfix) with ESMTP id EFE775582F8 for ; Wed, 22 Jun 2005 11:40:46 +0200 (CEST) Received: from [10.1.1.8] (mail-redir.eurodata.de [10.2.2.50]) by mail2.ncc.eurodata.de (Postfix) with ESMTP id C0F1F5582F7 for ; Wed, 22 Jun 2005 11:40:46 +0200 (CEST) Message-ID: <42B9321E.6030606@cpan.org> Date: Wed, 22 Jun 2005 09:40:00 -0000 From: Steffen Goeldner User-Agent: Mozilla Thunderbird 0.7.2 (Windows/20040707) MIME-Version: 1.0 To: pthreads-win32@sources.redhat.com Subject: Bmakefile: batch-mode Content-Type: multipart/mixed; boundary="------------030005010205070509000507" X-SW-Source: 2005/txt/msg00114.txt.bz2 This is a multi-part message in MIME format. --------------030005010205070509000507 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-length: 75 The attached patch enables batch-mode for Borland make. Steffen Goeldner --------------030005010205070509000507 Content-Type: text/plain; name="Bmakefile.diff" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="Bmakefile.diff" Content-length: 234 --- Bmakefile.orig Sat Jun 18 22:25:49 2005 +++ Bmakefile Tue Jun 21 11:39:25 2005 @@ -243,7 +243,7 @@ version.res .c.obj: - $(CC) $(OPTIM) $(BCFLAGS) -c $< + $(CC) $(OPTIM) $(BCFLAGS) -c {$< } .rc.res: $(RC) $(RCFLAGS) $< --------------030005010205070509000507--