Whamcloud - gitweb
class/obdcontrol: added "basedev" parameter to the attach command
[fs/lustre-release.git] / lustre / scripts / maketags.sh
1 #!/bin/sh
2
3 rm -f TAGS ; find . -name '*.h' -or -name '*.c' | xargs etags
4 rm -f tags ; ctags -R *