From: Joshua U. <uz...@li...> - 2000-04-28 20:29:37
|
* Petr Sorfa <pe...@sc...> [000428 13:15]: > Are you sure that you used the right executable? Also you have -b up > there, I assume you meant -q. Yep, I'm using the right binary, and I forgot to include that I have these lines being executed in the Makefile: [root@puffin linux]# make cscope rm -f cscope.files cscope.out echo "-q -k" >> cscope.files echo "-I include/asm-sparc" >> cscope.files find include/* -maxdepth 0 -type d -not \( -name "asm*" -o \ -name config -o -name CVS \) -exec echo "-I" {} \; \ >> cscope.files find include/asm-sparc -name '*.h' >> cscope.files find `find include/* -maxdepth 0 -type d -not \( -name "asm*" \ -o -name config -o -name CVS \)` -name '*.h' >> cscope.files find kernel drivers mm fs net ipc lib arch/sparc/kernel arch/sparc/lib arch/sparc/prom arch/sparc/mm arch/sparc/math-emu arch/sparc/boot init -name '*.[chS]' >> cscope.files cscope -b cscope: building symbol database 100 files built, 0 files copied ... So I have that 'echo "-q -k" >> cscope.files' line in there, so I don't need to give it -q... -- Joshua Uziel, Senior Linux Consultant, Linuxcare, Inc. 415.354.4878 tel, 415.701.7457 fax uz...@li..., http://www.linuxcare.com/ Linuxcare. Support for the revolution. |