X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Fscripts%2Fmaketags.sh;h=9bd9f8734625d327e615bd805f5188ea5c38f63e;hb=b5bf04fb27d8e3e455aec024d8b908a10434519f;hp=58da5d18bb2683a910abc475dd35301e2dc91cb7;hpb=851d24d58eea7e9664546a8be8dd41959e4aa353;p=fs%2Flustre-release.git diff --git a/lustre/scripts/maketags.sh b/lustre/scripts/maketags.sh index 58da5d1..9bd9f87 100755 --- a/lustre/scripts/maketags.sh +++ b/lustre/scripts/maketags.sh @@ -1,3 +1,8 @@ #!/bin/sh - +# Copyright (C) 2001 Cluster File Systems, 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 ctags; find . -name '*.h' -or -name '*.c' | xargs ctags