X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Fscripts%2Fmaketags.sh;h=abbc935e83fdae7a2882ae66f93048f1cb59f250;hp=7f3a7933d9650e1de3cc4f9fbe3351309b915f69;hb=d821adb626e050206f1b4605f1159cf65ad22af5;hpb=cddc16981097f8f6c6ad9b4b638f741f1d278bc6 diff --git a/lustre/scripts/maketags.sh b/lustre/scripts/maketags.sh index 7f3a793..abbc935 100755 --- a/lustre/scripts/maketags.sh +++ b/lustre/scripts/maketags.sh @@ -1,4 +1,8 @@ #!/bin/sh +# Copyright (c) 1999, 2010, Oracle and/or its affiliates. All rights reserved. +# +# 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