[svn-commits] qwell: branch 1.6.0 r254803 - in /branches/1.6.0: ./ utils/Makefile

SVN commits to the Digium repositories svn-commits at lists.digium.com
Thu Mar 25 15:42:45 CDT 2010


Author: qwell
Date: Thu Mar 25 15:42:42 2010
New Revision: 254803

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=254803
Log:
Merged revisions 254802 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/trunk

................
  r254802 | qwell | 2010-03-25 15:41:49 -0500 (Thu, 25 Mar 2010) | 9 lines
  
  Merged revisions 254800 via svnmerge from 
  https://origsvn.digium.com/svn/asterisk/branches/1.4
  
  ........
    r254800 | qwell | 2010-03-25 15:41:15 -0500 (Thu, 25 Mar 2010) | 1 line
    
    Don't remove local copies of utils in uninstall.
  ........
................

Modified:
    branches/1.6.0/   (props changed)
    branches/1.6.0/utils/Makefile

Propchange: branches/1.6.0/
------------------------------------------------------------------------------
Binary property 'trunk-merged' - no diff available.

Modified: branches/1.6.0/utils/Makefile
URL: http://svnview.digium.com/svn/asterisk/branches/1.6.0/utils/Makefile?view=diff&rev=254803&r1=254802&r2=254803
==============================================================================
--- branches/1.6.0/utils/Makefile (original)
+++ branches/1.6.0/utils/Makefile Thu Mar 25 15:42:42 2010
@@ -80,7 +80,7 @@
 	done 
 
 uninstall:
-	for x in $(ALL_UTILS); do rm -f $$x $(DESTDIR)$(ASTSBINDIR)/$$x; done
+	for x in $(ALL_UTILS); do rm -f $(DESTDIR)$(ASTSBINDIR)/$$x; done
 
 clean:
 	rm -f *.o $(ALL_UTILS) check_expr




More information about the svn-commits mailing list