[Asterisk-cvs] asterisk Makefile,1.161,1.162
markster at lists.digium.com
markster at lists.digium.com
Thu May 26 16:20:55 CDT 2005
Update of /usr/cvsroot/asterisk
In directory mongoose.digium.com:/tmp/cvs-serv8253
Modified Files:
Makefile
Log Message:
Fix agent deadlock and remove braindead tags dependency
Index: Makefile
===================================================================
RCS file: /usr/cvsroot/asterisk/Makefile,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -d -r1.161 -r1.162
--- Makefile 25 May 2005 21:56:50 -0000 1.161
+++ Makefile 26 May 2005 20:24:56 -0000 1.162
@@ -118,7 +118,7 @@
#endif
# Optional debugging parameters
-DEBUG_THREADS = #-DDEBUG_THREADS #-DDO_CRASH #-DDETECT_DEADLOCKS
+DEBUG_THREADS = -DDEBUG_THREADS #-DDO_CRASH #-DDETECT_DEADLOCKS
# Uncomment next one to enable ast_frame tracing (for debugging)
TRACE_FRAMES = #-DTRACE_FRAMES
@@ -294,9 +294,9 @@
all: cleantest depend asterisk subdirs
-ifneq ($(wildcard tags),)
-all: tags
-endif
+#ifneq ($(wildcard tags),)
+ctags: tags
+#endif
ifneq ($(wildcard TAGS),)
all: TAGS
More information about the svn-commits
mailing list