X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=cscope.make;fp=cscope.make;h=0000000000000000000000000000000000000000;hp=3349d6d8a71c4f16e47e78d27707820dd0b5e292;hb=200be285168841fae7b0ef421b9db3168670263b;hpb=f6d0b86430cc515164b298046542f80f42a29c65 diff --git a/cscope.make b/cscope.make deleted file mode 100755 index 3349d6d..0000000 --- a/cscope.make +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/sh - -current="$PWD" -cd / -find "$current" \ --iname "*.c" -o \ --iname "*.h" -o \ --iname "*.cc" -o \ --iname "*.hh" | sed '/ / s/^\(.*\)/"\1"/' >"$current/cscope.files" - -cd "$current" - -cscope -b -q -