X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Fscripts%2Fmaketags.sh;h=9bd9f8734625d327e615bd805f5188ea5c38f63e;hb=113303973ec9f8484eb2355a1a6ef3c4c7fd6a56;hp=7f3a7933d9650e1de3cc4f9fbe3351309b915f69;hpb=cddc16981097f8f6c6ad9b4b638f741f1d278bc6;p=fs%2Flustre-release.git diff --git a/lustre/scripts/maketags.sh b/lustre/scripts/maketags.sh index 7f3a793..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 ctags; find . -name '*.h' -or -name '*.c' | xargs ctags