Whamcloud - gitweb
LU-657 test: limit the write size in run_dd
[fs/lustre-release.git] / lustre / scripts / maketags.sh
1 #!/bin/sh
2 # Copyright (c) 1999, 2010, Oracle and/or its affiliates. All rights reserved.
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