public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
From: "Maciej W. Rozycki" <macro@linux-mips.org>
To: "H. J. Lu" <hjl@lucon.org>
Cc: Richard Henderson <rth@redhat.com>,
	binutils@sources.redhat.com, zack@codesourcery.com
Subject: Re: Binutils is broken with -j N
Date: Thu, 26 May 2005 20:15:00 -0000	[thread overview]
Message-ID: <Pine.LNX.4.61L.0505261955150.29423@blysk.ds.pg.gda.pl> (raw)
In-Reply-To: <20050525134231.GA20745@lucon.org>

On Wed, 25 May 2005, H. J. Lu wrote:

> I changed:
> 
> all: info ld.1
> 
> ld.1: x
> 
> info: info-recursive
> 
> info-recursive:
> 	$(MAKE) info-am 
> 
> info-am: x
> 
> to:
> 
> all: info ld.1
> 
> ld.1: x
> 
> info-recursive: ld.1
> 
> info: info-recursive
> 
> info-recursive:
> 	$(MAKE) info-am 
> 
> info-am: x

 This is all fiddling with internal undocumented (i.e. possibly 
version-specific) automake logic.  Which means it's quite fragile and has 
traditionally made updating to newer versions of autotools rather painful.  
E.g. you are not expected to override *-recursive targets.  Can't it 
actually be done using documented techniques?

  Maciej

      reply	other threads:[~2005-05-26 19:16 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-05-21 21:27 H. J. Lu
2005-05-21 22:24 ` H. J. Lu
2005-05-22  1:47   ` H. J. Lu
2005-05-24  7:48     ` Richard Henderson
2005-05-25  5:50       ` H. J. Lu
2005-05-25  7:34         ` Richard Henderson
2005-05-25 15:43           ` H. J. Lu
2005-05-26 20:15             ` Maciej W. Rozycki [this message]

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=Pine.LNX.4.61L.0505261955150.29423@blysk.ds.pg.gda.pl \
    --to=macro@linux-mips.org \
    --cc=binutils@sources.redhat.com \
    --cc=hjl@lucon.org \
    --cc=rth@redhat.com \
    --cc=zack@codesourcery.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).