sunrpc: add common routine for copying address portion of a sockaddr
[safe/jmp/linux-2.6] / scripts / tags.sh
index 5bd8b10..4a34ec5 100755 (executable)
@@ -164,10 +164,12 @@ case "$1" in
                ;;
 
        "tags")
+               rm -f tags
                xtags ctags
                ;;
 
        "TAGS")
+               rm -f TAGS
                xtags etags
                ;;
 esac