Whamcloud - gitweb
* obdfs/flushd.c: conditionalized number of C_DEBUG messages.
[fs/lustre-release.git] / lustre / scripts / maketags.sh
1 #!/bin/sh
2 set -vx
3 rm -f TAGS ; find . -name '*.h' -or -name '*.c' | xargs etags
4 rm -f ctags; find . -name '*.h' -or -name '*.c' | xargs ctags