aboutsummaryrefslogtreecommitdiff
path: root/bin/gentags
diff options
context:
space:
mode:
Diffstat (limited to 'bin/gentags')
-rwxr-xr-xbin/gentags18
1 files changed, 0 insertions, 18 deletions
diff --git a/bin/gentags b/bin/gentags
deleted file mode 100755
index d9019c9..0000000
--- a/bin/gentags
+++ /dev/null
@@ -1,18 +0,0 @@
-#!/bin/sh
-
-# TAGS=".tag-files"
-
-# echo "finding files ..."
-# ROOT=/home/nolln/root
-# find $ROOT \
-# -path "$ROOT/sys/*.[chs]" -prune -o \
-# -path "$ROOT/vendor/musl/src/*.[chs]" -prune -o \
-# -path "$ROOT/include/*.h" \
-# -path "$ROOT/include/vendor/*.h" > "$TAGS"
-
-ctags -R -f .tags .
-
-# cscope -b -k -I include/vendor/libc -I include/ -i "$CSCOPE_DIR/files"
-
-# CSCOPE_DB="$ROOT/cscope.out"
-# echo "exported CSCOPE_DB to: '$CSCOPE_DB'"