[asterisk-commits] qwell: branch 1.6.1 r254804 - in /branches/1.6.1: ./ utils/Makefile
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Thu Mar 25 15:43:23 CDT 2010
Author: qwell
Date: Thu Mar 25 15:43:19 2010
New Revision: 254804
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=254804
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.1/ (props changed)
branches/1.6.1/utils/Makefile
Propchange: branches/1.6.1/
------------------------------------------------------------------------------
Binary property 'trunk-merged' - no diff available.
Modified: branches/1.6.1/utils/Makefile
URL: http://svnview.digium.com/svn/asterisk/branches/1.6.1/utils/Makefile?view=diff&rev=254804&r1=254803&r2=254804
==============================================================================
--- branches/1.6.1/utils/Makefile (original)
+++ branches/1.6.1/utils/Makefile Thu Mar 25 15:43:19 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 asterisk-commits
mailing list