Update of /cvsroot/cscope/cscope/contrib
In directory usw-pr-cvs1:/tmp/cvs-serv23219/contrib
Modified Files:
ocs
Log Message:
Fixes to ocs.
Index: ocs
===================================================================
RCS file: /cvsroot/cscope/cscope/contrib/ocs,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** ocs 2000/12/12 14:57:59 1.2
--- ocs 2001/05/22 15:40:31 1.3
***************
*** 289,296 ****
OUT=${DIR}/cscope.out
! TMP=${DIR}/cscope.tmp
INC=${DIR}/cscope.inc
create_list ${TMP}
! do_cscope ${TMP} ${OUT} ${INC}
--- 289,296 ----
OUT=${DIR}/cscope.out
! TMP=${DIR}/cscope.tmplst
INC=${DIR}/cscope.inc
create_list ${TMP}
! do_cscope ${TMP} ${OUT} ${INC} ${QUICK}
|