Whamcloud - gitweb
b=21547 Move cascading_rw.c to correct location.
[fs/lustre-release.git] / lustre / scripts / maketags.sh
index 39994a8..6f87d8d 100755 (executable)
@@ -1,4 +1,8 @@
 #!/bin/sh
-
+# Copyright 2008 Sun Microsystems, Inc.
+#
+# This code is issued under the GNU General Public License.
+# See the file COPYING in this distribution
+set -vx
 rm -f TAGS ; find . -name '*.h' -or -name '*.c' | xargs etags
-rm -f tags ; ctags -R *
+rm -f ctags; find . -name '*.h' -or -name '*.c' | xargs ctags