[asterisk-commits] russell: trunk r53465 - in /trunk: ./ main/Makefile

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Wed Feb 7 13:09:58 MST 2007


Author: russell
Date: Wed Feb  7 14:09:58 2007
New Revision: 53465

URL: http://svn.digium.com/view/asterisk?view=rev&rev=53465
Log:
Merged revisions 53464 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r53464 | russell | 2007-02-07 14:07:39 -0600 (Wed, 07 Feb 2007) | 4 lines

The clean target actually needs to run "distclean" on editline.  This is
because we need to make sure that its configure script gets executed again,
because the CFLAGS we want to pass to editline may have changed.

........

Modified:
    trunk/   (props changed)
    trunk/main/Makefile

Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.4-merged' - no diff available.

Modified: trunk/main/Makefile
URL: http://svn.digium.com/view/asterisk/trunk/main/Makefile?view=diff&rev=53465&r1=53464&r2=53465
==============================================================================
--- trunk/main/Makefile (original)
+++ trunk/main/Makefile Wed Feb  7 14:09:58 2007
@@ -142,6 +142,6 @@
 clean::
 	rm -f asterisk
 	rm -f db1-ast/.*.d
-	@if [ -f editline/Makefile ]; then $(MAKE) -C editline clean ; fi
+	@if [ -f editline/Makefile ]; then $(MAKE) -C editline distclean ; fi
 	@$(MAKE) -C db1-ast clean
 	@$(MAKE) -C stdtime clean



More information about the asterisk-commits mailing list