#!/bin/sh -e # # Create a cscope index for the source tree(s). # # $dotat: buildworld/cscope-b.sh,v 1.2 2002/10/08 09:47:33 fanf2 Exp $ # -b build the index # -q quick # -R recursive # -f cross-reference filename cd /FreeBSD /usr/local/bin/cscope -b -q -R -f /FreeBSD/buildworld/.cscope