public inbox for pthreads-win32@sourceware.org
 help / color / mirror / Atom feed
From: Steffen Goeldner <sgoeldner@cpan.org>
To: pthreads-win32@sources.redhat.com
Subject: Bmakefile: batch-mode
Date: Wed, 22 Jun 2005 09:40:00 -0000	[thread overview]
Message-ID: <42B9321E.6030606@cpan.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 75 bytes --]

The attached patch enables batch-mode for Borland make.


Steffen Goeldner

[-- Attachment #2: Bmakefile.diff --]
[-- Type: text/plain, Size: 234 bytes --]

--- 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) $<

                 reply	other threads:[~2005-06-22  9:40 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=42B9321E.6030606@cpan.org \
    --to=sgoeldner@cpan.org \
    --cc=pthreads-win32@sources.redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).