From: Doug Evans <dje@google.com>
To: Jie Zhang <jie@codesourcery.com>
Cc: gdb-patches@sourceware.org
Subject: Re: Fix Makefile.in in data-directory
Date: Wed, 20 Oct 2010 20:13:00 -0000 [thread overview]
Message-ID: <AANLkTi=ZusdpB4=kcF_0tAPEQkPEuNwdXhrhQDTfw_fs@mail.gmail.com> (raw)
In-Reply-To: <4CBEDBF5.9060504@codesourcery.com>
On Wed, Oct 20, 2010 at 5:09 AM, Jie Zhang <jie@codesourcery.com> wrote:
>
> The current install rule in the Makefile.in of data-directory uses recursive make but does not pass FLAGS_TO_PASS. This causes an issue when people try to override prefix with command line option "make install", i.e. data-directory will still be installed under the configure time prefix. This patch fixes it. OK?
[Apologies for the resend.]
Thanks for the bug report. Forgot about that.
This patch is not ok though. A parallel make (e.g. -jN) might try to
build all and install-only simultaneously.
maybe:
$(MAKE) install-only $(FLAGS_TO_PASS)
For reference sake, there are other instances of "install: all install-only".
They need to be fixed too.
next prev parent reply other threads:[~2010-10-20 20:13 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-10-20 12:09 Jie Zhang
2010-10-20 20:13 ` Doug Evans [this message]
2010-10-21 0:10 ` Jie Zhang
2010-10-21 0:14 ` Pedro Alves
2010-10-21 0:17 ` Jie Zhang
2010-10-21 0:29 ` Pedro Alves
2010-10-21 2:15 ` Jie Zhang
2010-10-21 2:30 ` Doug Evans
2010-10-21 5:11 ` Jie Zhang
2010-10-21 21:06 ` Doug Evans
2010-10-21 23:52 ` Jie Zhang
2010-10-21 10:07 ` Pedro Alves
2010-10-21 14:46 ` Joel Brobecker
2010-10-22 1:14 ` Tom Tromey
2010-10-21 21:08 ` Doug Evans
2010-10-22 1:11 ` Tom Tromey
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='AANLkTi=ZusdpB4=kcF_0tAPEQkPEuNwdXhrhQDTfw_fs@mail.gmail.com' \
--to=dje@google.com \
--cc=gdb-patches@sourceware.org \
--cc=jie@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