Whamcloud - gitweb
file ext3-htree-2.4.21-rhel.patch was initially added on branch b_release_1_2_6.
[fs/lustre-release.git] / lustre / scripts / maketags.sh
1 #!/bin/sh
2 # Copyright (C) 2001  Cluster File Systems, 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