From 25ffb8965fa812ebb49c5b3cf005ce5a0bd2ba02 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 3 Oct 1996 17:27:48 +0000 Subject: [PATCH] MOved them. --- MAKE_CTAGS | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 MAKE_CTAGS diff --git a/MAKE_CTAGS b/MAKE_CTAGS deleted file mode 100644 index ef99564694..0000000000 --- a/MAKE_CTAGS +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh -trap "rm -f /tmp/$$" 0 1 2 3 15 -rm -f ./tags -find `pwd`/ -type f -name '*.[chyl]' -print|xargs ctags -t -a -f tags -sort tags >/tmp/$$ && mv /tmp/$$ tags - -find . -type d -print |while read DIR -do - [ "$DIR" != "." ] && ln -f -s `pwd`/tags $DIR/tags -done -- GitLab