[asterisk-addons-commits] kpfleming: branch 1.6.0 r580 - in	/branches/1.6.0: ./ Makefile.rules
    SVN commits to the Asterisk addons project 
    asterisk-addons-commits at lists.digium.com
       
    Wed Apr 30 07:33:52 CDT 2008
    
    
  
Author: kpfleming
Date: Wed Apr 30 07:33:52 2008
New Revision: 580
URL: http://svn.digium.com/view/asterisk-addons?view=rev&rev=580
Log:
Merged revisions 579 via svnmerge from 
https://origsvn.digium.com/svn/asterisk-addons/trunk
................
r579 | kpfleming | 2008-04-30 07:32:23 -0500 (Wed, 30 Apr 2008) | 21 lines
Merged revisions 578 via svnmerge from 
https://origsvn.digium.com/svn/asterisk-addons/branches/1.4
........
r578 | tilghman | 2008-04-29 23:46:37 -0500 (Tue, 29 Apr 2008) | 13 lines
Don't exclude system header files when doing dependency checks.  The reason for
this is fairly obvious -- the Asterisk header files (but only in -addons) are
part of the system header files at that point, so a changed buildopts.h is
considered a change in the system headers.  We WANT that change to be
considered a reason to rebuild everything in -addons, since the buildsum will
no longer match at runtime.
Note that if you're building -addons, you'll still need to do a 'make clean'
to get the old dependency files to go away this first time, but after that,
the dependency checks will take care of it for you.
(Closes issue #11291)
........
................
Modified:
    branches/1.6.0/   (props changed)
    branches/1.6.0/Makefile.rules
Propchange: branches/1.6.0/
------------------------------------------------------------------------------
--- trunk-merged (original)
+++ trunk-merged Wed Apr 30 07:33:52 2008
@@ -1,1 +1,1 @@
-/trunk:540-559,575
+/trunk:540-559,575,579
Modified: branches/1.6.0/Makefile.rules
URL: http://svn.digium.com/view/asterisk-addons/branches/1.6.0/Makefile.rules?view=diff&rev=580&r1=579&r2=580
==============================================================================
--- branches/1.6.0/Makefile.rules (original)
+++ branches/1.6.0/Makefile.rules Wed Apr 30 07:33:52 2008
@@ -21,7 +21,7 @@
 .PHONY: dist-clean
 
 # extra cflags to build dependencies. Recursively expanded.
-MAKE_DEPS= -MMD -MT $@ -MF .$(subst /,_,$@).d -MP
+MAKE_DEPS= -MD -MT $@ -MF .$(subst /,_,$@).d -MP
 
 ifeq ($(NOISY_BUILD),)
     ECHO_PREFIX=@
    
    
More information about the asterisk-addons-commits
mailing list