aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
context:
space:
mode:
authorJohan Berntsson2009-06-01 01:24:18 +0000
committerJohan Berntsson2009-06-01 01:24:18 +0000
commit39b30accd206f3d4b6936fa79f7a43db134374e4 (patch)
tree5c5281d5110b39f1440e82922adf6ad5f498ff3c /Makefile
parentreduce verbosity of sculpt map cache messages to reporting cache failures only (diff)
downloadopensim-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--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 8924d34..066eba6 100644
--- a/Makefile
+++ b/Makefile
@@ -25,5 +25,9 @@ test-xml: prebuild
25tags: 25tags:
26 find OpenSim -name \*\.cs | xargs etags 26 find OpenSim -name \*\.cs | xargs etags
27 27
28cscope-tags:
29 find OpenSim -name \*\.cs -fprint cscope.files
30 cscope -b
31
28include $(wildcard Makefile.local) 32include $(wildcard Makefile.local)
29 33