]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
(closes issue #10672)
authorRussell Bryant <russell@russellbryant.com>
Sat, 8 Sep 2007 13:42:26 +0000 (13:42 +0000)
committerRussell Bryant <russell@russellbryant.com>
Sat, 8 Sep 2007 13:42:26 +0000 (13:42 +0000)
Bump the cleancount so that a "make clean" will be forced.  This is needed
because my fix in revision 81599 made a change to a data structure in file.h,
and since file dependency tracking is only on with dev-mode enabled, file
format modules that don't get rebuilt may crash, as is the case with this issue.

This makes me wonder - how much faster does the code build without the file
dependency tracking enabled?  If it doesn't make much of a difference, then it
may be worth just keeping it on all of the time, or perhaps just not in release
tarballs, so that this type of issue is avoided.

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@81952 65c4cc65-6c06-0410-ace0-fbb531ad65f3

.cleancount

index 9902f17848a8974ab57d57999b74a63198fe6e23..f04c001f3f7fd5d290d0264b4a2c35f7b159ac42 100644 (file)
@@ -1 +1 @@
-28
+29