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