Whamcloud - gitweb
Introduce .gitignore files.
[fs/lustre-release.git] / lustre / scripts / maketags.sh
1 #!/bin/sh
2 # Copyright 2008 Sun Microsystems, Inc.
3 #
4 # This code is issued under the GNU General Public License.
5 # See the file COPYING in this distribution
6 set -vx
7 rm -f TAGS ; find . -name '*.h' -or -name '*.c' | xargs etags
8 rm -f ctags; find . -name '*.h' -or -name '*.c' | xargs ctags