Re: [ANNOUNCEMENT] GDB BuildBot
Eli Zaretskii <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <[email protected]> |
> Date: Thu, 22 Jan 2015 22:39:38 +0200 > From: Eli Zaretskii <[email protected]> > Cc: [email protected] > > > TAGS: $(CFILES) > > etags `for i in $(CFILES); do echo $(srcdir)/$$i ; done` > > > > and CFILES is just a list of files, without $(srcdir)/. So this can > > only work when building inside the source tree. > > On second thought, TAGS files _should_ be in the source tree, because > that's where they will be used. > > So how about running "make TAGS" in the source tree? Can this be > done in the BuildBot? And btw, why doesn't VPATH work in this case?