In Makefile, there is the following:

tags: $(wildcard *.[ch])
       ctags *.[ch]

I don't have ctags or whatever it is installed,
so I can't compile unionfs. Nevertheless
if I patch the command, replacing it to

tags: $(wildcard *.[ch])
       echo ctags *.[ch]

then unionfs can be compiled and works.

Is that ctags thing really needed?
If unionfs can be compiled without it,
would you remove it from Makefile please?

Thank you

Tomas M
slax.org
_______________________________________________
unionfs mailing list
[email protected]
http://www.fsl.cs.sunysb.edu/mailman/listinfo/unionfs

Reply via email to