This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Bug in src/Makefile.am?


Please CC me, as I'm not subscribed to the list.

On Fri, 8 Mar 2013 14:27:42 -0800, Benjamin De Kosnik
<bkoz@redhat.com> wrote:
> I think this vpath sedding can be removed entirely from the
> stamp-debug rule. It's not doing anything as far as I can tell with
> a quick look.
>
> This seems to only impact --enable-libstdcxx-debug configured
> builds.
>
> I'm testing the following patch, and will check it in if it
> completes.

How about the following line instead?

    -e 's,\$(top_builddir)/src/c++,\$(top_builddir)/src/debug/c++,' \

This seems to preserve the original intent and doesn't clash with my
VPATH.

By the way, this is for updating the GNU Grand Unified Builder:

    http://hg.octave.org/gub

It's really nice to be able to cross-compile into Windows and Mac OS X
from GNU. :-)

- Jordi G. H.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]