Re: [ANNOUNCEMENT] GDB BuildBot
Eli Zaretskii <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <[email protected]> |
> Date: Fri, 23 Jan 2015 09:56:25 +0000 > From: Pedro Alves <[email protected]> > CC: [email protected] > > > I don't think we need to go that far. Simply adding "cd $(srcdir) &&" > > to the TAGS rules that don't already do that should be good enough. > > Yes, we should do that. It's what we do to other similar rules > that generate files in the source dir, like e.g., > > $(srcdir)/aclocal.m4: @MAINTAINER_MODE_TRUE@ $(aclocal_m4_deps) > cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) I'll look into the libiberty problem when I have time. I don't understand why VPATH didn't do its job in that case.