[svn-commits] qwell: trunk r333269 - in /trunk: ./ Makefile
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Thu Aug 25 14:01:42 CDT 2011
Author: qwell
Date: Thu Aug 25 14:01:39 2011
New Revision: 333269
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=333269
Log:
Merged revisions 333268 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/10
................
r333268 | qwell | 2011-08-25 14:01:18 -0500 (Thu, 25 Aug 2011) | 9 lines
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:
trunk/ (props changed)
trunk/Makefile
Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-10-merged' - no diff available.
Modified: trunk/Makefile
URL: http://svnview.digium.com/svn/asterisk/trunk/Makefile?view=diff&rev=333269&r1=333268&r2=333269
==============================================================================
--- trunk/Makefile (original)
+++ trunk/Makefile Thu Aug 25 14:01:39 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