diff options
author | Johan Berntsson | 2009-06-01 01:24:18 +0000 |
---|---|---|
committer | Johan Berntsson | 2009-06-01 01:24:18 +0000 |
commit | 39b30accd206f3d4b6936fa79f7a43db134374e4 (patch) | |
tree | 5c5281d5110b39f1440e82922adf6ad5f498ff3c /Makefile | |
parent | reduce verbosity of sculpt map cache messages to reporting cache failures only (diff) | |
download | opensim-SC_OLD-39b30accd206f3d4b6936fa79f7a43db134374e4.zip opensim-SC_OLD-39b30accd206f3d4b6936fa79f7a43db134374e4.tar.gz opensim-SC_OLD-39b30accd206f3d4b6936fa79f7a43db134374e4.tar.bz2 opensim-SC_OLD-39b30accd206f3d4b6936fa79f7a43db134374e4.tar.xz |
Added cscope tag support in Makefile
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -25,5 +25,9 @@ test-xml: prebuild | |||
25 | tags: | 25 | tags: |
26 | find OpenSim -name \*\.cs | xargs etags | 26 | find OpenSim -name \*\.cs | xargs etags |
27 | 27 | ||
28 | cscope-tags: | ||
29 | find OpenSim -name \*\.cs -fprint cscope.files | ||
30 | cscope -b | ||
31 | |||
28 | include $(wildcard Makefile.local) | 32 | include $(wildcard Makefile.local) |
29 | 33 | ||