[asterisk-commits] qwell: branch 1.8 r327888 - /branches/1.8/Makefile

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Tue Jul 12 14:38:47 CDT 2011


Author: qwell
Date: Tue Jul 12 14:38:44 2011
New Revision: 327888

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=327888
Log:
Fix uninstall target, so that modules dir gets cleared again.

Modified:
    branches/1.8/Makefile

Modified: branches/1.8/Makefile
URL: http://svnview.digium.com/svn/asterisk/branches/1.8/Makefile?view=diff&rev=327888&r1=327887&r2=327888
==============================================================================
--- branches/1.8/Makefile (original)
+++ branches/1.8/Makefile Tue Jul 12 14:38:44 2011
@@ -829,7 +829,7 @@
 	+@$(SUBMAKE) -C $(@:-uninstall=) uninstall
 
 _uninstall: $(SUBDIRS_UNINSTALL)
-	rm -f "$(DESTDIR)$(MODULES_DIR)/*"
+	rm -f "$(DESTDIR)$(MODULES_DIR)/"*
 	rm -f $(DESTDIR)$(ASTSBINDIR)/*asterisk*
 	rm -f $(DESTDIR)$(ASTSBINDIR)/astgenkey
 	rm -f $(DESTDIR)$(ASTSBINDIR)/autosupport




More information about the asterisk-commits mailing list