public inbox for libc-ports@sourceware.org
 help / color / mirror / Atom feed
From: Roland McGrath <roland@hack.frob.com>
To: Steve Ellcey <sellcey@mips.com>
Cc: Andreas Schwab <schwab@linux-m68k.org>,
	   "Joseph S. Myers" <joseph@codesourcery.com>,
	   <libc-ports@sourceware.org>
Subject: Re: [patch, mips] Fix stubs files for hard float vs. soft float
Date: Wed, 24 Oct 2012 17:25:00 -0000	[thread overview]
Message-ID: <20121024172501.AA6E52C0A5@topped-with-meat.com> (raw)
In-Reply-To: Steve Ellcey's message of  Wednesday, 24 October 2012 10:12:41 -0700 <1351098761.15035.52.camel@ubuntu-sellcey>

There is a completely generic pattern rule near the top of Makefile that
handles this.  What must be missing is the dependency on that configure
script.  The config.status target in Makeconfig is where that dependency
should be.  The usual method to debug this sort of thing is to copy
verbatim the text of the dependency list into the ... place in:

foo:=$(shell echo>&2 'XXX ...')

and then look for the XXX on stderr to see the expansion.  If it omits any
configure fragments that are getting run by configure, then figure out
where the expansion is going wrong.  You can slice up the nested variable
expansions to print out intermediate values via debugging hacks as above
to figure out why it's not right.


Thanks,
Roland

  reply	other threads:[~2012-10-24 17:25 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-10-15 20:15 Steve Ellcey 
2012-10-15 21:15 ` Andreas Schwab
2012-10-15 21:23   ` Andreas Schwab
2012-10-15 22:08 ` Joseph S. Myers
2012-10-15 23:06   ` Steve Ellcey
2012-10-15 23:31     ` Joseph S. Myers
2012-10-22 23:31       ` Steve Ellcey
2012-10-22 23:38         ` Joseph S. Myers
2012-10-23 20:20           ` Steve Ellcey
2012-10-23 21:32             ` Roland McGrath
2012-10-23 22:14               ` Steve Ellcey
2012-10-23 22:48                 ` Roland McGrath
2012-10-24 16:19                   ` Steve Ellcey
2012-10-24 16:37                     ` Andreas Schwab
2012-10-24 17:13                       ` Steve Ellcey
2012-10-24 17:25                         ` Roland McGrath [this message]
2012-10-25  0:00                           ` Steve Ellcey
2012-10-25 12:41                             ` Joseph S. Myers
2012-10-25 20:36                               ` Steve Ellcey
2012-10-26 21:06                               ` Steve Ellcey
2012-10-26 22:11                                 ` Joseph S. Myers
2012-10-26 23:00                                   ` Roland McGrath
2012-10-24 16:41                     ` Joseph S. Myers
2012-10-24  0:05             ` Joseph S. Myers

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=20121024172501.AA6E52C0A5@topped-with-meat.com \
    --to=roland@hack.frob.com \
    --cc=joseph@codesourcery.com \
    --cc=libc-ports@sourceware.org \
    --cc=schwab@linux-m68k.org \
    --cc=sellcey@mips.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).