Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@j5ik2o
Created August 20, 2011 07:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save j5ik2o/1158810 to your computer and use it in GitHub Desktop.
Save j5ik2o/1158810 to your computer and use it in GitHub Desktop.
cscopeの設定ファイルを作る方法
OPEN_JDK_HOME=/Developer/SDKs/openjdk-6-src-b23-05_jul_2011/
find $OPEN_JDK_HOME -name "*.cpp*" -print > cscope.files
find $OPEN_JDK_HOME -name "*.hpp*" -print >> cscope.files
cscope -bqk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment