[svn-commits] kpfleming: trunk r352517 - in /trunk: ./ main/
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Wed Jan 25 10:54:58 CST 2012
Author: kpfleming
Date: Wed Jan 25 10:54:54 2012
New Revision: 352517
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=352517
Log:
Eliminate unnecessary rebuilds of main/format*.c.
These files have no need to include "asterisk/version.h", and doing so forces
them to be rebuilt each time a Subversion checkout moves between 'modified'
and 'unmodified' states.
........
Merged revisions 352516 from http://svn.asterisk.org/svn/asterisk/branches/10
Modified:
trunk/ (props changed)
trunk/main/format.c
trunk/main/format_cap.c
trunk/main/format_pref.c
Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-10-merged' - no diff available.
Modified: trunk/main/format.c
URL: http://svnview.digium.com/svn/asterisk/trunk/main/format.c?view=diff&rev=352517&r1=352516&r2=352517
==============================================================================
--- trunk/main/format.c (original)
+++ trunk/main/format.c Wed Jan 25 10:54:54 2012
@@ -30,7 +30,6 @@
ASTERISK_FILE_VERSION(__FILE__, "$Revision$");
#include "asterisk/_private.h"
-#include "asterisk/version.h"
#include "asterisk/format.h"
#include "asterisk/astobj2.h"
#include "asterisk/lock.h"
Modified: trunk/main/format_cap.c
URL: http://svnview.digium.com/svn/asterisk/trunk/main/format_cap.c?view=diff&rev=352517&r1=352516&r2=352517
==============================================================================
--- trunk/main/format_cap.c (original)
+++ trunk/main/format_cap.c Wed Jan 25 10:54:54 2012
@@ -28,7 +28,6 @@
ASTERISK_FILE_VERSION(__FILE__, "$Revision$");
#include "asterisk/_private.h"
-#include "asterisk/version.h"
#include "asterisk/format.h"
#include "asterisk/format_cap.h"
#include "asterisk/frame.h"
Modified: trunk/main/format_pref.c
URL: http://svnview.digium.com/svn/asterisk/trunk/main/format_pref.c?view=diff&rev=352517&r1=352516&r2=352517
==============================================================================
--- trunk/main/format_pref.c (original)
+++ trunk/main/format_pref.c Wed Jan 25 10:54:54 2012
@@ -26,7 +26,6 @@
ASTERISK_FILE_VERSION(__FILE__, "$Revision$");
#include "asterisk/_private.h"
-#include "asterisk/version.h"
#include "asterisk/frame.h"
#include "asterisk/channel.h"
#include "asterisk/utils.h"
More information about the svn-commits
mailing list