Am Donnerstag, den 06.04.2006, 21:41 +0200 schrieb Alexandre Julliard:
"make etags" and "make ctags" are broken.
What's broken about them?
----- detlef@p4:~/wine.cvs/bin$ make ctags find /home/detlef/wine.cvs/src -name '*.[ch]' -print | ctags --c-types= +px -L - -----
The file "tags" is now present, but only filled with the ctags-informations upto:
!_TAG_PROGRAM_VERSION 5.5.4 //
----- detlef@p4:~/wine.cvs/bin$ make etags find /home/detlef/wine.cvs/src -name '*.[ch]' -print | etags - etags: Unknown option: - make: *** [etags] Fehler 1 -----
What's not broken about them?
Standalone "find": detlef@p4:~/wine.cvs/bin$ find ~/wine.cvs/src /home/detlef/wine.cvs/src detlef@p4:~/wine.cvs/bin$ find --version GNU find Version 4.1.20