This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc 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]

make TAGS failure


Hello,

When running make TAGS I got

make[4]: Entering directory `/local/ianw/fsyscall/libc/po'
make[4]: *** No rule to make target `be.mo', needed by `TAGS'.  Stop.

This was because MakeTAGS was picking up the files to make tags for
from the distinfo file, and some of those files weren't generated yet
(the binary .mo files).  I figure we only want to make tags for source
code, so one way to fix this is to filter to only try with source code
files.  

-i
ianw@gelato.unsw.edu.au
http://www.gelato.unsw.edu.au

Attachment: MakeTAGS.patch
Description: Text document


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