X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Fscripts%2Fmaketags.sh;h=9bd9f8734625d327e615bd805f5188ea5c38f63e;hb=40f5bbd0594f3211daa7c0a441ac9f05e21219e8;hp=39994a841edce02de340a6845899ae2b33332460;hpb=8e1bef7b6c3874c554152e6317bf4ef28aa3ffa7;p=fs%2Flustre-release.git diff --git a/lustre/scripts/maketags.sh b/lustre/scripts/maketags.sh index 39994a8..9bd9f87 100755 --- a/lustre/scripts/maketags.sh +++ b/lustre/scripts/maketags.sh @@ -1,4 +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 tags ; ctags -R * +rm -f ctags; find . -name '*.h' -or -name '*.c' | xargs ctags