[svn-commits] qwell: branch 10 r333268 - in /branches/10: ./ Makefile

SVN commits to the Digium repositories svn-commits at lists.digium.com
Thu Aug 25 14:01:21 CDT 2011


Author: qwell
Date: Thu Aug 25 14:01:18 2011
New Revision: 333268

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=333268
Log:
Merged revisions 333267 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.8

........
  r333267 | qwell | 2011-08-25 14:00:55 -0500 (Thu, 25 Aug 2011) | 2 lines
  
  Fix for DESTDIR spaces patch.
........

Modified:
    branches/10/   (props changed)
    branches/10/Makefile

Propchange: branches/10/
------------------------------------------------------------------------------
Binary property 'branch-1.8-merged' - no diff available.

Modified: branches/10/Makefile
URL: http://svnview.digium.com/svn/asterisk/branches/10/Makefile?view=diff&rev=333268&r1=333267&r2=333268
==============================================================================
--- branches/10/Makefile (original)
+++ branches/10/Makefile Thu Aug 25 14:01:18 2011
@@ -857,7 +857,7 @@
 	rm -f "$(DESTDIR)$(ASTMANDIR)/man8/safe_asterisk.8"
 	$(MAKE) -C sounds uninstall
 
-uninstall: preinstall_spaces _uninstall postinstall_spaces
+uninstall: _uninstall
 	@echo " +--------- Asterisk Uninstall Complete -----+"  
 	@echo " + Asterisk binaries, sounds, man pages,     +"  
 	@echo " + headers, modules, and firmware builds,    +"  




More information about the svn-commits mailing list