This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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: Cleanup etags generation (Was Re: Ping: etags patch)


Andreas Jaeger <aj at suse dot de> writes:

|> A make TAGS was successfull - but I got this error message (introduced
|> by Tom's patch):
|> 
|> mv -f c-parse.[ch] =*.[chy] tmp-tags;                        \
|> etags *.y *.h *.c $incs;                                     \
|> mv tmp-tags/* .;                                             \
|> rmdir tmp-tags)
|> mv: cannot stat `=*.[chy]': No such file or directory
|> 
|> What's the purpose of =*.[chy]?  I do not see a reason for such files
|> at all.

I'd guess it's a leftover from the elder days, where =* was used for some
kind of backup files.  Both emacs and glibc (still?) have traces of them.

Andreas.

-- 
Andreas Schwab, SuSE Labs, schwab at suse dot de
SuSE Linux AG, Deutschherrnstr. 15-19, D-90429 Nürnberg
Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."


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